diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index a7764d6..4da8958 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -37,13 +37,13 @@ export default function LandingPage() { useInvertedBackground={false} title="Residential Highlights" description="Explore our portfolio of bespoke living spaces." - products={[{ id: "p1", brand: "Luxury", name: "Cliffside Haven", price: "Contact for quote", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896892.jpg" }, { id: "p2", brand: "Luxury", name: "Metropolitan Loft", price: "Contact for quote", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg" }]} + products={[{ id: "p1", brand: "Luxury", name: "Cliffside Haven", price: "Contact for quote", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896892.jpg?_wi=4" }, { id: "p2", brand: "Luxury", name: "Metropolitan Loft", price: "Contact for quote", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg?_wi=4" }]} />