{"id":189,"date":"2025-08-30T16:01:57","date_gmt":"2025-08-30T16:01:57","guid":{"rendered":"https:\/\/jalpaeyecare.com\/?page_id=189"},"modified":"2025-08-31T09:08:44","modified_gmt":"2025-08-31T09:08:44","slug":"about-us","status":"publish","type":"page","link":"https:\/\/jalpaeyecare.com\/index.php\/about-us\/","title":{"rendered":"About us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"189\" class=\"elementor elementor-189\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3919260 e-flex e-con-boxed e-con e-parent\" data-id=\"3919260\" 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-4b42f6f elementor-widget elementor-widget-html\" data-id=\"4b42f6f\" 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>About Us - 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        .about-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        .about-hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .about-hero-title {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n        \n        .about-hero-subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \n        \/* Mission Section *\/\n        .mission-section {\n            padding: 80px 0;\n            background: var(--white);\n            margin-bottom: 60px;\n        }\n        \n        .mission-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 50px;\n        }\n        \n        @media (min-width: 992px) {\n            .mission-container {\n                grid-template-columns: 1fr 1fr;\n                align-items: center;\n            }\n        }\n        \n        .mission-content {\n            padding-right: 20px;\n        }\n        \n        .section-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\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-top: 15px;\n            border-radius: 2px;\n        }\n        \n        .mission-text {\n            font-size: 1.1rem;\n            color: var(--dark-gray);\n            margin-bottom: 25px;\n            line-height: 1.8;\n        }\n        \n        .mission-visual {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .mission-icon {\n            font-size: 8rem;\n            color: var(--primary-purple);\n            opacity: 0.8;\n        }\n        \n        \/* Values Section *\/\n        .values-section {\n            padding: 80px 0;\n            background: var(--gray-light);\n            margin-bottom: 60px;\n        }\n        \n        .values-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        .values-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        .values-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        \n        @media (min-width: 768px) {\n            .values-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (min-width: 992px) {\n            .values-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n        \n        .value-card {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px 30px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n        }\n        \n        .value-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        \n        .value-icon {\n            font-size: 3.5rem;\n            color: var(--primary-purple);\n            margin-bottom: 25px;\n        }\n        \n        .value-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: var(--black);\n        }\n        \n        .value-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n        }\n        \n        \/* Team Section *\/\n        .team-section {\n            padding: 80px 0;\n            margin-bottom: 60px;\n        }\n        \n        .team-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        .team-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        .team-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        \n        @media (min-width: 768px) {\n            .team-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        .team-member {\n            background: var(--white);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n        }\n        \n        .team-member:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        \n        .team-image {\n            height: 300px;\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: 5rem;\n            color: var(--white);\n        }\n        \n        .team-content {\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .team-name {\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n            color: var(--black);\n        }\n        \n        .team-role {\n            color: var(--primary-purple);\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .team-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n        }\n        \n        \/* Story Section *\/\n        .story-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--light-purple) 100%);\n            color: var(--white);\n            margin-bottom: 60px;\n        }\n        \n        .story-container {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n        \n        .story-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n        }\n        \n        .story-text {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            line-height: 1.8;\n            opacity: 0.9;\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n            color: var(--primary-purple);\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(--primary-purple);\n            color: var(--white);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .btn-primary:hover {\n            background: var(--light-purple);\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(--primary-purple);\n            border: 2px solid var(--primary-purple);\n        }\n        \n        .btn-secondary:hover {\n            background: var(--primary-purple);\n            color: var(--white);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .about-hero-title {\n                font-size: 2.5rem;\n            }\n            \n            .about-hero-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .section-title, .values-title, .team-title, .story-title, .cta-title {\n                font-size: 2rem;\n            }\n            \n            .mission-icon {\n                font-size: 5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"about-hero\">\n        <div class=\"container\">\n            <div class=\"about-hero-content\">\n                <h1 class=\"about-hero-title\">Our Vision for Your Vision<\/h1>\n                <p class=\"about-hero-subtitle\">For over a decade, Jalpa Eye Care & Optical has been helping people in Kathmandu see the world more clearly.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Mission Section -->\n    <section class=\"mission-section\">\n        <div class=\"container\">\n            <div class=\"mission-container\">\n                <div class=\"mission-content\">\n                    <h2 class=\"section-title\">Our Mission<\/h2>\n                    <p class=\"mission-text\">At Jalpa Eye Care & Optical, our mission is to provide exceptional eye care services and high-quality eyewear that enhances our patients' vision and style. We believe that everyone deserves to experience the world with perfect clarity.<\/p>\n                    <p class=\"mission-text\">Founded in 2079, we've grown from a small optical shop to a comprehensive eye care center serving thousands of patients across Kathmandu. Our team of experienced optometrists and optical specialists is dedicated to delivering personalized care using the latest technology.<\/p>\n                    <p class=\"mission-text\">We take pride in our commitment to excellence, from thorough eye examinations to helping you find the perfect frames that complement your unique style and needs.<\/p>\n                <\/div>\n                <div class=\"mission-visual\">\n                    <div class=\"mission-icon\">\n                        <i class=\"fas fa-eye\"><\/i>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Values Section -->\n    <section class=\"values-section\">\n        <div class=\"container\">\n            <h2 class=\"values-title\">Our Values<\/h2>\n            \n            <div class=\"values-grid\">\n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-user-md\"><\/i>\n                    <\/div>\n                    <h3 class=\"value-title\">Expert Care<\/h3>\n                    <p class=\"value-desc\">Our team of certified optometrists provides comprehensive eye exams using state-of-the-art equipment to ensure accurate prescriptions and early detection of eye conditions.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-gem\"><\/i>\n                    <\/div>\n                    <h3 class=\"value-title\">Quality Products<\/h3>\n                    <p class=\"value-desc\">We offer only premium lenses and frames from trusted brands, ensuring durability, comfort, and style. Every product comes with a satisfaction guarantee.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-heart\"><\/i>\n                    <\/div>\n                    <h3 class=\"value-title\">Patient First<\/h3>\n                    <p class=\"value-desc\">Your vision needs are unique, and we take the time to understand them. We provide personalized recommendations and follow-up care to ensure your complete satisfaction.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-hand-holding-heart\"><\/i>\n                    <\/div>\n                    <h3 class=\"value-title\">Community Focus<\/h3>\n                    <p class=\"value-desc\">As a local business, we're committed to serving the Kathmandu community through eye care education, free screening camps, and supporting local initiatives.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-lightbulb\"><\/i>\n                    <\/div>\n                    <h3 class=\"value-title\">Innovation<\/h3>\n                    <p class=\"value-desc\">We continuously update our technology and techniques to provide the most advanced eye care solutions, from digital retinal imaging to blue light filtering lenses.<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <i class=\"fas fa-hands-helping\"><\/i>\n                    <\/div>\n                    <h3 class=\"value-title\">Trust & Integrity<\/h3>\n                    <p class=\"value-desc\">We believe in transparent pricing, honest recommendations, and building long-term relationships with our patients based on trust and mutual respect.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Team Section -->\n    <section class=\"team-section\">\n        <div class=\"container\">\n            <h2 class=\"team-title\">Meet Our Experts<\/h2>\n            \n            <div class=\"team-grid\">\n                <div class=\"team-member\">\n                    <div class=\"team-image\">\n                        <i class=\"fas fa-user-md\"><\/i>\n                    <\/div>\n                    <div class=\"team-content\">\n                        <h3 class=\"team-name\">Dhiraj Thakur<\/h3>\n                        <p class=\"team-role\">Founder & Optical,Lab Technician <\/p>\n                        <p class=\"team-desc\">With over 5 years of experience in optometry, helps patients find the perfect frames to match their style and needs, with extensive knowledge of the latest trends and technologies in eyewear<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"team-member\">\n                    <div class=\"team-image\">\n                        <i class=\"fas fa-user-md\"><\/i>\n                    <\/div>\n                    <div class=\"team-content\">\n                        <h3 class=\"team-name\">Dr. Sarita Kumari Yadav<\/h3>\n                        <p class=\"team-role\">Senior Optometrist<\/p>\n                        <p class=\"team-desc\">Specializing in pediatric optometry and contact lens fittings, Dr. Yadav brings a gentle approach and expert knowledge to our practice.<\/p>\n                    <\/div>\n                <\/div>\n                \n                \n              \n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Story Section -->\n    <section class=\"story-section\">\n        <div class=\"container\">\n            <div class=\"story-container\">\n                <h2 class=\"story-title\">Our Story<\/h2>\n                <p class=\"story-text\">Jalpa Eye Care & Optical began as a small vision with a big purpose - to make quality eye care accessible to everyone in Kathmandu. What started as a modest optical shop in 2079 has grown into a comprehensive eye care center trusted by thousands.<\/p>\n                <p class=\"story-text\">Over the years, we've invested in advanced technology, expanded our services, and most importantly, built a team of dedicated professionals who share our commitment to excellence. Our journey has been guided by the stories of our patients - the student who could finally see the blackboard clearly, the professional who found comfortable lenses for screen time, the senior citizen whose quality of life improved with proper vision correction.<\/p>\n                <p class=\"story-text\">Today, we continue to evolve while staying true to our core values of quality care, personalized service, and community connection. We're proud to be your partners in vision health for all stages of life.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <h2 class=\"cta-title\">Experience the Jalpa Difference<\/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=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\" class=\"btn btn-secondary\">Browse Our Collection<\/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('.value-card, .team-member, .mission-content, .mission-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>About Us &#8211; Jalpa Eye Care &#038; Optical Our Vision for Your Vision For over a decade, Jalpa Eye Care [&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-189","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>About us - 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\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About us - Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"og:description\" content=\"About Us &#8211; Jalpa Eye Care &#038; Optical Our Vision for Your Vision For over a decade, Jalpa Eye Care [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jalpaeyecare.com\/index.php\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-31T09:08:44+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/about-us\/\",\"url\":\"https:\/\/jalpaeyecare.com\/index.php\/about-us\/\",\"name\":\"About us - Jalpa Eye Care &amp; Optical\",\"isPartOf\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#website\"},\"datePublished\":\"2025-08-30T16:01:57+00:00\",\"dateModified\":\"2025-08-31T09:08:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/about-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jalpaeyecare.com\/index.php\/about-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/about-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jalpaeyecare.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About us\"}]},{\"@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":"About us - 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\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"About us - Jalpa Eye Care &amp; Optical","og_description":"About Us &#8211; Jalpa Eye Care &#038; Optical Our Vision for Your Vision For over a decade, Jalpa Eye Care [&hellip;]","og_url":"https:\/\/jalpaeyecare.com\/index.php\/about-us\/","og_site_name":"Jalpa Eye Care &amp; Optical","article_modified_time":"2025-08-31T09:08:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jalpaeyecare.com\/index.php\/about-us\/","url":"https:\/\/jalpaeyecare.com\/index.php\/about-us\/","name":"About us - Jalpa Eye Care &amp; Optical","isPartOf":{"@id":"https:\/\/jalpaeyecare.com\/#website"},"datePublished":"2025-08-30T16:01:57+00:00","dateModified":"2025-08-31T09:08:44+00:00","breadcrumb":{"@id":"https:\/\/jalpaeyecare.com\/index.php\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jalpaeyecare.com\/index.php\/about-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jalpaeyecare.com\/index.php\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jalpaeyecare.com\/"},{"@type":"ListItem","position":2,"name":"About us"}]},{"@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\/189","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=189"}],"version-history":[{"count":5,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/189\/revisions"}],"predecessor-version":[{"id":221,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/189\/revisions\/221"}],"wp:attachment":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/media?parent=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}