From 1086fc098dff40ed1af96a15d17d2dc3901448f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:59:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d361518..fc47470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,9 +65,9 @@ export default function LandingPage() { description="At Clove Dental Clinic, we've been transforming smiles and building confidence for over 15 years. Our commitment to excellence, combined with cutting-edge technology and a team of experienced dentists, ensures every patient receives personalized, pain-free dental care." tag="About Us" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "Learn More", href: "#features" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" bulletPoints={[ { title: "715+ Clinics Nationwide", description: "Conveniently located across India with standardized world-class treatment protocols", icon: MapPin }, { title: "Advanced Technology", description: "Latest dental equipment and techniques for precise, comfortable, and efficient treatments", icon: Zap }, @@ -90,9 +90,9 @@ export default function LandingPage() { description="From preventive care to advanced cosmetic and restorative treatments, we offer a full spectrum of dental solutions tailored to your unique needs." tag="Our Services" tagIcon={Stethoscope} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "View All Services", href: "#contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" features={[ { id: 1, title: "Dental Implants", description: "Advanced implant surgery solutions with high success rates, providing permanent tooth replacement that looks and feels natural.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053321.jpg", imageAlt: "Dental implant technology" }, { id: 2, title: "Professional Cleaning", description: "Deep preventive cleaning to remove tartar, plaque, and stains, maintaining optimal oral health and preventing diseases.", imageSrc: "http://img.b2bpic.net/free-photo/young-patient-black-goggles-getting-her-teeth-treated-by-female-hygienist-using-dental-curing-light_343059-402.jpg", imageAlt: "Professional teeth cleaning" }, @@ -142,7 +142,7 @@ export default function LandingPage() { sideTitle="Frequently Asked Questions" sideDescription="Find answers to common questions about our services, treatments, and what to expect during your visit." buttons={[{ text: "Contact Us", href: "#contact" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" faqs={[ { id: "1", title: "How often should I visit the dentist?", content: "We recommend visiting your dentist every 6 months for routine checkups and cleanings. However, if you have specific oral health concerns, more frequent visits may be necessary. Our team will guide you based on your individual needs." }, { id: "2", title: "Are dental implants safe and how long do they last?", content: "Yes, dental implants are safe when performed by experienced professionals. With proper care, implants can last 20-30 years or even a lifetime. They have a success rate exceeding 95% and are the gold standard for tooth replacement." }, @@ -169,7 +169,7 @@ export default function LandingPage() { { name: "service", type: "text", placeholder: "Service Interested In", required: false } ]} textarea={{ name: "message", placeholder: "Tell us about your dental concerns or questions", rows: 4, required: false }} - imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg" imageAlt="Clove Dental Clinic entrance" mediaAnimation="blur-reveal" mediaPosition="right" @@ -181,7 +181,7 @@ export default function LandingPage() {