Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b65e30dd1c | |||
| c089088713 |
@@ -48,12 +48,13 @@ 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: "radial-gradient" }}
|
background={{ variant: "sparkles-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="blur-reveal"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
containerClassName="relative overflow-hidden before:absolute before:inset-0 before:bg-gradient-to-br before:from-transparent before:via-primary-cta/5 before:to-transparent before:pointer-events-none after:absolute after:inset-0 after:bg-radial-gradient after:opacity-30 after:pointer-events-none"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user