diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c08ef..52b48de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,11 +35,11 @@ export default function Page() { description="Painless treatments, affordable pricing, and expert care — all under one roof in Perambur." background={{ variant: "radial-gradient" }} testimonials={[ - { name: "Rajesh Kumar", handle: "@patient", testimonial: "The most painless root canal I've ever experienced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-thumbs-up-t-shirt-looking-happ-isolated_176474-81260.jpg" }, - { name: "Sunita Devi", handle: "@patient", testimonial: "Truly professional and caring staff. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hospital-assistant-putting-oxigen-mask-sick-man-patient-after-stomatology-surgery-sitting-dental-chair-orthodontic-hospital-room-medical-consultation-dentist-doctor-examining-toohache_482257-4906.jpg" }, - { name: "Arjun Mehta", handle: "@patient", testimonial: "Modern equipment and very clean environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443490.jpg" }, - { name: "Meera Iyer", handle: "@patient", testimonial: "Solved my gum issues effortlessly. Thank you!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg" }, - { name: "Vikram Singh", handle: "@patient", testimonial: "Best dental clinic in Perambur hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blond-woman-dress-touching-face-smiling-coquettish-standing-white-background_176420-48901.jpg" } + { name: "Rajesh Kumar", handle: "@patient", testimonial: "The most painless root canal I've ever experienced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042869.jpg" }, + { name: "Sunita Devi", handle: "@patient", testimonial: "Truly professional and caring staff. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-thumbs-up-t-shirt-looking-happ-isolated_176474-81260.jpg" }, + { name: "Arjun Mehta", handle: "@patient", testimonial: "Modern equipment and very clean environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hospital-assistant-putting-oxigen-mask-sick-man-patient-after-stomatology-surgery-sitting-dental-chair-orthodontic-hospital-room-medical-consultation-dentist-doctor-examining-toohache_482257-4906.jpg" }, + { name: "Meera Iyer", handle: "@patient", testimonial: "Solved my gum issues effortlessly. Thank you!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443490.jpg" }, + { name: "Vikram Singh", handle: "@patient", testimonial: "Best dental clinic in Perambur hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg" } ]} buttons={[{ text: "Call Now to Book Appointment", href: "tel:08072982811" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042869.jpg" @@ -73,6 +73,7 @@ export default function Page() { icon={Shield} imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042869.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} />
@@ -92,6 +93,7 @@ export default function Page() { tag="Simple Steps" metrics={[{id: "p1", value: "1.", description: "Call & Book Your Appointment"}, {id: "p2", value: "2.", description: "Visit & Consultation"}, {id: "p3", value: "3.", description: "Get Treated Comfortably"}]} metricsAnimation="slide-up" + useInvertedBackground={false} />
@@ -101,6 +103,7 @@ export default function Page() { description="Leave your details and we’ll contact you shortly to schedule your visit." buttons={[{text: "Call Now to Book Appointment", href: "tel:08072982811"}]} background={{ variant: "radial-gradient" }} + useInvertedBackground={true} />
@@ -110,6 +113,7 @@ export default function Page() { description="We have high demand and limited daily slots. Experience painless, professional care today." buttons={[{text: "Call Now to Book Appointment", href: "tel:08072982811"}]} background={{ variant: "plain" }} + useInvertedBackground={false} />