From c788be53b505c57a12aed25f13330f259169bffd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:31:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a60d6c2..3630d13 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" @@ -141,10 +141,10 @@ export default function LandingPage() {