From 12800ef16f468324498aafc8eb1ab0c5d63ee0a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:32:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fcc24e..ef2067e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Schedule Consultation", href: "contact" }, - { text: "Call (555) 123-4567", href: "tel:+15551234567" } + { text: "Call (361) 782-7131", href: "tel:+15551234567" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg?_wi=1" @@ -201,7 +201,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Schedule Your Appointment", href: "contact" }, - { text: "Call (555) 123-4567", href: "tel:+15551234567" } + { text: "Call (361) 782-7131", href: "tel:+15551234567" } ]} buttonAnimation="slide-up" mediaAnimation="none" -- 2.49.1