From 452815e9ca27e3478849613de4be17761e1bd026 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:51:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2999318..4162268 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[{ text: "Shop Apparel", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/biker-racing-gear.jpg" + imageSrc="http://img.b2bpic.net/free-photo/biker-racing-gear.jpg?_wi=1" imageAlt="Premium apparel collection" mediaAnimation="slide-up" avatarText="Trusted by 5,000+ riders" @@ -80,8 +80,8 @@ export default function LandingPage() { title="Signature Quality" description="From concept to the final stitch, we deliver premium performance gear." features={[ - { title: "Premium Fabrics", description: "High-durability textiles designed for comfort and performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/biker-racing-gear.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/serious-motorcyclist-showing-orange-lining-his-burgundy-air-jacket-wearing-vintage-helmet-isolated-white_346278-1553.jpg" } }, - { title: "Urban Aesthetics", description: "Clean, minimalist designs that look good on and off the bike.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg" }, phoneTwo: { 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" } }, + { title: "Premium Fabrics", description: "High-durability textiles designed for comfort and performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/biker-racing-gear.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/serious-motorcyclist-showing-orange-lining-his-burgundy-air-jacket-wearing-vintage-helmet-isolated-white_346278-1553.jpg" } }, + { title: "Urban Aesthetics", description: "Clean, minimalist designs that look good on and off the bike.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg?_wi=1" }, phoneTwo: { 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?_wi=1" } }, { title: "Performance Fit", description: "Ergonomically crafted to move with you through every curve.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8083.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headlight-motorcycle_1398-282.jpg" } }, ]} /> @@ -94,9 +94,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Signature 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: "p1", name: "Signature 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?_wi=2" }, { id: "p2", name: "Logo Tee (White)", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/illustration-skull-helmet-wings_1284-49545.jpg" }, - { id: "p7", name: "Rider Graphic Shirt (Black)", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg" }, + { id: "p7", name: "Rider Graphic Shirt (Black)", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/side-view-motorbike-rider-with-helmet_23-2148585481.jpg?_wi=2" }, ]} title="Apparel Catalog" description="Shop our latest collection of premium rider apparel." -- 2.49.1