Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3984ff77b | |||
| ecbc50e884 | |||
| d73cb7c2fa | |||
| 1450e07ca7 |
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user