Update src/app/page.tsx

This commit is contained in:
2026-05-12 23:00:54 +00:00
parent 4c25047ece
commit 5e23c2e8db

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
href: "#contact", href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/expressive-pretty-woman-posing_344912-1880.jpg" imageSrc="http://img.b2bpic.net/free-photo/expressive-pretty-woman-posing_344912-1880.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
@@ -124,7 +124,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Expert Orthodontic Care in North Miami Beach" title="Expert Orthodontic Care in North Miami Beach"
description="Our practice is dedicated to providing personalized orthodontic solutions, including state-of-the-art aligners and traditional braces, in a warm and comfortable environment." description="Our practice is dedicated to providing personalized orthodontic solutions, including state-of-the-art aligners and traditional braces, in a warm and comfortable environment."
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-dentist-dentist-s-office_329181-20725.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-dentist-dentist-s-office_329181-20725.jpg?_wi=1"
/> />
</div> </div>
@@ -258,7 +258,7 @@ export default function LandingPage() {
button: { button: {
text: "Get Started", text: "Get Started",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/expressive-pretty-woman-posing_344912-1880.jpg", imageSrc: "http://img.b2bpic.net/free-photo/expressive-pretty-woman-posing_344912-1880.jpg?_wi=2",
imageAlt: "Close up portrait of brunette woman smiling playing with hair strand showing new haircut posing over", imageAlt: "Close up portrait of brunette woman smiling playing with hair strand showing new haircut posing over",
}, },
{ {
@@ -273,7 +273,7 @@ export default function LandingPage() {
button: { button: {
text: "Get Started", text: "Get Started",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-dentist-dentist-s-office_329181-20725.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-dentist-dentist-s-office_329181-20725.jpg?_wi=2",
imageAlt: "Close up portrait of brunette woman smiling playing with hair strand showing new haircut posing over", imageAlt: "Close up portrait of brunette woman smiling playing with hair strand showing new haircut posing over",
}, },
]} ]}