From 7ff994f55a5d32633e95473fc25f80fccabdc113 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:30:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00c6eb4..a60d6c2 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg" 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?_wi=2", imageAlt: "Pro Performance Cleats" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", 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?_wi=3", imageAlt: "Speed Elite FG" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", 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?_wi=4", imageAlt: "Control Master AG" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Control Master AG" } ]} gridVariant="uniform-all-items-equal" @@ -133,6 +133,7 @@ export default function LandingPage() { imageAlt="Soccer field with athletes" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -140,10 +141,10 @@ export default function LandingPage() {