From 7657e6614ee1233f8cc69890487dc83dd7b7d498 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:36:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44d444d..0e17cdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,8 @@ export default function LandingPage() { avatarText="Trusted by 2000+ satisfied clients" buttons={[ { text: "Book Now", href: "contact" }, - { text: "Call: (555) 0123", href: "tel:+1-555-0123" } + { text: "Call: (555) 0123", href: "tel:+1-555-0123" }, + { text: "Call for Appointment", href: "tel:+1-555-0123" } ]} buttonAnimation="slide-up" /> -- 2.49.1