{"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":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Jalpa Eye Care &#038; 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&#038;family=Poppins:wght@300;400;500;600;700&#038;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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\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        h1, h2, h3, h4, h5, h6 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\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        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\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        .hero-subtitle {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n            padding: 0 10px;\n        }\n        .hero-cta {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            flex-wrap: wrap;\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        .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        .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        .btn-secondary {\n            background: transparent;\n            color: var(--white);\n            border: 2px solid var(--white);\n        }\n        .btn-secondary:hover {\n            background: var(--white);\n            color: var(--primary-purple);\n        }\n        \/* Features Section - Mobile Optimized *\/\n        .features-section {\n            padding: 50px 0;\n            background: var(--white);\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        .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        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\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        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        .feature-icon {\n            font-size: 2.8rem;\n            color: var(--primary-purple);\n            margin-bottom: 20px;\n        }\n        .feature-title {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: var(--black);\n        }\n        .feature-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n            font-size: 0.95rem;\n        }\n        \/* Categories Section - Mobile Optimized *\/\n        .categories-section {\n            padding: 50px 0;\n            background: var(--gray-light);\n            margin-bottom: 30px;\n        }\n        .categories-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\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        .category-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\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        .category-content {\n            padding: 20px;\n        }\n        .category-title {\n            font-size: 1.3rem;\n            margin-bottom: 12px;\n            color: var(--black);\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        .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        .category-button:hover {\n            background: var(--light-purple);\n            transform: scale(1.05);\n        }\n        \/* Products Section - Mobile Optimized *\/\n        .products-section {\n            padding: 50px 0;\n            background: var(--white);\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        .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        .view-all i {\n            margin-left: 8px;\n            transition: transform 0.3s ease;\n        }\n        .view-all:hover i {\n            transform: translateX(5px);\n        }\n        .products-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\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        .product-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\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        .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        .product-content {\n            padding: 20px;\n        }\n        .product-title {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: var(--black);\n        }\n        .product-price {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--primary-purple);\n            margin-bottom: 15px;\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        .product-button:hover {\n            background: var(--light-purple);\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        .services-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\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        .service-card:hover {\n            transform: translateY(-10px);\n        }\n        .service-icon {\n            font-size: 3.2rem;\n            margin-bottom: 20px;\n            color: var(--skyblue);\n        }\n        .service-title {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n        }\n        .service-desc {\n            margin-bottom: 20px;\n            line-height: 1.6;\n            opacity: 0.9;\n            font-size: 0.95rem;\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        .service-button:hover {\n            background: var(--light-skyblue);\n            transform: scale(1.05);\n        }\n        \/* Testimonials Section - Mobile Optimized *\/\n        .testimonials-section {\n            padding: 50px 0;\n            background: var(--white);\n        }\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\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        .testimonial-card:hover {\n            transform: translateY(-10px);\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        .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        .testimonial-author {\n            font-weight: 600;\n            color: var(--primary-purple);\n            display: flex;\n            align-items: center;\n            font-size: 1rem;\n        }\n        .testimonial-author i {\n            margin-right: 10px;\n            font-size: 1.1rem;\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        .promo-content {\n            position: relative;\n            z-index: 2;\n            padding: 0 15px;\n        }\n        .promo-title {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            line-height: 1.3;\n        }\n        .promo-subtitle {\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n            line-height: 1.5;\n        }\n        \/* Media Queries for Larger Screens *\/\n        @media (min-width: 576px) {\n            .hero-title {\n                font-size: 2.5rem;\n            }\n            .hero-subtitle {\n                font-size: 1.2rem;\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        @media (min-width: 768px) {\n            .hero-section {\n                padding: 80px 0;\n            }\n            .hero-title {\n                font-size: 2.8rem;\n            }\n            .hero-subtitle {\n                font-size: 1.3rem;\n            }\n            .section-title {\n                font-size: 2.2rem;\n            }\n            .features-section,\n            .categories-section,\n            .products-section,\n            .services-section,\n            .testimonials-section {\n                padding: 60px 0;\n            }\n            .products-header {\n                flex-direction: row;\n            }\n        }\n        @media (min-width: 992px) {\n            .hero-title {\n                font-size: 3.2rem;\n            }\n            .features-grid,\n            .categories-grid,\n            .products-grid,\n            .services-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n            .testimonials-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .feature-card,\n            .category-card,\n            .product-card,\n            .service-card,\n            .testimonial-card {\n                margin: 0;\n            }\n        }\n        @media (min-width: 1200px) {\n            .hero-title {\n                font-size: 3.5rem;\n            }\n            .testimonials-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Hero Section --><\/p>\n<section>\n<h1>See the World with Perfect Clarity<\/h1>\n<p>Premium eyewear, expert eye care, and unbeatable prices. Experience the difference at Jalpa Eye Care.<\/p>\n<p>                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Shop Collection<\/a><br \/>\n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Book Appointment<\/a><br \/>\n    <\/section>\n<p>    <!-- Features Section --><\/p>\n<section>\n<h2>Why Choose Jalpa Eye Care<\/h2>\n<h3>Premium Quality<\/h3>\n<p>All our frames and lenses are crafted with the highest quality materials for durability and comfort.<\/p>\n<h3>Free Shipping<\/h3>\n<p>Free shipping on all orders above \u0930\u0941 2,000 anywhere in Nepal.<\/p>\n<h3>UV Protection<\/h3>\n<p>All our lenses include premium UV protection to safeguard your eyes from harmful rays.<\/p>\n<\/section>\n<p>    <!-- Categories Section --><\/p>\n<section>\n<h2>Browse Categories<\/h2>\n<h3>Eyeglasses<\/h3>\n<p>Stylish frames for every face shape and preference.<\/p>\n<p>                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Explore<\/a><\/p>\n<h3>Sunglasses<\/h3>\n<p>Protect your eyes in style with our premium collection.<\/p>\n<p>                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Explore<\/a><\/p>\n<h3>Contact Lenses<\/h3>\n<p>All major brands available for daily and extended wear.<\/p>\n<p>                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Explore<\/a><br \/>\n    <\/section>\n<p>    <!-- Products Section --><\/p>\n<section>\n<h2>Featured Products<\/h2>\n<p>                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">View All <\/a><br \/>\n                    Bestseller<\/p>\n<h3>Designer Eyeglasses<\/h3>\n<p>\u0930\u0941 3,499<\/p>\n<p>                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Add to Cart<\/a><br \/>\n                    New<\/p>\n<h3>Premium Sunglasses<\/h3>\n<p>\u0930\u0941 2,899<\/p>\n<p>                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Add to Cart<\/a><\/p>\n<h3>Contact Lenses<\/h3>\n<p>\u0930\u0941 1,799<\/p>\n<p>                        <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Add to Cart<\/a><br \/>\n    <\/section>\n<p>    <!-- Services Section --><\/p>\n<section>\n<h2 style=\"color: var(--white);\">Our Services<\/h2>\n<h3>Comprehensive Eye Exams<\/h3>\n<p>Thorough eye health evaluation with state-of-the-art equipment and experienced optometrists.<\/p>\n<p>                    <a href=\"https:\/\/jalpaeyecare.com\/?page_id=185&#038;preview=true\">Learn More<\/a><\/p>\n<h3>Frame Styling<\/h3>\n<p>Find the perfect frames that complement your face shape, style, and personality.<\/p>\n<p>                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Explore Frames<\/a><\/p>\n<h3>Repairs &#038; Adjustments<\/h3>\n<p>Expert repairs and adjustments to keep your glasses in perfect condition.<\/p>\n<p>                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Contact Us<\/a><br \/>\n    <\/section>\n<p>    <!-- Testimonials Section --><\/p>\n<section>\n<h2>What Our Customers Say<\/h2>\n<p>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> Priya S., Kathmandu<\/p>\n<p>I&#8217;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> Rohan M., Pokhara<\/p>\n<p>The sunglasses I bought from Jalpa Eye Care are not only stylish but also provide excellent protection. I couldn&#8217;t be happier with my purchase!<\/p>\n<p> Anjali P., Lalitpur<\/p>\n<\/section>\n<p>    <!-- Promo Section --><\/p>\n<section>\n<h2>Special Offer: 20% Off on First Purchase<\/h2>\n<p>Use code JALPA20 at checkout to get 20% off on your first order. Limited time offer!<\/p>\n<p>                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Shop Now<\/a><br \/>\n    <\/section>\n<p><\/body><br \/>\n<\/html><\/p>\n","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":2,"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":""}},"footnotes":""},"class_list":["post-69","page","type-page","status-publish","hentry"],"_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\/2"}],"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}]}}