Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-02 20:46:09 +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: "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() {
<div id="portfolio" data-section="portfolio">
<ProductCardTwo
title="Our Latest Remodeling Projects"
description="Browse our gallery of stunning before & after transformations. See the quality and craftsmanship firsthand."
description="Unlock the true potential of your home with renovations designed to elevate your daily comfort, simplify your routines, and create spaces where your best memories are made."
products={[
{ id: "project-1", brand: "Kitchen", name: "Modern Farmhouse Kitchen", price: "Luxury", rating: 5, reviewCount: "20", imageSrc: getAsset("project-1").url, imageAlt: getAsset("project-1").alt },
{ id: "project-2", brand: "Bathroom", name: "Spa-Inspired Master Bath", price: "Premium", rating: 5, reviewCount: "15", imageSrc: getAsset("project-2").url, imageAlt: getAsset("project-2").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 email for a quick response"
inputPlaceholder="Enter your phone number and project type for a quick response"
buttonText="Request Free Quote"
/>
</div>
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}