diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e7186a..00c6eb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Step Into Excellence" description="Premium soccer cleats engineered for unmatched performance, control, and style on the pitch" tag="New Collection" - imageSrc="http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=1" imageAlt="Premium soccer cleats collection" textPosition="bottom-left" showBlur={true} @@ -65,15 +65,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "EliteFoot", name: "Pro Performance Cleats", price: "$149.99", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Pro Performance Cleats" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=2", imageAlt: "Pro Performance Cleats" }, { id: "2", brand: "EliteFoot", name: "Speed Elite FG", price: "$129.99", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Speed Elite FG" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=3", imageAlt: "Speed Elite FG" }, { id: "3", brand: "EliteFoot", name: "Control Master AG", price: "$139.99", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Control Master AG" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=4", imageAlt: "Control Master AG" } ]} gridVariant="uniform-all-items-equal" @@ -140,10 +140,10 @@ export default function LandingPage() {