From 0b4c02bd1ceaf2f714e1e843ccb7836368c72462 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:24:21 +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 3ddd357..e1c195d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Fast, Reliable Plumbing in North Augusta You Can Count On" description="Same-Day Service • Honest Pricing • Trusted Local Plumber" - buttons={[{ text: "Call Now", href: "tel:+17067232039" }, { text: "Request Service", href: "/contact" }]} + buttons={[{ text: "Call Now", href: "tel:+17067232039" }]} imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg" mediaAnimation="slide-up" avatars={[ @@ -154,4 +154,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1