Update src/app/page.tsx

This commit is contained in:
2026-06-10 15:10:10 +00:00
parent 14442d43a8
commit 366964c0da

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
href: "#services", href: "#services",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg?_wi=1"
imageAlt="Modern dental clinic interior with a dental chair" imageAlt="Modern dental clinic interior with a dental chair"
mediaAnimation="opacity" mediaAnimation="opacity"
avatars={[ avatars={[
@@ -153,7 +153,7 @@ export default function LandingPage() {
{ {
title: "Cleaning & Prevention", title: "Cleaning & Prevention",
description: "Maintain optimal oral health with our professional cleanings, fluoride treatments, and personalized oral hygiene advice.", description: "Maintain optimal oral health with our professional cleanings, fluoride treatments, and personalized oral hygiene advice.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-female-suffering-from-toothache-casual-clothes-isolated_176474-81430.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-female-suffering-from-toothache-casual-clothes-isolated_176474-81430.jpg?_wi=1",
imageAlt: "Dental hygienist performing teeth cleaning", imageAlt: "Dental hygienist performing teeth cleaning",
buttonIcon: "CheckCircle", buttonIcon: "CheckCircle",
}, },
@@ -217,7 +217,7 @@ export default function LandingPage() {
imageAlt: "Dr. Sarah Johnson", imageAlt: "Dr. Sarah Johnson",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg?_wi=2",
imageAlt: "professional male dentist smiling", imageAlt: "professional male dentist smiling",
}, },
{ {
@@ -241,7 +241,7 @@ export default function LandingPage() {
imageAlt: "David Lee, Office Manager", imageAlt: "David Lee, Office Manager",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-female-suffering-from-toothache-casual-clothes-isolated_176474-81430.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-female-suffering-from-toothache-casual-clothes-isolated_176474-81430.jpg?_wi=2",
imageAlt: "professional male dentist smiling", imageAlt: "professional male dentist smiling",
}, },
]} ]}