From e0e8afe3c3675dcbee71877f119ca46f3e4eb9b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:32:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b28c39..f7ee874 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { value: "4.9★", label: "Average Rating" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Book Appointment", href: "#contact" }]} + buttons={[{ text: "Book Your Appointment Now", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg" mediaAnimation="slide-up" avatars={[ @@ -182,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1