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