From 289c7b8ea84cdc51ea0955941f99fd23e89db2fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:20:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 943b343..68b4638 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,13 +163,16 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", title: "Flexible Appointment Scheduling", description: "Book appointments at your convenience with our online scheduling system.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1", imageAlt: "Appointment scheduling" + id: 1, + title: "Flexible Appointment Scheduling", description: "Book appointments at your convenience with our online scheduling system.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1", imageAlt: "Appointment scheduling" }, { - id: "2", title: "Transparent Pricing", description: "No hidden costs. Know exactly what to expect before your treatment.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Transparent pricing" + id: 2, + title: "Transparent Pricing", description: "No hidden costs. Know exactly what to expect before your treatment.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Transparent pricing" }, { - id: "3", title: "Personalized Treatment Plans", description: "Custom treatment strategies tailored to your specific dental needs and goals.", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Treatment planning" + id: 3, + title: "Personalized Treatment Plans", description: "Custom treatment strategies tailored to your specific dental needs and goals.", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Treatment planning" } ]} />