From 8d392f639aae6a545fbd22fb6a25a4b1311c83b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:45:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2c9a7a..67f7489 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" buttons={[ - { text: "Call Now", href: "tel:(747)800-7770" }, - { text: "Book Appointment", href: "#appointment" } + { text: "Call Now", href: "tel:(747)800-7770" } ]} buttonAnimation="slide-up" leftCarouselItems={[ -- 2.49.1