2 Commits

Author SHA1 Message Date
d73cb7c2fa Update src/app/page.tsx 2026-04-02 20:25:49 +00:00
1450e07ca7 Merge version_4 into main
Merge version_4 into main
2026-04-02 20:24:28 +00:00

View File

@@ -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"
/>
</div>
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}