diff --git a/src/app/page.tsx b/src/app/page.tsx index 38b1c27..f4526ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { products={[ { id: "g1", brand: "Style", name: "Classic Fade", price: "Featured", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg?_wi=1" }, { id: "g2", brand: "Style", name: "Modern Quiff", price: "Featured", rating: 5, @@ -104,7 +104,7 @@ export default function LandingPage() { }, { id: "g3", brand: "Style", name: "Beard Art", price: "Featured", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/officer-war-room-responsible-air-defense-relaying-instructions-squadrons-patrolling_482257-134542.jpg?_wi=2" } ]} title="Our Work"