Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-26 00:48:06 +00:00

View File

@@ -41,32 +41,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
title="Unleash Your Ride"
description="Stuzzmoto is your destination for high-performance motorcycle parts and premium rider apparel designed for the fast lane."
title="Apparel Designed for Stuzz Riders"
description="Discover our exclusive range of high-performance black and white apparel. Designed for those who live for the ride, featuring bold Stuzz branding."
kpis={[
{ value: "500+", label: "Parts in Stock" },
{ value: "12+", label: "Years Experience" },
{ value: "99%", label: "Happy Riders" },
]}
enableKpiAnimation={true}
buttons={[{ text: "Shop Now", href: "#products" }]}
buttons={[{ text: "Shop Apparel", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-19250.jpg"
imageAlt="sport bike racing track"
imageAlt="model wearing stuzz branded apparel"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-brutal-fashionable-biker-dressed-black-leather-jacket-with-sunglasses-sitting-his-custom-made-retro-motorcycle-his-young-brunette-girlfriend-who-leaning-his-shoulder_613910-18825.jpg", alt: "Portrait of a brutal fashionable biker" },
{ src: "http://img.b2bpic.net/free-photo/female-motorcycle-helmet-leather-clothes-isolated-grey-background-studio_613910-838.jpg", alt: "Female in motorcycle helmet" },
{ src: "http://img.b2bpic.net/free-photo/middle-age-male-motorcycle-helmet-leather-jacket-with-rucksack-smoking-cigarette-grey-background_613910-12098.jpg", alt: "Middle age male biker" },
{ src: "http://img.b2bpic.net/free-photo/full-shot-adult-with-cool-motorcycle_23-2150849417.jpg", alt: "Full shot adult with cool motorcycle" },
{ src: "http://img.b2bpic.net/free-photo/young-stylish-man-with-beard-drinks-coffee-from-disposable-paper-cup-sits-motorbike-street-lifestyle-tropical-life-bali_1321-4202.jpg", alt: "Stylish man with coffee on motorbike" },
]}
avatarText="Trusted by 5,000+ riders"
marqueeItems={[
{ type: "text", text: "Racing Proven" },
{ type: "text", text: "Precision Engineered" },
{ type: "text", text: "High Performance" },
{ type: "text", text: "Worldwide Shipping" },
{ type: "text", text: "Stuzz Rides" },
{ type: "text", text: "Moto Lifestyle" },
{ type: "text", text: "Black & White Series" },
{ type: "text", text: "Premium Quality" },
{ type: "text", text: "Stuzz Moto" },
]}
/>
</div>
@@ -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."
/>
</div>
@@ -167,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}