From 6329d62c23b6eeaa806791057b4991a6a2b67f4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:49:40 +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 d0a8c13..63ed2d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { title="Summerville's Most Trusted Plumbers" description="Family-owned. Fairly priced. Always on time." buttons={[ - { text: "Request Service", href: "#contact" }, { text: "Call Now", href: "tel:843-555-0199" }, + { text: "Request Service", href: "#contact" }, ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-swinging-hammer-looking-camera-smiling_141793-30191.jpg?_wi=1", imageAlt: "Professional local plumber providing excellent service." }, @@ -174,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1