From b3984ff77b81544ee3f93c9809adf700809a4a67 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:46:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9396659..fe4bf63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} buttons={[ { text: "Get a Free Estimate", href: "#contact" }, - { text: "View Recent Projects", href: "#portfolio" } + { text: "Call Now", href: "tel:+15551234567" } ]} carouselItems={[ { id: "1", imageSrc: getAsset("hero-carousel-1").url, imageAlt: getAsset("hero-carousel-1").alt }, @@ -138,7 +138,7 @@ export default function LandingPage() {
@@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1