From cd438a91e1be545cef4e64afcb99bcce5fed9e14 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:15:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09f19cf..dba327a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,21 @@ export default function LandingPage() { @@ -72,44 +56,23 @@ export default function LandingPage() {
@@ -122,21 +85,15 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Years of Experience", - value: "15+", - }, + label: "Years of Experience", value: "15+"}, { icon: Users, - label: "Happy Patients", - value: "5000+", - }, + label: "Happy Patients", value: "5000+"}, { icon: Heart, - label: "Treatments Offered", - value: "20+", - }, + label: "Treatments Offered", value: "20+"}, ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" />
@@ -144,37 +101,26 @@ export default function LandingPage() { @@ -312,39 +208,21 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What are your clinic hours?", - content: "Our clinic is open Monday to Saturday from 9:00 AM to 7:00 PM. We are closed on Sundays and public holidays.", - }, + id: "faq1", title: "What are your clinic hours?", content: "Our clinic is open Monday to Saturday from 9:00 AM to 7:00 PM. We are closed on Sundays and public holidays."}, { - id: "faq2", - title: "Do you accept new patients?", - content: "Yes, we are always happy to welcome new patients to Clear Smile Dental Clinic! Please contact us to schedule your first appointment.", - }, + id: "faq2", title: "Do you accept new patients?", content: "Yes, we are always happy to welcome new patients to Clear Smile Dental Clinic! Please contact us to schedule your first appointment."}, { - id: "faq3", - title: "What payment methods do you accept?", - content: "We accept cash, major credit/debit cards, and UPI payments. We also offer various payment plans for extensive treatments.", - }, + id: "faq3", title: "What payment methods do you accept?", content: "We accept cash, major credit/debit cards, and UPI payments. We also offer various payment plans for extensive treatments."}, { - id: "faq4", - title: "Is parking available at your clinic?", - content: "Yes, ample parking is available in Vithai Plaza for our patients' convenience. We are located at Vadacha Stop, Karvenagar.", - }, + id: "faq4", title: "Is parking available at your clinic?", content: "Yes, ample parking is available in Vithai Plaza for our patients' convenience. We are located at Vadacha Stop, Karvenagar."}, { - id: "faq5", - title: "How often should I visit the dentist?", - content: "We recommend a dental check-up and cleaning every six months to maintain optimal oral health and prevent issues.", - }, + id: "faq5", title: "How often should I visit the dentist?", content: "We recommend a dental check-up and cleaning every six months to maintain optimal oral health and prevent issues."}, { - id: "faq6", - title: "Do you offer emergency dental services?", - content: "For dental emergencies, please call our clinic directly. We will do our best to accommodate you as soon as possible.", - }, + id: "faq6", title: "Do you offer emergency dental services?", content: "For dental emergencies, please call our clinic directly. We will do our best to accommodate you as soon as possible."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our clinic, services, appointments, and what to expect during your visit." - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" /> @@ -355,33 +233,22 @@ export default function LandingPage() { description="Schedule your appointment today or reach out with any questions. We look forward to welcoming you!" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message or Inquiry", - rows: 4, + name: "message", placeholder: "Your Message or Inquiry", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/building-with-modern-design_1127-2284.jpg" imageAlt="Exterior of Clear Smile Dental Clinic" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="left" buttonText="Send Message" /> @@ -391,13 +258,9 @@ export default function LandingPage() {