From bcd34778a7b9ff5f164d5e77ac4b03f4bcd938b7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:41:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 ++++++++++++++++++++++++++++------------------- 1 file changed, 76 insertions(+), 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b569e3a..ac5ec37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Shop", id: "products" }, { name: "About", id: "about" }, - { name: "Reviews", id: "testimonials" }, + { name: "Help", id: "faq" }, { name: "Contact", id: "contact" }, ]} /> @@ -47,15 +47,20 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/modern-background-with-gradient-dynamic-shapes_52683-15308.jpg", imageAlt: "Premium soccer jersey collection"}, + imageSrc: "http://img.b2bpic.net/free-vector/modern-background-with-gradient-dynamic-shapes_52683-15308.jpg", imageAlt: "Premium soccer jersey collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43516.jpg", imageAlt: "Professional soccer uniforms"}, + imageSrc: "http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43516.jpg", imageAlt: "Professional soccer uniforms" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg", imageAlt: "Vintage and classic soccer kits"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg", imageAlt: "Vintage and classic soccer kits" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-sport-league-together_53876-42589.jpg", imageAlt: "New release soccer jerseys"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-sport-league-together_53876-42589.jpg", imageAlt: "New release soccer jerseys" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=1", imageAlt: "TrueKitFC online store"}, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=1", imageAlt: "TrueKitFC online store" + }, ]} buttons={[ { text: "Shop Now", href: "#products" }, @@ -73,11 +78,14 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Barcelona Home Jersey 2024", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-vector/team-football-jersey-design_23-2149858245.jpg", imageAlt: "Barcelona home jersey"}, + id: "1", name: "Barcelona Home Jersey 2024", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-vector/team-football-jersey-design_23-2149858245.jpg", imageAlt: "Barcelona home jersey" + }, { - id: "2", name: "Real Madrid Classic Kit", price: "$84.99", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-holding-soccer-ball-arm-near-wall_23-2148203524.jpg", imageAlt: "Real Madrid jersey"}, + id: "2", name: "Real Madrid Classic Kit", price: "$84.99", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-holding-soccer-ball-arm-near-wall_23-2148203524.jpg", imageAlt: "Real Madrid jersey" + }, { - id: "3", name: "Manchester United Legacy", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-vector/groups-football-world-championship-with-different-flags_23-2147806585.jpg", imageAlt: "Manchester United jersey"}, + id: "3", name: "Manchester United Legacy", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-vector/groups-football-world-championship-with-different-flags_23-2147806585.jpg", imageAlt: "Manchester United jersey" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -104,6 +112,43 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-