From 94b1f265e9f3768e34553752a97f30664ece316a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:58:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 ++++++++++------------------------------------- 1 file changed, 51 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd84298..1646888 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,104 +48,37 @@ export default function LandingPage() { @@ -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." />
@@ -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." />
@@ -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" /> @@ -334,18 +179,17 @@ export default function LandingPage() { -- 2.49.1