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