4 Commits

Author SHA1 Message Date
b3984ff77b Update src/app/page.tsx 2026-04-02 20:46:03 +00:00
ecbc50e884 Merge version_5 into main
Merge version_5 into main
2026-04-02 20:25:52 +00:00
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

@@ -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 },