{"id":187,"date":"2025-08-30T16:01:43","date_gmt":"2025-08-30T16:01:43","guid":{"rendered":"https:\/\/jalpaeyecare.com\/?page_id=187"},"modified":"2025-08-31T07:11:55","modified_gmt":"2025-08-31T07:11:55","slug":"contact","status":"publish","type":"page","link":"https:\/\/jalpaeyecare.com\/index.php\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"187\" class=\"elementor elementor-187\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e9d4ae e-flex e-con-boxed e-con e-parent\" data-id=\"7e9d4ae\" 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-f801169 elementor-widget elementor-widget-html\" data-id=\"f801169\" 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>Contact 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        .contact-hero {\n            padding: 80px 0;\n            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--skyblue) 100%);\n            color: var(--white);\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .contact-hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .contact-hero-title {\n            font-size: 3rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n        \n        .contact-hero-subtitle {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \n        \/* Contact Section *\/\n        .contact-section {\n            padding: 60px 0;\n            margin-bottom: 40px;\n        }\n        \n        .contact-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        \n        @media (min-width: 992px) {\n            .contact-container {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        .contact-info {\n            background: var(--gray-light);\n            border-radius: 15px;\n            padding: 40px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .contact-info-title {\n            font-size: 2rem;\n            margin-bottom: 30px;\n            color: var(--primary-purple);\n            position: relative;\n        }\n        \n        .contact-info-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        .contact-method {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 30px;\n        }\n        \n        .contact-icon {\n            font-size: 1.8rem;\n            color: var(--primary-purple);\n            margin-right: 20px;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        .contact-details h3 {\n            font-size: 1.3rem;\n            margin-bottom: 8px;\n            color: var(--black);\n        }\n        \n        .contact-details p {\n            color: var(--dark-gray);\n            margin-bottom: 5px;\n        }\n        \n        .contact-details a {\n            color: var(--primary-purple);\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n        \n        .contact-details a:hover {\n            color: var(--light-purple);\n        }\n        \n        .social-links {\n            display: flex;\n            gap: 15px;\n            margin-top: 40px;\n        }\n        \n        .social-link {\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            background: var(--primary-purple);\n            color: var(--white);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            text-decoration: none;\n            font-size: 1.2rem;\n            transition: all 0.3s ease;\n        }\n        \n        .social-link:hover {\n            background: var(--light-purple);\n            transform: translateY(-5px);\n        }\n        \n        \/* Contact Form *\/\n        .contact-form {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .form-title {\n            font-size: 2rem;\n            margin-bottom: 30px;\n            color: var(--primary-purple);\n            position: relative;\n        }\n        \n        .form-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        .form-group {\n            margin-bottom: 25px;\n        }\n        \n        .form-label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 500;\n            color: var(--black);\n        }\n        \n        .form-input, .form-textarea {\n            width: 100%;\n            padding: 15px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            font-family: 'Poppins', sans-serif;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n        }\n        \n        .form-input:focus, .form-textarea:focus {\n            outline: none;\n            border-color: var(--primary-purple);\n            box-shadow: 0 0 0 3px rgba(106, 27, 154, 0.1);\n        }\n        \n        .form-textarea {\n            min-height: 150px;\n            resize: vertical;\n        }\n        \n        .submit-btn {\n            background: var(--primary-purple);\n            color: var(--white);\n            border: none;\n            padding: 16px 32px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: inline-block;\n            text-decoration: none;\n        }\n        \n        .submit-btn:hover {\n            background: var(--light-purple);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(106, 27, 154, 0.2);\n        }\n        \n        \/* Map Section *\/\n        .map-section {\n            padding: 60px 0;\n            background: var(--gray-light);\n            margin-bottom: 40px;\n            border-radius: 15px;\n        }\n        \n        .map-container {\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            height: 400px;\n        }\n        \n        .map-iframe {\n            width: 100%;\n            height: 100%;\n            border: none;\n        }\n        \n        \/* Business Hours *\/\n        .hours-section {\n            padding: 60px 0;\n            margin-bottom: 40px;\n        }\n        \n        .hours-container {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 40px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hours-title {\n            font-size: 2rem;\n            margin-bottom: 30px;\n            color: var(--primary-purple);\n            text-align: center;\n            position: relative;\n        }\n        \n        .hours-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        .hours-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n        }\n        \n        @media (min-width: 576px) {\n            .hours-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        .hour-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 15px 0;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .day {\n            font-weight: 600;\n            color: var(--black);\n        }\n        \n        .time {\n            color: var(--dark-gray);\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .contact-hero-title {\n                font-size: 2.2rem;\n            }\n            \n            .contact-hero-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .contact-info, .contact-form {\n                padding: 30px;\n            }\n            \n            .contact-info-title, .form-title {\n                font-size: 1.8rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"contact-hero\">\n        <div class=\"container\">\n            <div class=\"contact-hero-content\">\n                <h1 class=\"contact-hero-title\">Get In Touch With Us<\/h1>\n                <p class=\"contact-hero-subtitle\">We're here to answer any questions you may have about our products and services. Reach out to us and we'll respond as soon as we can.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section class=\"contact-section\">\n        <div class=\"container\">\n            <div class=\"contact-container\">\n                <!-- Contact Information -->\n                <div class=\"contact-info\">\n                    <h2 class=\"contact-info-title\">Contact Information<\/h2>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-phone\"><\/i>\n                        <\/div>\n                        <div class=\"contact-details\">\n                            <h3>Phone Number<\/h3>\n                            <p>Call us directly during business hours<\/p>\n                            <a href=\"tel:9815825800\">+977 9815825800<\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                        <\/div>\n                        <div class=\"contact-details\">\n                            <h3>Email Address<\/h3>\n                            <p>Send us an email anytime<\/p>\n                            <a href=\"mailto:Jalpaeyecareandoptical@gmail.com\">Jalpaeyecareandoptical@gmail.com<\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                        <\/div>\n                        <div class=\"contact-details\">\n                            <h3>Location<\/h3>\n                            <p>Visit our store in person<\/p>\n                            <p>Kathmandu, Nepal<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"social-links\">\n                        <a href=\"https:\/\/www.facebook.com\/jalpaeyecareandopticals\" target=\"_blank\" class=\"social-link\">\n                            <i class=\"fab fa-facebook-f\"><\/i>\n                        <\/a>\n                        <a href=\"https:\/\/www.instagram.com\/jalpa.optical\/?hl=en\" target=\"_blank\" class=\"social-link\">\n                            <i class=\"fab fa-instagram\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                \n                <!-- Contact Form -->\n                <div class=\"contact-form\">\n                    <h2 class=\"form-title\">Send Us a Message<\/h2>\n                    \n                    <form id=\"contactForm\" action=\"https:\/\/formsubmit.co\/Jalpaeyecareandoptical@gmail.com\" method=\"POST\">\n                        <!-- FormSubmit.co configuration -->\n                        <input type=\"hidden\" name=\"_subject\" value=\"New message from Jalpa Eye Care website\">\n                        <input type=\"hidden\" name=\"_template\" value=\"table\">\n                        <input type=\"hidden\" name=\"_next\" value=\"https:\/\/yourdomain.com\/thank-you.html\">\n                        \n                        <div class=\"form-group\">\n                            <label for=\"name\" class=\"form-label\">Your Name<\/label>\n                            <input type=\"text\" id=\"name\" name=\"name\" class=\"form-input\" placeholder=\"Enter your full name\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label for=\"email\" class=\"form-label\">Email Address<\/label>\n                            <input type=\"email\" id=\"email\" name=\"email\" class=\"form-input\" placeholder=\"Enter your email address\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label for=\"phone\" class=\"form-label\">Phone Number (Optional)<\/label>\n                            <input type=\"tel\" id=\"phone\" name=\"phone\" class=\"form-input\" placeholder=\"Enter your phone number\">\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label for=\"subject\" class=\"form-label\">Subject<\/label>\n                            <input type=\"text\" id=\"subject\" name=\"_subject\" class=\"form-input\" placeholder=\"What is this regarding?\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label for=\"message\" class=\"form-label\">Your Message<\/label>\n                            <textarea id=\"message\" name=\"message\" class=\"form-textarea\" placeholder=\"How can we help you?\" required><\/textarea>\n                        <\/div>\n                        \n                        <button type=\"submit\" class=\"submit-btn\">Send Message<\/button>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Map Section -->\n    <section class=\"map-section\">\n        <div class=\"container\">\n            <h2 class=\"hours-title\" style=\"margin-bottom: 30px;\">Our Location<\/h2>\n            <div class=\"map-container\">\n                <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d14130.857353934944!2d85.32066734532775!3d27.708511369863725!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1968cee7500d%3A0x260f11a4a2e7c416!2sJalpa%20Eye%20Care%20and%20Optical!5e0!3m2!1sen!2snp!4v1690201864256!5m2!1sen!2snp\" class=\"map-iframe\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Business Hours -->\n    <section class=\"hours-section\">\n        <div class=\"container\">\n            <div class=\"hours-container\">\n                <h2 class=\"hours-title\">Business Hours<\/h2>\n                \n                <div class=\"hours-grid\">\n                    <div class=\"hour-item\">\n                        <span class=\"day\">Monday<\/span>\n                        <span class=\"time\">8:00 AM - 8:00 PM<\/span>\n                    <\/div>\n                    \n                    <div class=\"hour-item\">\n                        <span class=\"day\">Tuesday<\/span>\n                        <span class=\"time\">8:00 AM - 8:00 PM<\/span>\n                    <\/div>\n                    \n                    <div class=\"hour-item\">\n                        <span class=\"day\">Wednesday<\/span>\n                        <span class=\"time\">8:00 AM - 8:00 PM<\/span>\n                    <\/div>\n                    \n                    <div class=\"hour-item\">\n                        <span class=\"day\">Thursday<\/span>\n                        <span class=\"time\">8:00 AM - 8:00 PM<\/span>\n                    <\/div>\n                    \n                    <div class=\"hour-item\">\n                        <span class=\"day\">Friday<\/span>\n                        <span class=\"time\">8:00 AM - 8:00 PM<\/span>\n                    <\/div>\n                    \n                    <div class=\"hour-item\">\n                        <span class=\"day\">Saturday<\/span>\n                        <span class=\"time\">8:00 AM - 8:00 PM<\/span>\n                    <\/div>\n                    \n                    <div class=\"hour-item\">\n                        <span class=\"day\">Sunday<\/span>\n                        <span class=\"time\">Closed<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Form submission handling\n        document.getElementById('contactForm').addEventListener('submit', function(e) {\n            \/\/ FormSubmit will handle the submission, so we don't need to prevent default\n            \/\/ You can add a thank you message here if you want\n        });\n        \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('.contact-method, .contact-form, .map-container, .hours-container');\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>Contact Us &#8211; Jalpa Eye Care &#038; Optical Get In Touch With Us We&#8217;re here to answer any questions you [&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-187","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>Contact - 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\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"og:description\" content=\"Contact Us &#8211; Jalpa Eye Care &#038; Optical Get In Touch With Us We&#8217;re here to answer any questions you [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Jalpa Eye Care &amp; Optical\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-31T07:11:55+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\",\"url\":\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\",\"name\":\"Contact - Jalpa Eye Care &amp; Optical\",\"isPartOf\":{\"@id\":\"https:\/\/jalpaeyecare.com\/#website\"},\"datePublished\":\"2025-08-30T16:01:43+00:00\",\"dateModified\":\"2025-08-31T07:11:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jalpaeyecare.com\/index.php\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jalpaeyecare.com\/index.php\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jalpaeyecare.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@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":"Contact - 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\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact - Jalpa Eye Care &amp; Optical","og_description":"Contact Us &#8211; Jalpa Eye Care &#038; Optical Get In Touch With Us We&#8217;re here to answer any questions you [&hellip;]","og_url":"https:\/\/jalpaeyecare.com\/index.php\/contact\/","og_site_name":"Jalpa Eye Care &amp; Optical","article_modified_time":"2025-08-31T07:11:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jalpaeyecare.com\/index.php\/contact\/","url":"https:\/\/jalpaeyecare.com\/index.php\/contact\/","name":"Contact - Jalpa Eye Care &amp; Optical","isPartOf":{"@id":"https:\/\/jalpaeyecare.com\/#website"},"datePublished":"2025-08-30T16:01:43+00:00","dateModified":"2025-08-31T07:11:55+00:00","breadcrumb":{"@id":"https:\/\/jalpaeyecare.com\/index.php\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jalpaeyecare.com\/index.php\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jalpaeyecare.com\/index.php\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jalpaeyecare.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@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\/187","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=187"}],"version-history":[{"count":5,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/187\/revisions"}],"predecessor-version":[{"id":216,"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/pages\/187\/revisions\/216"}],"wp:attachment":[{"href":"https:\/\/jalpaeyecare.com\/index.php\/wp-json\/wp\/v2\/media?parent=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}