From 22206554de9912519ad581c6bee162c3be346e70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:51:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1a9e36..7053a41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,8 +62,8 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" buttons={[ - { text: "Book Appointment", href: "#contact" }, - { text: "Call Now", href: "tel:+1234567890" } + { text: "Reserve Your Spot Today", href: "#contact" }, + { text: "Call Us Today: (555) 123-4567", href: "tel:+15551234567" } ]} buttonAnimation="slide-up" carouselPosition="right" @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1