From 24a376ffd8d4a66261241d118c2aecae578a6522 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:15:28 +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 43e89a7..3dc7853 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { { name: "Contact", id: "#contact" }, ]} button={{ - text: "Book Appointment", href: "#contact" + text: "Book Appointment Now", href: "#contact" }} /> @@ -62,7 +62,7 @@ export default function HomePage() { tagIcon={Sparkles} background={{ variant: "glowing-orb" }} buttons={[ - { text: "Book Appointment", href: "#contact" }, + { text: "Book Appointment Now", href: "#contact" }, { text: "View Services", href: "/services" }, ]} imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=1" -- 2.49.1