From dd8e7bd3b4f6829bff628c93aacbc0f5b3426cba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:12:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aad1f07..9fd304c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." buttons={[ { text: "Book Appointment", href: "#contact" }, - { text: "Call Now: +44 20 7837 5638", href: "tel:+442078375638" } + { text: "Call Now", href: "tel:+442078375638" } ]} layoutOrder="default" 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" }} buttonAnimation="slide-up" mediaAnimation="slide-up" + buttonTextClassName="text-xs" /> -- 2.49.1