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