Update src/app/page.tsx

This commit is contained in:
2026-04-22 15:24:25 +00:00
parent 3afb8baceb
commit 21075aba55

View File

@@ -70,16 +70,16 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Touchdown", name: "Pro Game Jersey - Blue", price: "$120", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg" },
{ id: "p2", brand: "Touchdown", name: "Pro Game Jersey - Red", price: "$120", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg" },
{ id: "p1", brand: "Touchdown", name: "Pro Game Jersey - Blue", price: "$120", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg?_wi=1" },
{ id: "p2", brand: "Touchdown", name: "Pro Game Jersey - Red", price: "$120", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg?_wi=1" },
{ id: "p3", brand: "Touchdown", name: "Pro Game Jersey - White", price: "$120", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones-browsing-smartphone-using-training_23-2147755364.jpg" },
{ id: "p4", brand: "Touchdown", name: "Pro Game Jersey - Black", price: "$120", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-posing-dark-room_158595-2844.jpg" },
{ id: "p5", brand: "Touchdown", name: "Pro Game Jersey - Green", price: "$120", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg" },
{ id: "p5", brand: "Touchdown", name: "Pro Game Jersey - Green", price: "$120", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg?_wi=1" },
{ id: "p6", brand: "Touchdown", name: "Pro Game Jersey - Gold", price: "$135", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg" },
{ id: "p7", brand: "Touchdown", name: "Pro Game Jersey - Navy", price: "$120", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg" },
{ id: "p8", brand: "Touchdown", name: "Pro Game Jersey - Orange", price: "$120", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg" },
{ id: "p9", brand: "Touchdown", name: "Pro Game Jersey - Purple", price: "$120", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg" },
{ id: "p10", brand: "Touchdown", name: "Pro Game Jersey - Grey", price: "$120", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg" }
{ id: "p7", brand: "Touchdown", name: "Pro Game Jersey - Navy", price: "$120", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg?_wi=1" },
{ id: "p8", brand: "Touchdown", name: "Pro Game Jersey - Orange", price: "$120", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg?_wi=2" },
{ id: "p9", brand: "Touchdown", name: "Pro Game Jersey - Purple", price: "$120", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg?_wi=2" },
{ id: "p10", brand: "Touchdown", name: "Pro Game Jersey - Grey", price: "$120", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg?_wi=2" }
]}
title="Our Collection"
description="Premium jerseys designed for ultimate comfort and durability on the field."
@@ -167,7 +167,7 @@ export default function LandingPage() {
title="Common Questions"
description="Everything you need to know about our products and shipping."
faqsAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg?_wi=2"
imageAlt="Close up on basketball locker with equipment"
mediaAnimation="blur-reveal"
/>