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