diff --git a/src/app/page.tsx b/src/app/page.tsx index 4405ac4..ae31aa0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,13 +61,13 @@ export default function LandingPage() { ], stats: [ { - title: "Experience", values: ["15+", "18+", "20+"], + title: "Experience", values: [15, 18, 20], valueSuffix: "Years", description: "Clinical expertise in dentistry"}, { - title: "Patients", values: ["5000", "8000", "10000"], + title: "Patients", values: [5000, 8000, 10000], description: "Satisfied smiles created"}, { - title: "Rating", values: ["4.7", "4.75", "4.8"], + title: "Rating", values: [4.7, 4.75, 4.8], description: "Google reviews rating"}, ], buttons: [ @@ -108,7 +108,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-67022.jpg", imageAlt: "Tooth filling restoration"}, { id: "3", title: "Root Canal Treatment", tags: ["Advanced Care", "Painless"], - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67002.jpg?_wi=1", imageAlt: "Root canal treatment procedure"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67002.jpg", imageAlt: "Root canal treatment procedure"}, { id: "4", title: "Dental Implants", tags: ["Cosmetic", "Permanent"], imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-denture-model-patient_107420-65325.jpg", imageAlt: "Dental implants restoration"}, @@ -123,7 +123,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/positive-surprised-woman-with-fair-curly-hair-holds-plastic-mouth-expander-syringe-with-gel-apply-it-wears-casual-green-t-shirt-poses-indoor-against-white-background-people-oral-care_273609-62657.jpg", imageAlt: "Orthodontic braces and aligners"}, { id: "8", title: "Tooth Extraction", tags: ["Surgical Care", "Gentle"], - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67002.jpg?_wi=2", imageAlt: "Professional tooth extraction"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67002.jpg", imageAlt: "Professional tooth extraction"}, ]} /> @@ -172,15 +172,15 @@ export default function LandingPage() { { id: "dentists", groupTitle: "Lead Dentist", members: [ { - id: "1", title: "Dr. Priya Sharma", subtitle: "BDS, MDS - Prosthodontics", detail: "15+ years of clinical excellence in restorative and cosmetic dentistry", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg?_wi=1", imageAlt: "Dr. Priya Sharma, Lead Dentist"}, + id: "1", title: "Dr. Priya Sharma", subtitle: "BDS, MDS - Prosthodontics", detail: "15+ years of clinical excellence in restorative and cosmetic dentistry", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Dr. Priya Sharma, Lead Dentist"}, ], }, { id: "specialists", groupTitle: "Supporting Team", members: [ { - id: "2", title: "Dr. Arjun Nair", subtitle: "BDS - Orthodontist", detail: "Specialized in braces and smile alignment corrections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg?_wi=2", imageAlt: "Dr. Arjun Nair, Orthodontist"}, + id: "2", title: "Dr. Arjun Nair", subtitle: "BDS - Orthodontist", detail: "Specialized in braces and smile alignment corrections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Dr. Arjun Nair, Orthodontist"}, { - id: "3", title: "Anjali Desai", subtitle: "Dental Hygienist", detail: "Expert in preventive care and patient education", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1", imageAlt: "Anjali Desai, Dental Hygienist"}, + id: "3", title: "Anjali Desai", subtitle: "Dental Hygienist", detail: "Expert in preventive care and patient education", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Anjali Desai, Dental Hygienist"}, ], }, ]} @@ -193,7 +193,7 @@ export default function LandingPage() { { id: "1", name: "Priya Verma", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346502.jpg", imageAlt: "Priya Verma"}, { - id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2", imageAlt: "Rajesh Kumar"}, + id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Rajesh Kumar"}, { id: "3", name: "Sneha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/absolutely-awesome-portrait-satisfied-happy-granny-showing-okay-excellent-gesture-laughing-smiling-joyfully_176420-43860.jpg", imageAlt: "Sneha Reddy"}, {