{"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":"<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>About Us &#8211; 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        }\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 *\/\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        .about-hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .about-hero-title {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n        .about-hero-subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \/* Mission Section *\/\n        .mission-section {\n            padding: 80px 0;\n            background: var(--white);\n            margin-bottom: 60px;\n        }\n        .mission-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 50px;\n        }\n        @media (min-width: 992px) {\n            .mission-container {\n                grid-template-columns: 1fr 1fr;\n                align-items: center;\n            }\n        }\n        .mission-content {\n            padding-right: 20px;\n        }\n        .section-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n            color: var(--primary-purple);\n            position: relative;\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        .mission-text {\n            font-size: 1.1rem;\n            color: var(--dark-gray);\n            margin-bottom: 25px;\n            line-height: 1.8;\n        }\n        .mission-visual {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        .mission-icon {\n            font-size: 8rem;\n            color: var(--primary-purple);\n            opacity: 0.8;\n        }\n        \/* Values Section *\/\n        .values-section {\n            padding: 80px 0;\n            background: var(--gray-light);\n            margin-bottom: 60px;\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        .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        .values-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        @media (min-width: 768px) {\n            .values-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        @media (min-width: 992px) {\n            .values-grid {\n                grid-template-columns: repeat(3, 1fr);\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        .value-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\n        }\n        .value-icon {\n            font-size: 3.5rem;\n            color: var(--primary-purple);\n            margin-bottom: 25px;\n        }\n        .value-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: var(--black);\n        }\n        .value-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\n        }\n        \/* Team Section *\/\n        .team-section {\n            padding: 80px 0;\n            margin-bottom: 60px;\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        .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        .team-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        @media (min-width: 768px) {\n            .team-grid {\n                grid-template-columns: repeat(2, 1fr);\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        .team-member:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.12);\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        .team-content {\n            padding: 30px;\n            text-align: center;\n        }\n        .team-name {\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n            color: var(--black);\n        }\n        .team-role {\n            color: var(--primary-purple);\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        .team-desc {\n            color: var(--dark-gray);\n            line-height: 1.6;\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        .story-container {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n        .story-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n        }\n        .story-text {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            line-height: 1.8;\n            opacity: 0.9;\n        }\n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            text-align: center;\n        }\n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n            color: var(--primary-purple);\n        }\n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\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        .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        .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        .btn-secondary {\n            background: transparent;\n            color: var(--primary-purple);\n            border: 2px solid var(--primary-purple);\n        }\n        .btn-secondary:hover {\n            background: var(--primary-purple);\n            color: var(--white);\n        }\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .about-hero-title {\n                font-size: 2.5rem;\n            }\n            .about-hero-subtitle {\n                font-size: 1.2rem;\n            }\n            .section-title, .values-title, .team-title, .story-title, .cta-title {\n                font-size: 2rem;\n            }\n            .mission-icon {\n                font-size: 5rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Hero Section --><\/p>\n<section>\n<h1>Our Vision for Your Vision<\/h1>\n<p>For over a decade, Jalpa Eye Care &#038; Optical has been helping people in Kathmandu see the world more clearly.<\/p>\n<\/section>\n<p>    <!-- Mission Section --><\/p>\n<section>\n<h2>Our Mission<\/h2>\n<p>At Jalpa Eye Care &#038; Optical, our mission is to provide exceptional eye care services and high-quality eyewear that enhances our patients&#8217; vision and style. We believe that everyone deserves to experience the world with perfect clarity.<\/p>\n<p>Founded in 2079, we&#8217;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>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<\/section>\n<p>    <!-- Values Section --><\/p>\n<section>\n<h2>Our Values<\/h2>\n<h3>Expert Care<\/h3>\n<p>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<h3>Quality Products<\/h3>\n<p>We offer only premium lenses and frames from trusted brands, ensuring durability, comfort, and style. Every product comes with a satisfaction guarantee.<\/p>\n<h3>Patient First<\/h3>\n<p>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<h3>Community Focus<\/h3>\n<p>As a local business, we&#8217;re committed to serving the Kathmandu community through eye care education, free screening camps, and supporting local initiatives.<\/p>\n<h3>Innovation<\/h3>\n<p>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<h3>Trust &#038; Integrity<\/h3>\n<p>We believe in transparent pricing, honest recommendations, and building long-term relationships with our patients based on trust and mutual respect.<\/p>\n<\/section>\n<p>    <!-- Team Section --><\/p>\n<section>\n<h2>Meet Our Experts<\/h2>\n<h3>Dhiraj Thakur<\/h3>\n<p>Founder &#038; Optical,Lab Technician <\/p>\n<p>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<h3>Dr. Sarita Kumari Yadav<\/h3>\n<p>Senior Optometrist<\/p>\n<p>Specializing in pediatric optometry and contact lens fittings, Dr. Yadav brings a gentle approach and expert knowledge to our practice.<\/p>\n<\/section>\n<p>    <!-- Story Section --><\/p>\n<section>\n<h2>Our Story<\/h2>\n<p>Jalpa Eye Care &#038; Optical began as a small vision with a big purpose &#8211; 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>Over the years, we&#8217;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 &#8211; 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>Today, we continue to evolve while staying true to our core values of quality care, personalized service, and community connection. We&#8217;re proud to be your partners in vision health for all stages of life.<\/p>\n<\/section>\n<p>    <!-- CTA Section --><\/p>\n<section>\n<h2>Experience the Jalpa Difference<\/h2>\n<p>                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\">Book an Appointment<\/a><br \/>\n                <a href=\"https:\/\/jalpaeyecare.com\/index.php\/shop\/\">Browse Our Collection<\/a><br \/>\n    <\/section>\n<p><\/body><br \/>\n<\/html><\/p>\n","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":2,"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":""}},"footnotes":""},"class_list":["post-189","page","type-page","status-publish","hentry"],"_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\/2"}],"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}]}}