Merge version_3 into main #4
@@ -31,6 +31,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Motorcycles & Parts", id: "products" },
|
||||
{ name: "Apparel", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -41,24 +42,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "gradient-bars" }}
|
||||
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."
|
||||
title="Sur-Ron Electric Performance"
|
||||
description="Discover our exclusive range of Sur-Ron electric motorcycles, high-performance aftermarket parts, and premium rider apparel."
|
||||
kpis={[
|
||||
{ value: "500+", label: "Parts in Stock" },
|
||||
{ value: "12+", label: "Years Experience" },
|
||||
{ value: "99%", label: "Happy Riders" },
|
||||
{ value: "Sur-Ron", label: "Models" },
|
||||
{ value: "500+", label: "Bike Parts" },
|
||||
{ value: "Elite", label: "Apparel" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
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="model wearing stuzz branded apparel"
|
||||
buttons={[{ text: "Shop Catalog", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electric-motorcycle-concept_1234-5678.jpg"
|
||||
imageAlt="Sur-Ron electric motorcycle"
|
||||
mediaAnimation="slide-up"
|
||||
avatarText="Trusted by 5,000+ riders"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Stuzz Rides" },
|
||||
{ type: "text", text: "Moto Lifestyle" },
|
||||
{ type: "text", text: "Black & White Series" },
|
||||
{ type: "text", text: "Premium Quality" },
|
||||
{ type: "text", text: "Sur-Ron Ready" },
|
||||
{ type: "text", text: "Performance Parts" },
|
||||
{ type: "text", text: "Premium Apparel" },
|
||||
{ type: "text", text: "Stuzz Moto" },
|
||||
]}
|
||||
/>
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Born for the Road"
|
||||
title="Electrifying the Future"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,12 +77,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={true}
|
||||
title="Performance Meets Style"
|
||||
description="Expertly curated components and apparel for all riding enthusiasts."
|
||||
title="Built for Power"
|
||||
description="From stock Sur-Ron upgrades to signature rider apparel."
|
||||
features={[
|
||||
{ title: "Precision Parts", description: "Engineered for maximum power and reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/extreme-hard-drive-cooling_1401-422.jpg", imageAlt: "mechanical brake part high detail" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-standing-beside-motorcycle-with-helmet_23-2148875789.jpg", imageAlt: "biker racing gear portrait" } },
|
||||
{ title: "Pro Rider Gear", description: "Stay safe and look sharp in our elite apparel range.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/serious-motorcyclist-showing-orange-lining-his-burgundy-air-jacket-wearing-vintage-helmet-isolated-white_346278-1553.jpg", imageAlt: "biker racing gear portrait" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headlight-motorcycle_1398-282.jpg", imageAlt: "mechanical brake part high detail" } },
|
||||
{ title: "Rapid Shipping", description: "Get back on the track sooner with our fast fulfillment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8083.jpg", imageAlt: "mechanical brake part high detail" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261358.jpg", imageAlt: "biker racing gear portrait" } },
|
||||
{ title: "Sur-Ron Parts", description: "High-grade controllers, batteries, and frame components.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanical-part-close-up.jpg", imageAlt: "mechanical brake part high detail" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/biker-racing-gear.jpg", imageAlt: "biker racing gear portrait" } },
|
||||
{ title: "Signature Apparel", description: "Clean black and white shirts and gear for every ride.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/serious-motorcyclist-showing-orange-lining-his-burgundy-air-jacket-wearing-vintage-helmet-isolated-white_346278-1553.jpg", imageAlt: "biker racing gear portrait" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headlight-motorcycle_1398-282.jpg", imageAlt: "mechanical brake part high detail" } },
|
||||
{ title: "Elite Service", description: "Technical expertise to keep your bike hitting the track.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8083.jpg", imageAlt: "mechanical brake part high detail" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261358.jpg", imageAlt: "biker racing gear portrait" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,15 +94,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "s1", name: "Sur-Ron Light Bee X", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-sur-ron.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: "Carbon Exhaust", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-275.jpg" },
|
||||
{ id: "p2", name: "Stuzz Signature Logo Tee (White)", price: "$35", imageSrc: "http://img.b2bpic.net/free-vector/illustration-skull-helmet-wings_1284-49545.jpg" },
|
||||
{ id: "p5", name: "High-Flow Motor Controller", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8105.jpg" },
|
||||
{ id: "p6", name: "Carbon Fiber Rear Fender", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-engine-close-up_1398-275.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" },
|
||||
]}
|
||||
title="Shop Our Collection"
|
||||
description="Exclusive Stuzz branded apparel in crisp black and white."
|
||||
title="Our Catalog"
|
||||
description="Shop our selection of Sur-Ron electric bikes, essential performance parts, and signature apparel."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,11 +113,9 @@ export default function LandingPage() {
|
||||
title="Rider Stories"
|
||||
description="What our community has to say about the Stuzzmoto experience."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex R.", date: "Oct 2023", title: "Pro Racer", quote: "The performance exhaust changed the game.", tag: "Top Pick", avatarSrc: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-3791.jpg" },
|
||||
{ id: "t2", name: "Sarah K.", date: "Nov 2023", title: "Biker", quote: "Fast delivery and the gear fits perfectly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/tired-young-motorbiker-red-bomber-jacket-black-jeans-white-t-shirt-adjusting-his-hairstyle-holding-his-white-helmet_346278-1554.jpg" },
|
||||
{ id: "t3", name: "Marcus V.", date: "Dec 2023", title: "Enthusiast", quote: "Top quality parts for a reasonable price.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-male-motorcycle-helmet-leather-jacket-smoking-cigarette-grey-background_613910-12005.jpg" },
|
||||
{ id: "t4", name: "Jenny L.", date: "Jan 2024", title: "Rider", quote: "Great selection of accessories.", tag: "Racer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-helmet-motorcycle_23-2148703186.jpg" },
|
||||
{ id: "t5", name: "David W.", date: "Feb 2024", title: "Pro Mechanic", quote: "High quality parts that perform under stress.", tag: "Mechanic", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-leather-jacket-motorcycle_23-2148328603.jpg" },
|
||||
{ id: "t1", name: "Alex R.", date: "Oct 2023", title: "Pro Sur-Ron Racer", quote: "The controller upgrade made a massive difference in torque.", tag: "Top Pick", avatarSrc: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-3791.jpg" },
|
||||
{ id: "t2", name: "Sarah K.", date: "Nov 2023", title: "Street Rider", quote: "The apparel range looks great and fits perfectly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/tired-young-motorbiker-red-bomber-jacket-black-jeans-white-t-shirt-adjusting-his-hairstyle-holding-his-white-helmet_346278-1554.jpg" },
|
||||
{ id: "t3", name: "Marcus V.", date: "Dec 2023", title: "Sur-Ron Enthusiast", quote: "Top quality parts for a reasonable price.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-male-motorcycle-helmet-leather-jacket-smoking-cigarette-grey-background_613910-12005.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,12 +124,12 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "What is your return policy?", content: "You can return items within 30 days of purchase for a full refund." },
|
||||
{ id: "q2", title: "Do you offer international shipping?", content: "Yes, we ship parts and apparel worldwide." },
|
||||
{ id: "q1", title: "Which Sur-Ron models do you support?", content: "We specialize in parts for the Sur-Ron Light Bee and Storm Bee series." },
|
||||
{ id: "q2", title: "Are your shirts limited edition?", content: "Our signature black and white series are seasonal releases." },
|
||||
{ id: "q3", title: "How do I choose the right gear size?", content: "Refer to our sizing guide on every product page to ensure the perfect fit." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Find answers to our most common queries."
|
||||
sideDescription="Find answers to our most common queries about bikes, parts, and apparel."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -140,7 +138,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get In Touch"
|
||||
description="Have questions about your order or need bike advice? Contact our support team."
|
||||
description="Need advice on your build or help with your order? Contact our support team."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -160,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user