diff --git a/src/app/page.tsx b/src/app/page.tsx index 54fd1e5..ee2c49a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Residential", name: "Backyard Privacy Fence", price: "Completed 2024", rating: 5, - reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg", imageAlt: "Custom privacy fence installation" + reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg?_wi=1", imageAlt: "Custom privacy fence installation" }, { id: "2", brand: "Residential", name: "Vinyl Fence Installation", price: "Completed 2024", rating: 5, @@ -147,7 +147,7 @@ export default function LandingPage() { }, { id: "4", brand: "Residential", name: "Decorative Picket Fence", price: "Completed 2023", rating: 5, - reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg", imageAlt: "Traditional picket fence design" + reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/plants-door_1361-94.jpg?_wi=2", imageAlt: "Traditional picket fence design" } ]} carouselMode="buttons"