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" />