Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d2078dfbc | |||
| bc71f70826 | |||
| 9ad40f38b5 | |||
| e1747502cc | |||
| 20548ee5c6 | |||
| e1ec6026b0 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Book an Appointment", href: "#contact" },
|
{ text: "Book an Appointment", href: "#contact" },
|
||||||
{ text: "Call the Clinic", href: "tel:+390321836450" }
|
{ 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"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-female-male-dentist-clinic_23-2147879205.jpg"
|
||||||
imageAlt="Modern dental clinic interior"
|
imageAlt="Modern dental clinic interior"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Call Now", href: "tel:+390321836450" },
|
{ text: "Call Now", href: "tel:+390321836450" },
|
||||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Via+San+Giuseppe+26,+Recetto,+Novara,+Italy" }
|
{ 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}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Appointment", href: "#appointment" }
|
{ text: "Schedule Appointment", href: "#appointment" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user