From d73cb7c2fab6274a4c633673c9243f99a477ff26 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:25:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53adb5e..9396659 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: "Call Now", href: "tel:+15551234567" } + { text: "View Recent Projects", href: "#portfolio" } ]} carouselItems={[ { id: "1", imageSrc: getAsset("hero-carousel-1").url, imageAlt: getAsset("hero-carousel-1").alt }, @@ -209,7 +209,7 @@ export default function LandingPage() { description="Get a free, no-obligation estimate today. Our experts are ready to discuss your vision." background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} - inputPlaceholder="Enter your phone number and project type for a quick response" + inputPlaceholder="Enter your email for a quick response" buttonText="Request Free Quote" /> @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1