{"id":222,"date":"2025-08-31T09:10:20","date_gmt":"2025-08-31T09:10:20","guid":{"rendered":"https:\/\/jalpaeyecare.com\/?page_id=222"},"modified":"2025-08-31T09:11:31","modified_gmt":"2025-08-31T09:11:31","slug":"our-services-jalpa-eye-care-optical","status":"publish","type":"page","link":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/","title":{"rendered":"Our Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"222\" class=\"elementor elementor-222\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4452231 e-flex e-con-boxed e-con e-parent\" data-id=\"4452231\" 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-f3a570e elementor-widget elementor-widget-html\" data-id=\"f3a570e\" 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>Our Services - 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        }\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 *\/\n        .services-hero {\n            padding: 100px 0;\n            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--skyblue) 100%);\n            color: var(--white);\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .services-hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .services-hero-title {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n        \n        .services-hero-subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \n        \/* Services Section *\/\n        .services-section {\n            padding: 80px 0;\n            margin-bottom: 60px;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            margin-bottom: 60px;\n            color: var(--primary-purple);\n            position: relative;\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        .services-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        \n        @media (min-width: 768px) {\n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        .service-card {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n        \n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        \n        .service-icon {\n            font-size: 3.5rem;\n            color: var(--primary-purple);\n            margin-bottom: 25px;\n        }\n        \n        .service-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: var(--black);\n        }\n        \n        .service-desc {\n            color: var(--dark-gray);\n            margin-bottom: 25px;\n            line-height: 1.6;\n        }\n        \n        .service-features {\n            text-align: left;\n            margin-bottom: 30px;\n        }\n        \n        .service-feature {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .feature-icon {\n            color: var(--skyblue);\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .service-button {\n            display: inline-block;\n            background: var(--primary-purple);\n            color: var(--white);\n            padding: 12px 25px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        \n        .service-button:hover {\n            background: var(--light-purple);\n            transform: scale(1.05);\n        }\n        \n        \/* Technology Section *\/\n        .technology-section {\n            padding: 80px 0;\n            background: var(--gray-light);\n            margin-bottom: 60px;\n        }\n        \n        .technology-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 50px;\n        }\n        \n        @media (min-width: 992px) {\n            .technology-container {\n                grid-template-columns: 1fr 1fr;\n                align-items: center;\n            }\n        }\n        \n        .technology-content {\n            padding-right: 20px;\n        }\n        \n        .technology-visual {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .tech-icon {\n            font-size: 8rem;\n            color: var(--primary-purple);\n            opacity: 0.8;\n        }\n        \n        \/* Process Section *\/\n        .process-section {\n            padding: 80px 0;\n            margin-bottom: 60px;\n        }\n        \n        .process-steps {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 30px;\n            counter-reset: step-counter;\n        }\n        \n        @media (min-width: 768px) {\n            .process-steps {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n        \n        .process-step {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            position: relative;\n            text-align: center;\n        }\n        \n        .process-step:before {\n            counter-increment: step-counter;\n            content: counter(step-counter);\n            position: absolute;\n            top: -25px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 50px;\n            height: 50px;\n            background: var(--primary-purple);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: 700;\n        }\n        \n        .step-icon {\n            font-size: 3rem;\n            color: var(--primary-purple);\n            margin-bottom: 25px;\n            margin-top: 15px;\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: var(--black);\n        }\n        \n        .step-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, var(--skyblue) 0%, var(--light-purple) 100%);\n            text-align: center;\n            color: var(--white);\n            margin-bottom: 60px;\n            border-radius: 15px;\n        }\n        \n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n        }\n        \n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 16px 32px;\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        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .services-hero-title {\n                font-size: 2.5rem;\n            }\n            \n            .services-hero-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .section-title {\n                font-size: 2rem;\n            }\n            \n            .tech-icon {\n                font-size: 5rem;\n            }\n            \n            .cta-title {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"services-hero\">\n        <div class=\"container\">\n            <div class=\"services-hero-content\">\n                <h1 class=\"services-hero-title\">Comprehensive Eye Care Services<\/h1>\n                <p class=\"services-hero-subtitle\">From routine eye exams to specialized treatments, we provide complete vision care for the whole family.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section class=\"services-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">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 evaluation of your eye health and vision performed by our experienced optometrists.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Vision acuity testing<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Refraction assessment<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Eye health evaluation<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Prescription updates<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"service-button\">Book an Exam<\/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\">Eyeglasses & Frames<\/h3>\n                    <p class=\"service-desc\">Find the perfect frames from our extensive collection of stylish and quality eyewear.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Style consultation<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Frame fitting<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Lens customization<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Adjustments & repairs<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"service-button\">Browse Frames<\/a>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-eye\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Contact Lens Fitting<\/h3>\n                    <p class=\"service-desc\">Professional fitting and training for all types of contact lenses to suit your lifestyle.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Comprehensive fitting<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Training & education<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Follow-up care<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>All major brands<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"service-button\">Get Fitted<\/a>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-sun\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Sunglasses & Protection<\/h3>\n                    <p class=\"service-desc\">Premium sunglasses with UV protection to shield your eyes from harmful rays.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>100% UV protection<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Polarized options<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Prescription sunglasses<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Style selection<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"service-button\">View Collection<\/a>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-desktop\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Digital Eye Strain Solutions<\/h3>\n                    <p class=\"service-desc\">Specialized lenses and treatments for those who spend long hours on digital devices.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Blue light filtering<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Anti-fatigue lenses<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Computer vision syndrome treatment<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Ergonomic advice<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"service-button\">Learn More<\/a>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <i class=\"fas fa-heartbeat\"><\/i>\n                    <\/div>\n                    <h3 class=\"service-title\">Pediatric Eye Care<\/h3>\n                    <p class=\"service-desc\">Specialized eye care services for children to ensure healthy vision development.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Child-friendly exams<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Vision development assessment<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Myopia management<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Durable kids' frames<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"service-button\">Schedule Visit<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Technology Section -->\n    <section class=\"technology-section\">\n        <div class=\"container\">\n            <div class=\"technology-container\">\n                <div class=\"technology-content\">\n                    <h2 class=\"section-title\">Advanced Technology<\/h2>\n                    <p class=\"service-desc\">At Jalpa Eye Care, we utilize state-of-the-art technology to provide accurate diagnoses and precise vision corrections.<\/p>\n                    \n                    <div class=\"service-features\">\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Digital retinal imaging<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Auto-refraction technology<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Corneal topography<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Visual field testing<\/span>\n                        <\/div>\n                        <div class=\"service-feature\">\n                            <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                            <span>Optical coherence tomography<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"technology-visual\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-microscope\"><\/i>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Process Section -->\n    <section class=\"process-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Our Process<\/h2>\n            \n            <div class=\"process-steps\">\n                <div class=\"process-step\">\n                    <div class=\"step-icon\">\n                        <i class=\"fas fa-calendar-check\"><\/i>\n                    <\/div>\n                    <h3 class=\"step-title\">Schedule Appointment<\/h3>\n                    <p class=\"step-desc\">Book your eye exam online or by phone at your convenience.<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-icon\">\n                        <i class=\"fas fa-stethoscope\"><\/i>\n                    <\/div>\n                    <h3 class=\"step-title\">Comprehensive Exam<\/h3>\n                    <p class=\"step-desc\">Receive a thorough eye health evaluation and vision assessment.<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-icon\">\n                        <i class=\"fas fa-glasses\"><\/i>\n                    <\/div>\n                    <h3 class=\"step-title\">Find Perfect Frames<\/h3>\n                    <p class=\"step-desc\">Get help selecting frames that match your style and needs.<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-icon\">\n                        <i class=\"fas fa-cogs\"><\/i>\n                    <\/div>\n                    <h3 class=\"step-title\">Precision Crafting<\/h3>\n                    <p class=\"step-desc\">Our technicians craft your lenses to exact specifications.<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-icon\">\n                        <i class=\"fas fa-clipboard-check\"><\/i>\n                    <\/div>\n                    <h3 class=\"step-title\">Quality Check<\/h3>\n                    <p class=\"step-desc\">We ensure your glasses meet our high standards before delivery.<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-icon\">\n                        <i class=\"fas fa-smile\"><\/i>\n                    <\/div>\n                    <h3 class=\"step-title\">Enjoy Clear Vision<\/h3>\n                    <p class=\"step-desc\">Experience the world with perfect clarity and style.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <h2 class=\"cta-title\">Ready to Improve Your Vision?<\/h2>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" class=\"btn btn-primary\">Book an Appointment<\/a>\n                <a href=\"tel:9815825800\" class=\"btn btn-secondary\">Call Us 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 and sections\n            const elementsToAnimate = document.querySelectorAll('.service-card, .process-step, .technology-content, .technology-visual');\n            elementsToAnimate.forEach(element => {\n                element.style.opacity = 0;\n                element.style.transform = 'translateY(20px)';\n                element.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n                observer.observe(element);\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>Our Services &#8211; Jalpa Eye Care &#038; Optical Comprehensive Eye Care Services From routine eye exams to specialized treatments, we [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","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-222","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>Our Services - 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\/index.php\/our-services-jalpa-eye-care-optical\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Services - Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"og:description\" content=\"Our Services &#8211; Jalpa Eye Care &#038; Optical Comprehensive Eye Care Services From routine eye exams to specialized treatments, we [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/\" \/>\n<meta property=\"og:site_name\" content=\"Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-31T09:11:31+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/\",\"url\":\"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/\",\"name\":\"Our Services - Jalpa Eye Care &amp; Optical\",\"isPartOf\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#website\"},\"datePublished\":\"2025-08-31T09:10:20+00:00\",\"dateModified\":\"2025-08-31T09:11:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jalpaeyecare.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Services\"}]},{\"@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":"Our Services - 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\/index.php\/our-services-jalpa-eye-care-optical\/","og_locale":"en_US","og_type":"article","og_title":"Our Services - Jalpa Eye Care &amp; Optical","og_description":"Our Services &#8211; Jalpa Eye Care &#038; Optical Comprehensive Eye Care Services From routine eye exams to specialized treatments, we [&hellip;]","og_url":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/","og_site_name":"Jalpa Eye Care &amp; Optical","article_modified_time":"2025-08-31T09:11:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/","url":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/","name":"Our Services - Jalpa Eye Care &amp; Optical","isPartOf":{"@id":"https:\/\/jalpaeyecare.com\/#website"},"datePublished":"2025-08-31T09:10:20+00:00","dateModified":"2025-08-31T09:11:31+00:00","breadcrumb":{"@id":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jalpaeyecare.com\/index.php\/our-services-jalpa-eye-care-optical\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jalpaeyecare.com\/"},{"@type":"ListItem","position":2,"name":"Our Services"}]},{"@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\/222","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=222"}],"version-history":[{"count":5,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/222\/revisions"}],"predecessor-version":[{"id":227,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/222\/revisions\/227"}],"wp:attachment":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/media?parent=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}