Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:12:35 +00:00
parent 9863c97525
commit dd8e7bd3b4

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
description="Trusted Dental Care in Central London. Personalised, gentle dental treatment from a highly-rated London clinic. 4.9 rating with 800+ patient reviews." description="Trusted Dental Care in Central London. Personalised, gentle dental treatment from a highly-rated London clinic. 4.9 rating with 800+ patient reviews."
buttons={[ buttons={[
{ text: "Book Appointment", href: "#contact" }, { text: "Book Appointment", href: "#contact" },
{ text: "Call Now: +44 20 7837 5638", href: "tel:+442078375638" } { text: "Call Now", href: "tel:+442078375638" }
]} ]}
layoutOrder="default" layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg" imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg"
@@ -53,6 +53,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonTextClassName="text-xs"
/> />
</div> </div>