Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user