Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-28 03:59:00 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Matoshri Clinic"
/>
@@ -56,104 +48,37 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Matoshri Clinic"
description="Providing compassionate and expert gynecological care under the guidance of Dr. Aruna Shindhe (MBBS, Gynecology). With 3 years of dedicated experience, we are committed to your health and well-being."
description="Providing compassionate and expert gynecological care under the guidance of Dr. Aruna Shindhe (MBBS, DGO). With over 3 years of dedicated clinical experience, we are committed to your health and well-being."
testimonials={[
{
name: "Anjali Patil",
handle: "@anjali",
testimonial: "Excellent care and guidance provided during my pregnancy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-researcher-lab-coat_23-2148816434.jpg?_wi=1",
imageAlt: "professional female gynecologist portrait",
},
name: "Anjali Patil", handle: "@anjali", testimonial: "Excellent care and guidance provided during my pregnancy journey.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-researcher-lab-coat_23-2148816434.jpg?_wi=1", imageAlt: "Patient portrait"},
{
name: "Sunita K.",
handle: "@sunita",
testimonial: "The clinic is very clean and the staff is very professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nurse-wearing-scrubs-while-working-clinic_23-2149844687.jpg?_wi=1",
imageAlt: "professional female gynecologist portrait",
},
name: "Sunita K.", handle: "@sunita", testimonial: "The clinic is very clean, hygienic, and the staff is highly professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nurse-wearing-scrubs-while-working-clinic_23-2149844687.jpg?_wi=1", imageAlt: "Patient portrait"},
{
name: "Meera S.",
handle: "@meera",
testimonial: "Kind, patient, and very knowledgeable doctor.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cosmetology-doctor-patien_624325-1646.jpg?_wi=1",
imageAlt: "professional female gynecologist portrait",
},
{
name: "Jyoti R.",
handle: "@jyoti",
testimonial: "Highly recommended for women's healthcare.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-putting-medical-mask_23-2148757395.jpg?_wi=1",
imageAlt: "professional female gynecologist portrait",
},
{
name: "Pooja V.",
handle: "@pooja",
testimonial: "Feeling much better thanks to the personalized care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-physician-taking-ntoes-checkup-visit-with-wheelchair-user-doing-consultation-medical-office-doctor-examining-senior-patient-with-chronic-disability-impairment_482257-50458.jpg?_wi=1",
imageAlt: "professional female gynecologist portrait",
},
name: "Meera S.", handle: "@meera", testimonial: "Kind, patient, and very knowledgeable doctor. I felt very comfortable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cosmetology-doctor-patien_624325-1646.jpg?_wi=1", imageAlt: "Patient portrait"},
]}
buttons={[
{
text: "Book Appointment",
href: "#contact",
},
text: "Book Appointment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-researcher-lab-coat_23-2148816434.jpg?_wi=2"
imageAlt="Dr. Aruna Shindhe"
imageAlt="Dr. Aruna Shindhe at Matoshri Clinic"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/female-doctor-white-uniform-professional-posture_114579-29563.jpg",
alt: "Patient 1",
},
{
src: "http://img.b2bpic.net/free-photo/doctor-with-dark-background_23-2147642813.jpg",
alt: "Patient 2",
},
{
src: "http://img.b2bpic.net/free-photo/looking-side-young-doctor-girl-wearing-stethoscope-medical-gown-isolated-pink-background_141793-38306.jpg",
alt: "Patient 3",
},
{
src: "http://img.b2bpic.net/free-photo/shy-young-beautiful-woman-doctor-wearing-white-coat-with-stethoscope-looking-aside_141793-33982.jpg",
alt: "Patient 4",
},
{
src: "http://img.b2bpic.net/free-photo/patient-smiling-doctor-clinic_23-2152005934.jpg",
alt: "Patient 5",
},
{ src: "http://img.b2bpic.net/free-photo/female-doctor-white-uniform-professional-posture_114579-29563.jpg", alt: "Patient 1" },
{ src: "http://img.b2bpic.net/free-photo/doctor-with-dark-background_23-2147642813.jpg", alt: "Patient 2" },
{ src: "http://img.b2bpic.net/free-photo/looking-side-young-doctor-girl-wearing-stethoscope-medical-gown-isolated-pink-background_141793-38306.jpg", alt: "Patient 3" },
]}
avatarText="Trusted by 500+ happy patients"
avatarText="Trusted by 500+ patients"
marqueeItems={[
{
type: "text",
text: "Professional Care",
},
{
type: "text",
text: "24/7 Availability",
},
{
type: "text",
text: "Expert Gynecology",
},
{
type: "text",
text: "Advanced Diagnostics",
},
{
type: "text",
text: "Compassionate Approach",
},
{ type: "text", text: "Gynecological Care" },
{ type: "text", text: "Prenatal Services" },
{ type: "text", text: "PCOD Management" },
{ type: "text", text: "Postnatal Care" },
]}
/>
</div>
@@ -164,19 +89,13 @@ export default function LandingPage() {
title="About Our Clinic"
metrics={[
{
label: "Experience",
value: "3+ Years",
icon: Award,
label: "Clinical Experience", value: "3+ Years", icon: Award,
},
{
label: "Availability",
value: "24/7 Support",
icon: Clock,
label: "Care Hours", value: "24/7 Available", icon: Clock,
},
{
label: "Location",
value: "Chitegaon",
icon: MapPin,
label: "Clinic Location", value: "Chitegaon, Sambhajinagar", icon: MapPin,
},
]}
metricsAnimation="slide-up"
@@ -189,62 +108,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Prenatal & Postnatal Care",
description: "Expert guidance and care for mother and baby.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg",
},
title: "Prenatal & Postnatal Care", description: "Comprehensive care and monitoring for expectant mothers and post-delivery wellness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg"},
{
title: "Menstrual Issues",
description: "Expert evaluation and management of cycle irregularities.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-writing-medical-file_107420-73985.jpg",
},
title: "Menstrual Health", description: "Professional evaluation and treatment for irregular periods and cycle-related issues.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-writing-medical-file_107420-73985.jpg"},
{
title: "Family Planning",
description: "Contraceptive advice and personalized treatment plans.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359162.jpg",
},
title: "Family Planning", description: "Safe contraceptive guidance and reproductive health counseling.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359162.jpg"},
{
title: "PCOD Treatment",
description: "Specialized care for PCOD and hormonal balance.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg",
},
{
title: "Leucorrhoea Treatment",
description: "Effective diagnosis and treatment for infections.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38769.jpg",
},
{
title: "Minor Surgeries",
description: "Fully equipped hospital facilities for C-sections.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-little-girl-preparing-visit-patient-waiting-room-having-flowers-sick-person-mother-child-waiting-enter-hospital-ward-medical-facility-people-waiting-area_482257-32289.jpg",
},
title: "PCOD & Hormonal Care", description: "Evidence-based management of PCOD and hormonal imbalance conditions.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-welcoming-lady-sitting-sofa-holding-digital-tablet_23-2147879152.jpg"},
]}
title="Clinical Services"
description="Comprehensive gynecological and medical care to support women's health through all life stages."
title="Our Clinical Services"
description="We provide personalized gynecological health services in a supportive, professional environment."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={true}
title="Clinic Hours & Info"
title="Operational Information"
tag="Clinic Details"
metrics={[
{
id: "1",
value: "9:00 AM",
description: "Opening Time",
},
id: "1", value: "9:00 AM", description: "Clinic Opens"},
{
id: "2",
value: "9:00 PM",
description: "Closing Time",
},
id: "2", value: "9:00 PM", description: "Clinic Closes"},
{
id: "3",
value: "Available",
description: "24/7 Emergency Care",
},
id: "3", value: "Available", description: "Emergency Consultations"},
]}
metricsAnimation="slide-up"
/>
@@ -257,49 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Meena G.",
handle: "@meena",
testimonial: "Dr. Aruna is a very supportive and experienced doctor.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nurse-wearing-scrubs-while-working-clinic_23-2149844687.jpg?_wi=2",
},
id: "1", name: "Meena G.", handle: "@meena", testimonial: "Dr. Aruna is incredibly supportive and thorough in her explanations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nurse-wearing-scrubs-while-working-clinic_23-2149844687.jpg?_wi=2"},
{
id: "2",
name: "Riya S.",
handle: "@riya",
testimonial: "Best gynecologist in Chitegaon. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cosmetology-doctor-patien_624325-1646.jpg?_wi=2",
},
{
id: "3",
name: "Priya K.",
handle: "@priya",
testimonial: "Very professional and friendly clinic staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-putting-medical-mask_23-2148757395.jpg?_wi=2",
},
{
id: "4",
name: "Shweta M.",
handle: "@shweta",
testimonial: "Quality care for all my health needs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-physician-taking-ntoes-checkup-visit-with-wheelchair-user-doing-consultation-medical-office-doctor-examining-senior-patient-with-chronic-disability-impairment_482257-50458.jpg?_wi=2",
},
{
id: "5",
name: "Kavita D.",
handle: "@kavita",
testimonial: "Excellent diagnostics and care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-talking-with-her-patient_1139-318.jpg",
},
id: "2", name: "Riya S.", handle: "@riya", testimonial: "Top-tier gynecological care. Highly recommended for any women's health needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cosmetology-doctor-patien_624325-1646.jpg?_wi=2"},
]}
showRating={true}
title="Patient Stories"
description="Trusted by our community for exceptional care."
title="What Our Patients Say"
description="We are proud to serve our community with dedication and care."
/>
</div>
@@ -309,23 +163,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you offer emergency services?",
content: "Yes, we are available 24/7 for urgent clinical needs.",
},
id: "1", title: "Are emergency consultations available?", content: "Yes, we provide 24/7 support for medical emergencies at the clinic."},
{
id: "2",
title: "Is lab testing available?",
content: "Yes, we are associated with diagnostic centers for blood tests.",
},
id: "2", title: "Do you have lab facilities?", content: "We coordinate with reliable diagnostic centers for all necessary lab investigations."},
{
id: "3",
title: "How can I book an appointment?",
content: "You can call us on 8087762998 or reach us via WhatsApp on the same number.",
},
id: "3", title: "How do I schedule an appointment?", content: "Please call or WhatsApp our clinic at 8087762998 to book a slot."},
]}
title="Frequently Asked Questions"
description="Answers to common queries about our clinic."
title="Commonly Asked Questions"
description="Find clear answers regarding our services and operational details."
faqsAnimation="slide-up"
/>
</div>
@@ -334,18 +179,17 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Contact Us"
title="Book an Appointment"
description="Call or WhatsApp us at 8087762998. Visit us at Sambhajinagar, Python Road, Chitegaon."
variant: "plain"}}
tag="Reach Out"
title="Book a Consultation"
description="Visit Dr. Aruna Shindhe at Matoshri Clinic, Python Road, Chitegaon. Call us at 8087762998."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Matoshri Clinic"
copyrightText="© 2025 Matoshri Clinic | All Rights Reserved"
copyrightText="© 2025 Matoshri Clinic | Women's Health & Care"
/>
</div>
</ReactLenis>