Update src/app/page.tsx

This commit is contained in:
2026-03-08 18:52:48 +00:00
parent bc71f70826
commit 3d2078dfbc

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Book an Appointment", href: "#contact" },
{ text: "Call the Clinic", href: "tel:+390321836450" }
]}
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-female-male-dentist-clinic_23-2147879205.jpg"
imageAlt="Modern dental clinic interior"
mediaAnimation="slide-up"
@@ -151,7 +151,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+390321836450" },
{ text: "Get Directions", href: "https://maps.google.com/?q=Via+San+Giuseppe+26,+Recetto,+Novara,+Italy" }
]}
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -163,7 +163,7 @@ export default function LandingPage() {
buttons={[
{ text: "Schedule Appointment", href: "#appointment" }
]}
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>