From ab18e87df24542bf0c4b9cd23401766409a12101 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6844797..82f54e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,32 +41,25 @@ export default function LandingPage() {
@@ -101,15 +94,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Racing Gloves", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/proud-looking-motorbiker-plain-white-helmet-bordeaux-nylon-bomber-jacket-jeans-t-shirt-against-white-wall-background_346278-1552.jpg" }, - { id: "p2", name: "Carbon Exhaust", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-275.jpg" }, + { id: "p1", name: "Stuzz Moto Black Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/proud-looking-motorbiker-plain-white-helmet-bordeaux-nylon-bomber-jacket-jeans-t-shirt-against-white-wall-background_346278-1552.jpg" }, + { id: "p2", name: "Stuzz Rides White Tee", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/illustration-skull-helmet-wings_1284-49545.jpg" }, { id: "p3", name: "Racing Helmet", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg" }, { id: "p4", name: "Rider Boots", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/shot-black-leather-heels-decorated-with-leather-belt-isolated-white_181624-32608.jpg" }, { id: "p5", name: "Engine Spark Plug", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8105.jpg" }, - { id: "p6", name: "Stuzzmoto Logo Tee", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/illustration-skull-helmet-wings_1284-49545.jpg" }, + { id: "p6", name: "Carbon Exhaust", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-275.jpg" }, ]} title="Shop Our Collection" - description="Everything you need to upgrade your bike and your look." + description="Exclusive Stuzz branded apparel in crisp black and white." /> @@ -167,4 +160,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1