Smart Watches: A Smart Choice for a Smart Life

 In today’s fast-moving world, smart watches have become more than just a time-telling device. These modern gadgets are stylish, powerful, and packed with features that make life easier, healthier, and more connected. Whether you're a fitness enthusiast, a busy professional, or someone who loves technology, a smart watch can be a valuable tool on your wrist.



📱 What Is a Smart Watch?

A smart watch is a wearable device that looks like a traditional wristwatch but offers much more. It connects to your smartphone via Bluetooth or Wi-Fi and allows you to receive calls, texts, emails, and app notifications right on your wrist.

🔍 Key Features of Smart Watches

  1. Health Tracking

    • Heart rate monitor ❤️

    • Sleep tracking 💤

    • Blood oxygen level (SpO2) check 🩸

    • Step and calorie counter 🏃

  2. Fitness & Sports Modes

    • Track running, walking, swimming, cycling, yoga, and more.

    • Set goals and get reminders to stay active.

  3. Notifications & Calls

    • Read messages or social media updates instantly.

    • Answer or reject calls without picking up your phone.

  4. Customizable Watch Faces

    • Choose from hundreds of stylish or fun designs to suit your mood or outfit.

  5. GPS and Navigation

    • Useful for outdoor activities like hiking or cycling.

    • Helps find directions without checking your phone.

  6. Music Control

    • Play, pause, or change songs from your wrist.

  7. Long Battery Life

    • Some smart watches last for days on a single charge.

  8. Water Resistance

    • Many smart watches are safe to wear while washing hands, swimming, or in the rain.

✅ Benefits of Using a Smart Watch

  • Stay Connected Anytime, Anywhere
    You can stay in touch even when your phone is not in your hand.

  • Improve Health & Fitness
    Track your daily activity and get tips to live healthier.

  • Stay Organized
    Set alarms, reminders, or calendars to manage your schedule.

  • Emergency Features
    Some watches can detect falls or call emergency services automatically.

  • Fashionable and Functional
    A smart watch not only looks good but also offers great utility.

👨‍⚕️ Best Smart Watches in 2025

Some of the top smart watches available today include:

  • Apple Watch Series 9

  • Samsung Galaxy Watch 6

  • Fitbit Versa 4

  • Garmin Venu 3

  • Amazfit GTR 4

Each brand offers different features, so it’s important to choose one based on your needs and budget.

💰 Are Smart Watches Worth It?

Yes! If you want to monitor your health, stay productive, or reduce the number of times you check your phone, a smart watch is worth the investment. There are options for every budget—from basic models to premium ones.

🔚 Final Words

Smart watches are not just a tech trend—they are a lifestyle upgrade. They help you stay healthy, connected, and organized without slowing you down. Whether you’re at work, at the gym, or on the go, a smart watch is your perfect companion for a smarter life.

HTML Script

<!DOCTYPE html>

