From 339f02227276c3ebe1b4a1fc316da1d01cd439d4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:22:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0c9923..55ae6e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,21 +28,13 @@ export default function LandingPage() { @@ -51,51 +43,28 @@ export default function LandingPage() {
@@ -108,40 +77,15 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "The Classic Retro", - price: "$120", - variant: "Home Jersey", - imageSrc: "http://img.b2bpic.net/free-photo/view-american-football-balls_23-2150784064.jpg", - }, + id: "p1", name: "The Classic Retro", price: "$120", variant: "Home Jersey", imageSrc: "http://img.b2bpic.net/free-photo/view-american-football-balls_23-2150784064.jpg"}, { - id: "p2", - name: "Limited Bomber", - price: "$180", - variant: "Streetwear", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5120.jpg", - }, + id: "p2", name: "Limited Bomber", price: "$180", variant: "Streetwear", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5120.jpg"}, { - id: "p3", - name: "Iconic 90style", - price: "$95", - variant: "Club Shirt", - imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-stylish-sexy-smiling-beautiful-young-blond-woman-model-summer-casual-sport-cloth_158538-14607.jpg", - }, + id: "p3", name: "Iconic 90style", price: "$95", variant: "Club Shirt", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-stylish-sexy-smiling-beautiful-young-blond-woman-model-summer-casual-sport-cloth_158538-14607.jpg"}, { - id: "p4", - name: "Pitch Ready Zip", - price: "$110", - variant: "Training Gear", - imageSrc: "http://img.b2bpic.net/free-photo/view-rugby-player-with-equipment_23-2150995732.jpg", - }, + id: "p4", name: "Pitch Ready Zip", price: "$110", variant: "Training Gear", imageSrc: "http://img.b2bpic.net/free-photo/view-rugby-player-with-equipment_23-2150995732.jpg"}, { - id: "p5", - name: "Stadium Essential", - price: "$85", - variant: "Casual Wear", - imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-254.jpg", - }, + id: "p5", name: "Stadium Essential", price: "$85", variant: "Casual Wear", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-254.jpg"}, ]} title="Best Sellers" description="Our most coveted pieces of the season." @@ -150,33 +94,22 @@ export default function LandingPage() {
@@ -204,29 +132,19 @@ export default function LandingPage() { logoText="90style" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "Jerseys", - href: "/shop", - }, + label: "Jerseys", href: "/shop"}, { - label: "Jackets", - href: "/shop", - }, + label: "Jackets", href: "/shop"}, ], }, ]} -- 2.49.1