{"id":69,"date":"2025-08-07T13:22:59","date_gmt":"2025-08-07T13:22:59","guid":{"rendered":"https:\/\/jalpaeyecare.com\/?page_id=69"},"modified":"2025-08-31T05:07:14","modified_gmt":"2025-08-31T05:07:14","slug":"home","status":"publish","type":"page","link":"https:\/\/jalpaeyecare.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"69\" class=\"elementor elementor-69\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b71258 e-flex e-con-boxed e-con e-parent\" data-id=\"7b71258\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d1a6fb elementor-widget elementor-widget-html\" data-id=\"0d1a6fb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Jalpa Eye Care & Optical<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-purple: #6a1b9a;\n            --light-purple: #9c4dcc;\n            --skyblue: #4fc3f7;\n            --light-skyblue: #e1f5fe;\n            --black: #212121;\n            --white: #ffffff;\n            --gray-light: #f5f5f5;\n            --gray: #9e9e9e;\n            --dark-gray: #616161;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            color: var(--black);\n            background-color: var(--white);\n            overflow-x: hidden;\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            font-size: 16px;\n        }\n        \n        h1, h2, h3, h4, h5, h6 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Hero Section - Mobile Optimized *\/\n        .hero-section {\n            padding: 60px 0;\n            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--skyblue) 100%);\n            color: var(--white);\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .hero-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n            line-height: 1.2;\n        }\n        \n        .hero-subtitle {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n            padding: 0 10px;\n        }\n        \n        .hero-cta {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            flex-wrap: wrap;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 14px 28px;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            font-size: 16px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .btn-primary {\n            background: var(--white);\n            color: var(--primary-purple);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .btn-primary:hover {\n            background: var(--light-skyblue);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.15);\n        }\n        \n        .btn-secondary {\n            background: transparent;\n            color: var(--white);\n            border: 2px solid var(--white);\n        }\n        \n        .btn-secondary:hover {\n            background: var(--white);\n            color: var(--primary-purple);\n        }\n        \n        \/* Features Section - Mobile Optimized *\/\n        .features-section {\n            padding: 50px 0;\n            background: var(--white);\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 40px;\n            color: var(--black);\n            position: relative;\n            padding: 0 15px;\n        }\n        \n        .section-title:after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 4px;\n            background: var(--skyblue);\n            margin: 15px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\n        }\n        \n        .feature-card {\n            text-align: center;\n            padding: 30px 20px;\n            border-radius: 15px;\n            transition: all 0.3s ease;\n            background: var(--white);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            margin: 0 10px;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            color: var(--primary-purple);\n            margin-bottom: 20px;\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: var(--black);\n        }\n        \n        .feature-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n            font-size: 0.95rem;\n        }\n        \n        \/* Categories Section - Mobile Optimized *\/\n        .categories-section {\n            padding: 50px 0;\n            background: var(--gray-light);\n            margin-bottom: 30px;\n        }\n        \n        .categories-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\n        }\n        \n        .category-card {\n            background: var(--white);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n            text-align: center;\n            margin: 0 10px;\n        }\n        \n        .category-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n        }\n        \n        .category-icon {\n            height: 180px;\n            background: linear-gradient(135deg, var(--light-skyblue) 0%, var(--skyblue) 100%);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 4rem;\n            color: var(--white);\n        }\n        \n        .category-content {\n            padding: 20px;\n        }\n        \n        .category-title {\n            font-size: 1.3rem;\n            margin-bottom: 12px;\n            color: var(--black);\n        }\n        \n        .category-desc {\n            color: var(--dark-gray);\n            margin-bottom: 20px;\n            line-height: 1.6;\n            font-size: 0.95rem;\n        }\n        \n        .category-button {\n            display: inline-block;\n            background: var(--primary-purple);\n            color: var(--white);\n            padding: 10px 22px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            font-size: 0.95rem;\n        }\n        \n        .category-button:hover {\n            background: var(--light-purple);\n            transform: scale(1.05);\n        }\n        \n        \/* Products Section - Mobile Optimized *\/\n        .products-section {\n            padding: 50px 0;\n            background: var(--white);\n        }\n        \n        .products-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 30px;\n            flex-direction: column;\n            gap: 15px;\n        }\n        \n        .view-all {\n            color: var(--primary-purple);\n            text-decoration: none;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            font-size: 1rem;\n        }\n        \n        .view-all i {\n            margin-left: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .view-all:hover i {\n            transform: translateX(5px);\n        }\n        \n        .products-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\n        }\n        \n        .product-card {\n            background: var(--white);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n            position: relative;\n            margin: 0 10px;\n        }\n        \n        .product-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 15px;\n            left: 15px;\n            background: var(--skyblue);\n            color: var(--white);\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 600;\n            z-index: 2;\n        }\n        \n        .product-image {\n            height: 220px;\n            background: linear-gradient(135deg, var(--light-skyblue) 0%, var(--skyblue) 100%);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 4rem;\n            color: var(--white);\n        }\n        \n        .product-content {\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: var(--black);\n        }\n        \n        .product-price {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--primary-purple);\n            margin-bottom: 15px;\n        }\n        \n        .product-button {\n            display: block;\n            width: 100%;\n            background: var(--primary-purple);\n            color: var(--white);\n            text-align: center;\n            padding: 12px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: background 0.3s ease;\n            font-size: 1rem;\n        }\n        \n        .product-button:hover {\n            background: var(--light-purple);\n        }\n        \n        \/* Services Section - Mobile Optimized *\/\n        .services-section {\n            padding: 50px 0;\n            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--light-purple) 100%);\n            color: var(--white);\n            margin-bottom: 30px;\n        }\n        \n        .services-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\n        }\n        \n        .service-card {\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 15px;\n            padding: 30px 20px;\n            text-align: center;\n            backdrop-filter: blur(10px);\n            transition: transform 0.3s ease;\n            margin: 0 10px;\n        }\n        \n        .service-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .service-icon {\n            font-size: 3.2rem;\n            margin-bottom: 20px;\n            color: var(--skyblue);\n        }\n        \n        .service-title {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n        }\n        \n        .service-desc {\n            margin-bottom: 20px;\n            line-height: 1.6;\n            opacity: 0.9;\n            font-size: 0.95rem;\n        }\n        \n        .service-button {\n            display: inline-block;\n            background: var(--white);\n            color: var(--primary-purple);\n            padding: 10px 22px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            font-size: 0.95rem;\n        }\n        \n        .service-button:hover {\n            background: var(--light-skyblue);\n            transform: scale(1.05);\n        }\n        \n        \/* Testimonials Section - Mobile Optimized *\/\n        .testimonials-section {\n            padding: 50px 0;\n            background: var(--white);\n        }\n        \n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\n        }\n        \n        .testimonial-card {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 25px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n            margin: 0 10px;\n        }\n        \n        .testimonial-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 20px;\n            line-height: 1.6;\n            color: var(--dark-gray);\n            position: relative;\n            padding-left: 25px;\n            font-size: 0.95rem;\n        }\n        \n        .testimonial-text:before {\n            content: \"\"\";\n            font-size: 3rem;\n            color: var(--skyblue);\n            position: absolute;\n            left: 0;\n            top: -15px;\n            opacity: 0.3;\n        }\n        \n        .testimonial-author {\n            font-weight: 600;\n            color: var(--primary-purple);\n            display: flex;\n            align-items: center;\n            font-size: 1rem;\n        }\n        \n        .testimonial-author i {\n            margin-right: 10px;\n            font-size: 1.1rem;\n        }\n        \n        \/* Promo Section - Mobile Optimized *\/\n        .promo-section {\n            padding: 60px 0;\n            background: linear-gradient(135deg, var(--skyblue) 0%, var(--light-purple) 100%);\n            text-align: center;\n            color: var(--white);\n            margin-bottom: 30px;\n        }\n        \n        .promo-content {\n            position: relative;\n            z-index: 2;\n            padding: 0 15px;\n        }\n        \n        .promo-title {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            line-height: 1.3;\n        }\n        \n        .promo-subtitle {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n            line-height: 1.5;\n        }\n        \n        \/* Media Queries for Larger Screens *\/\n        @media (min-width: 576px) {\n            .hero-title {\n                font-size: 2.5rem;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .features-grid,\n            .categories-grid,\n            .products-grid,\n            .services-grid,\n            .testimonials-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (min-width: 768px) {\n            .hero-section {\n                padding: 80px 0;\n            }\n            \n            .hero-title {\n                font-size: 2.8rem;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 2.2rem;\n            }\n            \n            .features-section,\n            .categories-section,\n            .products-section,\n            .services-section,\n            .testimonials-section {\n                padding: 60px 0;\n            }\n            \n            .products-header {\n                flex-direction: row;\n            }\n        }\n        \n        @media (min-width: 992px) {\n            .hero-title {\n                font-size: 3.2rem;\n            }\n            \n            .features-grid,\n            .categories-grid,\n            .products-grid,\n            .services-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n            \n            .testimonials-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .feature-card,\n            .category-card,\n            .product-card,\n            .service-card,\n            .testimonial-card {\n                margin: 0;\n            }\n        }\n        \n        @media (min-width: 1200px) {\n            .hero-title {\n                font-size: 3.5rem;\n            }\n            \n            .testimonials-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <h1 class=\"hero-title\">See the World with Perfect Clarity<\/h1>\n                <p class=\"hero-subtitle\">Premium eyewear, expert eye care, and unbeatable prices. Experience the difference at Jalpa Eye Care.<\/p>\n                <div class=\"hero-cta\">\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"btn btn-primary\">Shop Collection<\/a>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"btn btn-secondary\">Book Appointment<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"features-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Why Choose Jalpa Eye Care<\/h2>\n            \n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-certificate\"><\/i>\n                    <\/div>\n                    <h3 class=\"feature-title\">Premium Quality<\/h3>\n                    <p class=\"feature-desc\">All our frames and lenses are crafted with the highest quality materials for durability and comfort.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-truck\"><\/i>\n                    <\/div>\n                    <h3 class=\"feature-title\">Free Shipping<\/h3>\n                    <p class=\"feature-desc\">Free shipping on all orders above \u0930\u0941 2,000 anywhere in Nepal.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                    <\/div>\n                    <h3 class=\"feature-title\">UV Protection<\/h3>\n                    <p class=\"feature-desc\">All our lenses include premium UV protection to safeguard your eyes from harmful rays.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Categories Section -->\n    <section class=\"categories-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Browse Categories<\/h2>\n            \n            <div class=\"categories-grid\">\n                <div class=\"category-card\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-glasses\"><\/i>\n                    <\/div>\n                    <div class=\"category-content\">\n                        <h3 class=\"category-title\">Eyeglasses<\/h3>\n                        <p class=\"category-desc\">Stylish frames for every face shape and preference.<\/p>\n                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"category-button\">Explore<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"category-card\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-sun\"><\/i>\n                    <\/div>\n                    <div class=\"category-content\">\n                        <h3 class=\"category-title\">Sunglasses<\/h3>\n                        <p class=\"category-desc\">Protect your eyes in style with our premium collection.<\/p>\n                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"category-button\">Explore<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"category-card\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-eye\"><\/i>\n                    <\/div>\n                    <div class=\"category-content\">\n                        <h3 class=\"category-title\">Contact Lenses<\/h3>\n                        <p class=\"category-desc\">All major brands available for daily and extended wear.<\/p>\n                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"category-button\">Explore<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Products Section -->\n    <section class=\"products-section\">\n        <div class=\"container\">\n            <div class=\"products-header\">\n                <h2 class=\"section-title\">Featured Products<\/h2>\n                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"view-all\">View All <i class=\"fas fa-arrow-right\"><\/i><\/a>\n            <\/div>\n            \n            <div class=\"products-grid\">\n                <div class=\"product-card\">\n                    <div class=\"product-badge\">Bestseller<\/div>\n                    <div class=\"product-image\">\n                        <i class=\"fas fa-glasses\"><\/i>\n                    <\/div>\n                    <div class=\"product-content\">\n                        <h3 class=\"product-title\">Designer Eyeglasses<\/h3>\n                        <p class=\"product-price\">\u0930\u0941 3,499<\/p>\n                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"product-button\">Add to Cart<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"product-card\">\n                    <div class=\"product-badge\">New<\/div>\n                    <div class=\"product-image\">\n                        <i class=\"fas fa-sun\"><\/i>\n                    <\/div>\n                    <div class=\"product-content\">\n                        <h3 class=\"product-title\">Premium Sunglasses<\/h3>\n                        <p class=\"product-price\">\u0930\u0941 2,899<\/p>\n                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"product-button\">Add to Cart<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"product-card\">\n                    <div class=\"product-image\">\n                        <i class=\"fas fa-eye\"><\/i>\n                    <\/div>\n                    <div class=\"product-content\">\n                        <h3 class=\"product-title\">Contact Lenses<\/h3>\n                        <p class=\"product-price\">\u0930\u0941 1,799<\/p>\n                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"product-button\">Add to Cart<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section class=\"services-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\" style=\"color: var(--white);\">Our Services<\/h2>\n            \n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-eye\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Comprehensive Eye Exams<\/h3>\n                    <p class=\"service-desc\">Thorough eye health evaluation with state-of-the-art equipment and experienced optometrists.<\/p>\n                    <a href=\"https:\/\/jalpaeyecare.com\/?page_id=185&preview=true\" class=\"service-button\">Learn More<\/a>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-glasses\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Frame Styling<\/h3>\n                    <p class=\"service-desc\">Find the perfect frames that complement your face shape, style, and personality.<\/p>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"service-button\">Explore Frames<\/a>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-tools\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Repairs & Adjustments<\/h3>\n                    <p class=\"service-desc\">Expert repairs and adjustments to keep your glasses in perfect condition.<\/p>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"service-button\">Contact Us<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonials Section -->\n    <section class=\"testimonials-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What Our Customers Say<\/h2>\n            \n            <div class=\"testimonials-grid\">\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">The team at Jalpa Eye Care helped me find the perfect frames for my face shape. The service was exceptional and the quality of their products is outstanding.<\/p>\n                    <p class=\"testimonial-author\"><i class=\"fas fa-user\"><\/i> Priya S., Kathmandu<\/p>\n                <\/div>\n                \n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">I've been getting my eyes checked at Jalpa Eye Care for years. Their optometrists are knowledgeable and take the time to explain everything clearly.<\/p>\n                    <p class=\"testimonial-author\"><i class=\"fas fa-user\"><\/i> Rohan M., Pokhara<\/p>\n                <\/div>\n                \n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">The sunglasses I bought from Jalpa Eye Care are not only stylish but also provide excellent protection. I couldn't be happier with my purchase!<\/p>\n                    <p class=\"testimonial-author\"><i class=\"fas fa-user\"><\/i> Anjali P., Lalitpur<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Promo Section -->\n    <section class=\"promo-section\">\n        <div class=\"container\">\n            <div class=\"promo-content\">\n                <h2 class=\"promo-title\">Special Offer: 20% Off on First Purchase<\/h2>\n                <p class=\"promo-subtitle\">Use code JALPA20 at checkout to get 20% off on your first order. Limited time offer!<\/p>\n                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"btn btn-primary\">Shop Now<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Simple animation for elements when they come into view\n        document.addEventListener('DOMContentLoaded', function() {\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = 1;\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, { threshold: 0.1 });\n            \n            \/\/ Observe all cards\n            document.querySelectorAll('.feature-card, .category-card, .product-card, .service-card, .testimonial-card').forEach(card => {\n                card.style.opacity = 0;\n                card.style.transform = 'translateY(20px)';\n                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n                observer.observe(card);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Jalpa Eye Care &#038; Optical See the World with Perfect Clarity Premium eyewear, expert eye care, and unbeatable prices. Experience [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_kadence_starter_templates_imported_post":false,"footnotes":""},"class_list":["post-69","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Jalpa Eye Care &amp; Optical<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jalpaeyecare.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"og:description\" content=\"Jalpa Eye Care &#038; Optical See the World with Perfect Clarity Premium eyewear, expert eye care, and unbeatable prices. Experience [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jalpaeyecare.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-31T05:07:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jalpaeyecare.com\/\",\"url\":\"https:\/\/jalpaeyecare.com\/\",\"name\":\"Home - Jalpa Eye Care &amp; Optical\",\"isPartOf\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#website\"},\"datePublished\":\"2025-08-07T13:22:59+00:00\",\"dateModified\":\"2025-08-31T05:07:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jalpaeyecare.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jalpaeyecare.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jalpaeyecare.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jalpaeyecare.com\/#website\",\"url\":\"https:\/\/jalpaeyecare.com\/\",\"name\":\"Clarity Begins with Care\",\"description\":\"Clarity Begins with Care\",\"publisher\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jalpaeyecare.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jalpaeyecare.com\/#organization\",\"name\":\"Japla Eye Care & Optical\",\"url\":\"https:\/\/jalpaeyecare.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jalpaeyecare.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jalpaeyecare.com\/wp-content\/uploads\/2025\/08\/IMG_9331-scaled.png\",\"contentUrl\":\"https:\/\/jalpaeyecare.com\/wp-content\/uploads\/2025\/08\/IMG_9331-scaled.png\",\"width\":2560,\"height\":1829,\"caption\":\"Japla Eye Care & Optical\"},\"image\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Jalpa Eye Care &amp; Optical","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jalpaeyecare.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - Jalpa Eye Care &amp; Optical","og_description":"Jalpa Eye Care &#038; Optical See the World with Perfect Clarity Premium eyewear, expert eye care, and unbeatable prices. Experience [&hellip;]","og_url":"https:\/\/jalpaeyecare.com\/","og_site_name":"Jalpa Eye Care &amp; Optical","article_modified_time":"2025-08-31T05:07:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jalpaeyecare.com\/","url":"https:\/\/jalpaeyecare.com\/","name":"Home - Jalpa Eye Care &amp; Optical","isPartOf":{"@id":"https:\/\/jalpaeyecare.com\/#website"},"datePublished":"2025-08-07T13:22:59+00:00","dateModified":"2025-08-31T05:07:14+00:00","breadcrumb":{"@id":"https:\/\/jalpaeyecare.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jalpaeyecare.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jalpaeyecare.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jalpaeyecare.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/jalpaeyecare.com\/#website","url":"https:\/\/jalpaeyecare.com\/","name":"Clarity Begins with Care","description":"Clarity Begins with Care","publisher":{"@id":"https:\/\/jalpaeyecare.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jalpaeyecare.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jalpaeyecare.com\/#organization","name":"Japla Eye Care & Optical","url":"https:\/\/jalpaeyecare.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jalpaeyecare.com\/#\/schema\/logo\/image\/","url":"https:\/\/jalpaeyecare.com\/wp-content\/uploads\/2025\/08\/IMG_9331-scaled.png","contentUrl":"https:\/\/jalpaeyecare.com\/wp-content\/uploads\/2025\/08\/IMG_9331-scaled.png","width":2560,"height":1829,"caption":"Japla Eye Care & Optical"},"image":{"@id":"https:\/\/jalpaeyecare.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/comments?post=69"}],"version-history":[{"count":29,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/69\/revisions"}],"predecessor-version":[{"id":211,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/69\/revisions\/211"}],"wp:attachment":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/media?parent=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}