<html lang="ur">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>TimeTech - Premium Smart Watches</title>

    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">


    <style>

        /* --- Global Styles & Variables --- */

        :root {

            --primary-color: #007BFF;

            --primary-hover-color: #0056b3;

            --secondary-color: #0a0a0a;

            --background-color: #0f0f0f;

            --text-color: #e0e0e0;

            --card-bg-color: #1a1a1a;

            --border-color: #2c2c2c;

            --gradient-start: #007BFF;

            --gradient-end: #00c6ff;

        }


        * { margin: 0; padding: 0; box-sizing: border-box; }

        html { scroll-behavior: smooth; }

        body { font-family: 'Poppins', sans-serif; background-color: var(--background-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; }

        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

        

        h2 { text-align: center; font-size: 2.8rem; margin-bottom: 60px; font-weight: 700; position: relative; }

        h2::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end)); margin: 10px auto 0; border-radius: 2px; }


        .animate-on-scroll { opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

        .animate-on-scroll.visible { opacity: 1; transform: translateY(0); }


        .ad-banner-container { margin: 60px auto; text-align: center; width: 100%; display: flex; justify-content: center; align-items: center; }

        .ad-placeholder { width: 728px; height: 90px; background: #222; border: 1px dashed #444; color: #888; display: flex; justify-content: center; align-items: center; font-size: 1rem; }


        header { background: rgba(18, 18, 18, 0.7); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-color); padding: 1rem 0; position: fixed; width: 100%; top: 0; z-index: 1000; }

        header .container { display: flex; justify-content: space-between; align-items: center; }

        .logo { font-size: 1.8rem; font-weight: 700; color: #fff; text-decoration: none; }

        header nav ul { list-style: none; display: flex; }

        header nav ul li { margin-left: 30px; }

        header nav ul li a { color: var(--text-color); font-weight: 400; text-decoration: none; transition: color 0.3s ease; }

        header nav ul li a:hover { color: var(--primary-color); }

        

        .side-menu { position: fixed; top: 30%; right: 0; background: var(--card-bg-color); padding: 20px; border-radius: 10px 0 0 10px; z-index: 1001; box-shadow: -5px 0px 15px rgba(0,0,0,0.5); transform: translateX(100%); animation: slide-in 1s ease 2s forwards; }

        .side-menu h3 { margin-bottom: 15px; text-align: center; color: var(--primary-color); }

        .side-menu select, .side-menu button { width: 100%; padding: 10px; border-radius: 5px; border: 1px solid var(--border-color); margin-bottom: 10px; font-family: 'Poppins', sans-serif; background: #2a2a2a; color: var(--text-color); }

        .side-menu button { background-color: var(--primary-color); border: none; cursor: pointer; font-weight: 600; transition: background-color 0.3s ease; }

        .side-menu button:hover { background-color: var(--primary-hover-color); }

        @keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }


        #hero { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1544117519-31a4b719223d?q=80&w=1974&auto=format&fit=crop') no-repeat center center/cover; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; }

        .hero-content { z-index: 1; animation: fadeIn 1.5s ease; }

        .hero-content h1 { font-size: 4.5rem; font-weight: 700; margin-bottom: 1rem; color: #fff; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); }

        .hero-content p { font-size: 1.5rem; font-weight: 300; max-width: 600px; margin: 0 auto 2rem auto; }

        .cta-button { background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end)); color: #fff; padding: 15px 35px; border-radius: 50px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4); }

        .cta-button:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 123, 255, 0.6); }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

        

        #usp { padding: 80px 0; background-color: var(--secondary-color); }

        .usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; text-align: center; }

        .usp-item { padding: 20px; }

        .usp-item .icon { width: 60px; height: 60px; margin-bottom: 20px; color: var(--primary-color); }

        .usp-item h3 { font-size: 1.2rem; margin-bottom: 10px; color: #fff; }

        .usp-item p { font-size: 0.9rem; color: var(--text-color); }


        #products { padding: 100px 0; }

        .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }

        .product-card { background: var(--card-bg-color); border: 1px solid var(--border-color); border-radius: 15px; padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }

        .product-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6); border-color: var(--primary-color); }

        .product-card img { max-width: 80%; height: 220px; object-fit: contain; margin-bottom: 20px; transition: transform 0.4s ease; }

        .product-card:hover img { transform: scale(1.1); }

        .product-card h3 { font-size: 1.6rem; margin-bottom: 15px; color: #fff; }

        .specs { list-style: none; text-align: left; margin: 20px 0; min-height: 120px; }

        .specs li { margin-bottom: 10px; font-size: 0.9rem; position: relative; padding-left: 25px; }

        .specs li::before { content: '✓'; color: var(--primary-color); position: absolute; left: 0; font-weight: bold; font-size: 1.1rem; }

        .price { font-size: 2rem; font-weight: 700; color: var(--primary-color); margin-bottom: 25px; }

        .buttons { display: flex; justify-content: space-between; gap: 15px; }

        

        /* === YEH STYLE UPDATE KIYA HAI taake A tag bhi button jesa dikhe === */

        .buttons button, .buttons a, .btn-explore { 

            width: 100%; 

            padding: 12px; 

            border: none; 

            border-radius: 8px; 

            cursor: pointer; 

            font-weight: 600; 

            font-size: 1rem; 

            transition: all 0.3s ease; 

            text-decoration: none; 

            display: inline-block;

            text-align: center; /* Text ko center me rakhne ke liye */

        }

        

        .btn-buy { background: var(--primary-color); color: #fff; }

        .btn-buy:hover { background: var(--primary-hover-color); }

        .btn-details { background-color: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); }

        .btn-details:hover { background-color: var(--primary-color); color: #fff; }

        .explore-card { display: flex; flex-direction: column; justify-content: center; align-items: center; border-style: dashed; border-width: 2px; border-color: var(--border-color); }

        .explore-card:hover { border-color: var(--primary-color); background: rgba(0, 123, 255, 0.05); }

        .explore-card h3 { color: var(--primary-color); }

        .explore-card p { margin-bottom: 25px; font-size: 1rem; }

        .btn-explore { background: var(--primary-color); color: #fff; padding: 12px 30px; }

        .btn-explore:hover { background: var(--primary-hover-color); transform: scale(1.05); }

        

        #features { padding: 100px 0; background-color: var(--secondary-color); }

        .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

        .feature-item { background: var(--card-bg-color); padding: 30px; border-radius: 10px; border-left: 4px solid var(--primary-color); transition: transform 0.3s ease; }

        .feature-item:hover { transform: scale(1.05); }

        .feature-item .icon { width: 48px; height: 48px; color: var(--primary-color); margin-bottom: 15px; }

        .feature-item h3 { font-size: 1.4rem; margin-bottom: 10px; }


        #testimonials { padding: 100px 0; }

        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

        .testimonial-card { background: var(--card-bg-color); padding: 30px; border-radius: 10px; border-top: 4px solid var(--primary-color); }

        .testimonial-card blockquote { font-style: italic; margin-bottom: 20px; font-size: 1.1rem; position: relative; }

        .testimonial-card blockquote::before { content: '“'; font-size: 4rem; color: var(--primary-color); position: absolute; top: -20px; left: -15px; opacity: 0.2; }

        .author-info { display: flex; align-items: center; margin-top: 25px; }

        .author-info img { width: 60px; height: 60px; border-radius: 50%; margin-right: 15px; border: 2px solid var(--primary-color); object-fit: cover; }

        .author { font-weight: 700; color: #fff; margin: 0; }

        .stars { color: #f39c12; }


        #cta-section { padding: 80px 0; background: linear-gradient(45deg, var(--gradient-start), var(--gradient-end)); text-align: center; color: #fff; }

        #cta-section h2 { color: #fff; }

        #cta-section h2::after { background: #fff; }

        #cta-section p { max-width: 500px; margin: 0 auto 30px auto; }

        .newsletter-form { display: flex; justify-content: center; gap: 10px; max-width: 500px; margin: 0 auto; }

        .newsletter-form input { width: 100%; padding: 15px; border: none; border-radius: 8px; font-size: 1rem; }

        .newsletter-form button { padding: 15px 30px; border: none; border-radius: 8px; background: var(--secondary-color); color: #fff; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease; }

        .newsletter-form button:hover { background-color: #000; }


        footer { background: var(--secondary-color); padding: 60px 0 20px 0; border-top: 1px solid var(--border-color); }

        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 40px; }

        .footer-column h4 { font-size: 1.2rem; margin-bottom: 20px; color: #fff; }

        .footer-column ul { list-style: none; }

        .footer-column ul li { margin-bottom: 10px; }

        .footer-column ul li a { color: var(--text-color); transition: color 0.3s ease; text-decoration: none; }

        .footer-column ul li a:hover { color: var(--primary-color); }

        .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid var(--border-color); }

        

        @media (max-width: 768px) {

            h2 { font-size: 2.2rem; }

            .hero-content h1 { font-size: 3rem; }

            header .container { flex-direction: column; gap: 15px; }

            .side-menu { display: none; }

            .newsletter-form { flex-direction: column; }

            .ad-banner-container { display: none; }

        }

    </style>

</head>

<body>


    <!-- Header Section -->

    <header>

        <div class="container">

            <a href="techpk" target="_blank" class="logo">TimeTech</a>

            <nav>

                <ul>

                    <li><a href="techpk" target="_blank">Home</a></li>

                    <li><a href="techpk" target="_blank">Products</a></li>

                    <li><a href="techpk" target="_blank">Features</a></li>

                    <li><a href="techpk" target="_blank">Contact</a></li>

                </ul>

            </nav>

        </div>

    </header>


    <!-- Side Search Menu -->

    <div class="side-menu">

        <h3>Find Your Brand</h3>

        <select id="brand-select">

            <option value="">-- Select a Brand --</option>

            <option value="Affilate link">Apple</option>

            <option value="Affilate link">Samsung</option>

            <option value="Affilate link">Garmin</option>

            <option value="Affilate link">Fitbit</option>

            <option value="Affilate link">Xiaomi</option>

        </select>

        <button id="find-now-btn">Find Now</button>

    </div>


    <main>

        <!-- Hero Section -->

        <section id="hero">

            <div class="hero-content">

                <h1>The Future on Your Wrist</h1>

                <p>Experience the perfect fusion of cutting-edge technology, elegant style, and unmatched fitness tracking.</p>

                <a href="#products" class="cta-button">Explore Collection</a>

            </div>

        </section>

  

        

        <!-- Why Choose Us Section -->

        <section id="usp">

            <div class="container">

                <div class="usp-grid">

                    <div class="usp-item animate-on-scroll">

                        <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-12v4m-2-2h4m5 4v4m-2-2h4m-5-4a2 2 0 100-4 2 2 0 000 4zM3 11a2 2 0 100-4 2 2 0 000 4zm14-4a2 2 0 100-4 2 2 0 000 4zm-7 14a2 2 0 100-4 2 2 0 000 4z"/></svg>

                        <h3>Premium Quality</h3>

                        <p>We provide only the most reliable and high-quality smartwatches from top global brands.</p>

                    </div>

                    <div class="usp-item animate-on-scroll" style="transition-delay: 0.2s;">

                         <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg>

                        <h3>Fast Delivery</h3>

                        <p>Get your new smartwatch delivered to your doorstep swiftly and securely.</p>

                    </div>

                    <div class="usp-item animate-on-scroll" style="transition-delay: 0.4s;">

                        <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>

                        <h3>24/7 Support</h3>

                        <p>Our dedicated support team is always here to help you with any questions or issues.</p>

                    </div>

                </div>

            </div>

        </section>


        <section id="products">

             <div class="container">

                <h2>Our Featured Watches</h2>

                <div class="product-grid">

                    

                    <!-- === PRODUCT 1 === -->

                    <div class="product-card animate-on-scroll">

                        <img src=" https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyPJX7vdk_PIpN01YRaCWkQlV2siQaN_OcgrfbuxQmDDBaAvTpqkFL7ZXoRxZjF77K10_qnw9ryOXv5uKrBMLvFqT1vNew6MWstZnUyueIGBrymSsZSzudCvfib01EbOIoAEQ6vl9Npc9xSt1tNhyphenhyphengFn9ds_yvv_u1G6K7umOSHO-hxpnPiiwQzBnWchHA/s544/61D1af1+kPL._SL1090_-removebg-preview%20(1).png" alt="Galaxy Watch 6">

                        <h3>Galaxy Watch 6</h3><ul class="specs"><li>Super AMOLED Display</li><li>Advanced Sleep Tracking</li><li>BioActive Sensor (ECG, HR)</li><li>Water Resistant (5ATM)</li></ul><p class="price">$170.11</p>

                        <div class="buttons">

                            <!-- *** Affilate Link *** -->

                            <a href="Affilate Link" target="_blank" class="btn-buy">Buy Now</a>

                            <button class="btn-details">Details</button>

                        </div>

                    </div>


                    <!-- === PRODUCT 2 === -->

                    <div class="product-card animate-on-scroll" style="transition-delay: 0.15s;">

                        <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOIbJhQ1uuv0O4pGW9lQkI3Cn5fFfUU9oCpNQwFPKQhAuJjuDeUHG0O0j4gYhw7Nr6tMV4We3YS0mrtDzV2sntS4qM64fimgp_lnZX7UlJrjCtrxv1S6m87m-_DomYVmxO-01jtM4Oqz967vMNXKFSas0pTK1X1L9_Y3h1RnQ42lQcY-TXZ-DXdpvX5nZ7/s554/5163t-kSISL._AC_SL1500_-removebg-preview.png" alt="SAMSUNG Galaxy Watch 5">

                        <h3>SAMSUNG Galaxy Watch 5</h3><ul class="specs"><li>Always-On Retina Display</li><li>ECG & Blood Oxygen App</li><li>S9 SiP with Double Tap Gesture</li><li>Certified Carbon Neutral</li></ul><p class="price">$329.95</p>

                        <div class="buttons">

                             <!-- *** Affilate Link*** -->

                            <a href="Affilate Link" target="_blank" class="btn-buy">Buy Now</a>

                            <button class="btn-details">Details</button>

                        </div>

                    </div>


                    <!-- === PRODUCT 3 === -->

                    <div class="product-card animate-on-scroll" style="transition-delay: 0.3s;">

                        <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWcnH8beP0tSAgVujoMFJ23_L2dMp5LtLrmsdjl3-sd6KgU1PXWMBxLDx_E2eFdYS19sisvGX5RKkDft2s3U0QZb0eFDKU5OGcZvKA6l-wnANu0xkJfDDZveKcACcZN3ocuAn8ty3d5ZaUJkNUi_Dff1_9RtcCNLdJ9OjnBV6tR72iRbUpSX15iVlwkrLy/s599/61qvPURDxsL._AC_SL1500_-removebg-preview.png" alt="Garmin Venu 3">

                        <h3>Garmin Venu® Sq 2 GPS Smartwatch</h3><ul class="specs"><li>Bright AMOLED Display</li><li>24/7 Health Monitoring</li><li>Built-in GPS & 30+ Sports Apps</li><li>Up to 14 Days Battery Life</li></ul><p class="price">$149.99</p>

                        <div class="buttons">

                             <!-- *** Affilate Link *** -->

                            <a href="Affilate Link" target="_blank" class="btn-buy">Buy Now</a>

                            <button class="btn-details">Details</button>

                        </div>

                    </div>


                    <div class="product-card explore-card animate-on-scroll" style="transition-delay: 0.45s;">

                        <h3>Looking For More?</h3><p>We have a wide range of smartwatches for every style and budget.</p><a href="techpk" class="btn-explore">Explore More Watches</a>

                    </div>

                </div>

            </div>

        </section>


        

        

        <!-- Detailed Features Section -->

        <section id="features">

            <div class="container">

                <h2>Technology at its Finest</h2>

                <div class="features-grid">

                    <div class="feature-item animate-on-scroll">

                        <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>

                        <h3>Advanced Health Monitoring</h3>

                        <p>Track your heart rate, blood oxygen, sleep patterns, and stress levels 24/7 to stay on top of your health.</p>

                    </div>

                     <div class="feature-item animate-on-scroll" style="transition-delay: 0.2s;">

                        <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z" /></svg>

                        <h3>Seamless Connectivity</h3>

                        <p>Receive calls, texts, and notifications right on your wrist. Stay connected without ever touching your phone.</p>

                    </div>

                     <div class="feature-item animate-on-scroll" style="transition-delay: 0.4s;">

                        <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" /><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" /></svg>

                        <h3>Built-in GPS</h3>

                        <p>Accurately track your runs, hikes, and bike rides with high-precision GPS, even without your phone.</p>

                    </div>

                </div>

            </div>

        </section>


        <!-- Testimonials Section -->

        <section id="testimonials">

            <div class="container">

                <h2>What Our Customers Say</h2>

                <div class="testimonial-grid">

                    <div class="testimonial-card animate-on-scroll">

                        <blockquote>This is the best smartwatch I've ever owned. The battery life is incredible and the features are top-notch!</blockquote>

                        <div class="author-info">

                            <img src="https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=2080&auto=format&fit=crop" alt="Profile of Ahmed Khan">

                            <div class="author-details">

                                <p class="author">Ahmed Khan</p>

                                <div class="stars">★★★★★</div>

                            </div>

                        </div>

                    </div>

                     <div class="testimonial-card animate-on-scroll" style="transition-delay: 0.2s;">

                        <blockquote>Fast delivery and amazing customer service. The watch looks even better in person. Highly recommended!</blockquote>

                        <div class="author-info">

                            <img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=1974&auto=format&fit=crop" alt="Profile of Fatima Ali">

                             <div class="author-details">

                                <p class="author">Fatima Ali</p>

                                <div class="stars">★★★★★</div>

                            </div>

                        </div>

                    </div>

                     <div class="testimonial-card animate-on-scroll" style="transition-delay: 0.4s;">

                        <blockquote>A perfect blend of style and functionality. It keeps me motivated to stay active throughout the day.</blockquote>

                        <div class="author-info">

                            <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=1974&auto=format&fit=crop" alt="Profile of Bilal Yousuf">

                             <div class="author-details">

                                <p class="author">Bilal Yousuf</p>

                                <div class="stars">★★★★★</div>

                            </div>

                        </div>

                    </div>

                </div>

            </div>

        </section>


        <!-- CTA / Newsletter Section -->

        <section id="cta-section">

             <div class="container animate-on-scroll">

                <h2>Join The Future</h2>

                <p>Subscribe to our newsletter to get the latest updates, new product announcements, and exclusive offers.</p>

                <form class="newsletter-form" onsubmit="return false;"><input type="email" placeholder="Enter your email address" required><button type="submit">Subscribe</button></form>

            </div>

        </section>

    </main>

    

    


    <!-- Footer Section -->

    <footer id="footer">

        <div class="container">

            <div class="footer-grid">

                <div class="footer-column">

                    <h4>About TimeTech</h4>

                    <p>We are dedicated to bringing you the latest and greatest in wearable technology, combining style with innovation.</p>

                </div>

                <div class="footer-column">

                    <h4>Quick Links</h4>

                    <ul>

                        <li><a href="techpk" target="_blank">Home</a></li>

                        <li><a href="techpk" target="_blank">Products</a></li>

                        <li><a href="techpk" target="_blank">Features</a></li>

                        <li><a href="techpk" target="_blank">Testimonials</a></li>

                    </ul>

                </div>

                 <div class="footer-column">

                    <h4>Support</h4>

                    <ul>

                        <li><a href="techpk" target="_blank">FAQ</a></li>

                        <li><a href="techpk" target="_blank">Contact Us</a></li>

                        <li><a href="techpk" target="_blank">Shipping & Returns</a></li>

                        <li><a href="techpk" target="_blank">Privacy Policy</a></li>

                    </ul>

                </div>

                 <div class="footer-column">

                    <h4>Follow Us</h4>

                     <ul>

                        <li><a href="techpk" target="_blank">Facebook</a></li>

                        <li><a href="techpk" target="_blank">Twitter</a></li>

                        <li><a href="techpk" target="_blank">Instagram</a></li>

                        <li><a href="techpk" target="_blank">LinkedIn</a></li>

                    </ul>

                </div>

            </div>

            <div class="footer-bottom">

                <p>© 2024 TimeTech. All Rights Reserved.</p>

            </div>

        </div>

    </footer>


    <script>

        document.addEventListener('DOMContentLoaded', () => {

            const findNowBtn = document.getElementById('find-now-btn');

            const brandSelect = document.getElementById('brand-select');

            findNowBtn.addEventListener('click', () => {

                const selectedBrandUrl = brandSelect.value;

                if (selectedBrandUrl) {

                    window.open('techpk', '_blank');

                    window.location.href = selectedBrandUrl;

                } else {

                    alert('Please select a brand first!');

                }

            });


            // === YEH BLOCK HATA DIYA GAYA HAI KYUNKE AB LINK HTML ME HAI ===

            /* 

            document.querySelectorAll('.btn-buy').forEach(button => {

                button.addEventListener('click', (e) => {

                    e.preventDefault();

                    window.open('techpk', '_blank');

                    window.location.href = 'Affilate Link';

                });

            });

            */


            document.querySelectorAll('.btn-details, .btn-explore').forEach(button => {

                button.addEventListener('click', (e) => {

                    e.preventDefault();

                    window.open('techpk', '_blank');

                });

            });

            

            document.querySelector('.newsletter-form button').addEventListener('click', () => {

                 const emailInput = document.querySelector('.newsletter-form input');

                 if(emailInput.value && emailInput.checkValidity()) {

                     window.open('techpk', '_blank');

                     alert('Thank you for subscribing!');

                     emailInput.value = '';

                 } else {

                     alert('Please enter a valid email address.');

                 }

            });


            const animatedElements = document.querySelectorAll('.animate-on-scroll');

            const observer = new IntersectionObserver((entries) => {

                entries.forEach(entry => {

                    if (entry.isIntersecting) {

                        entry.target.classList.add('visible');

                        observer.unobserve(entry.target);

                    }

                });

            }, { threshold: 0.1 });

            animatedElements.forEach(el => observer.observe(el));

        });

    </script>

</body>

</html>

No comments:

Post a Comment

If you have any question you can ask me feelfree.