diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ef019d..ee9842b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -57,35 +49,21 @@ export default function LandingPage() { description="Where Excellence Meets Comfort. Experience luxury dental care in a hygienic, professional environment in Aminjikarai, Chennai." buttons={[ { - text: "Book Your Appointment", - href: "#contact", - }, + text: "Book Your Appointment", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg?_wi=1", - imageAlt: "Dental Clinic Overview", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg", imageAlt: "Dental Clinic Overview"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg?_wi=2", - imageAlt: "Modern Dental Facilities", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg", imageAlt: "Modern Dental Facilities"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg?_wi=3", - imageAlt: "Professional Dental Care", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg", imageAlt: "Professional Dental Care"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg?_wi=4", - imageAlt: "Care Patient Environment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg", imageAlt: "Care Patient Environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg?_wi=5", - imageAlt: "Our Modern Clinic", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg", imageAlt: "Our Modern Clinic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg?_wi=6", - imageAlt: "Excellence in Dentistry", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-sitting-chair-dental-clinic_662251-2583.jpg", imageAlt: "Excellence in Dentistry"}, ]} /> @@ -95,19 +73,13 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Clinic Philosophy", - }, + type: "text", content: "Our Clinic Philosophy"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg", - alt: "Clinic Philosophy", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/cheerful-dentist-patient-sitting-dental-office_651396-1900.jpg", alt: "Clinic Philosophy"}, ]} buttons={[ { - text: "Learn More", - }, + text: "Learn More"}, ]} /> @@ -120,34 +92,22 @@ export default function LandingPage() { features={[ { icon: Smile, - title: "General Dentistry", - description: "Routine checkups, cleanings, and preventive care.", - }, + title: "General Dentistry", description: "Routine checkups, cleanings, and preventive care."}, { icon: Sparkles, - title: "Invisalign", - description: "Clear aligners for discreet, comfortable tooth movement.", - }, + title: "Invisalign", description: "Clear aligners for discreet, comfortable tooth movement."}, { icon: CheckCircle, - title: "Braces", - description: "Reliable orthodontic solutions for all ages.", - }, + title: "Braces", description: "Reliable orthodontic solutions for all ages."}, { icon: Award, - title: " Wisdom Teeth Extraction", - description: "Expert surgical removal with post-care focus.", - }, + title: " Wisdom Teeth Extraction", description: "Expert surgical removal with post-care focus."}, { icon: ShieldCheck, - title: "Restorative Care", - description: "High-quality treatments to protect dental health.", - }, + title: "Restorative Care", description: "High-quality treatments to protect dental health."}, { icon: Heart, - title: "Emergency Care", - description: "Prompt assistance for urgent dental pain.", - }, + title: "Emergency Care", description: "Prompt assistance for urgent dental pain."}, ]} title="Comprehensive Dental Services" description="Expert treatments focused on detail and patient comfort." @@ -156,63 +116,33 @@ export default function LandingPage() {
@@ -290,37 +196,25 @@ export default function LandingPage() { { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}