Merge version_1 into main #1
191
src/app/page.tsx
191
src/app/page.tsx
@@ -30,64 +30,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Parts",
|
||||
id: "products",
|
||||
},
|
||||
name: "Parts", id: "products"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Why Us", id: "metrics"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Support", id: "faq"},
|
||||
]}
|
||||
brandName="ProMotorParts"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Premium Motor Parts Professional Grade Fast Delivery"
|
||||
description="Trusted by shops and builders nationwide. Browse thousands of engines and components with realtime inventory and expert technical support."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Parts Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Parts Now", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workshop_23-2147773401.jpg",
|
||||
imageAlt: "Engine Block",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workshop_23-2147773401.jpg", imageAlt: "Engine Block"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turbocharged-engine-sports-car-close-up-hood_78492-3880.jpg",
|
||||
imageAlt: "Fuel Injectors",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turbocharged-engine-sports-car-close-up-hood_78492-3880.jpg", imageAlt: "Fuel Injectors"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg",
|
||||
imageAlt: "Tool Bench",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg", imageAlt: "Tool Bench"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-parts-repair-garage_1170-1702.jpg",
|
||||
imageAlt: "Engine Block",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-parts-repair-garage_1170-1702.jpg", imageAlt: "Engine Block"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-scene-depicting-variety-people-multitasking_23-2151294588.jpg",
|
||||
imageAlt: "Fuel Injectors",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-scene-depicting-variety-people-multitasking_23-2151294588.jpg", imageAlt: "Fuel Injectors"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-bicycle-mechanic-cleans-his-arms-after-bike-service-manual-workshop_613910-14283.jpg",
|
||||
imageAlt: "Tool Bench",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-bicycle-mechanic-cleans-his-arms-after-bike-service-manual-workshop_613910-14283.jpg", imageAlt: "Tool Bench"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,41 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Performance Piston Kit",
|
||||
price: "$499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg",
|
||||
},
|
||||
id: "p1", name: "Performance Piston Kit", price: "$499.00", imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "High-Output Alternator",
|
||||
price: "$289.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580610.jpg",
|
||||
},
|
||||
id: "p2", name: "High-Output Alternator", price: "$289.00", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580610.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "High-Pressure Fuel Pump",
|
||||
price: "$159.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg",
|
||||
},
|
||||
id: "p3", name: "High-Pressure Fuel Pump", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030438.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Professional Turbo Unit",
|
||||
price: "$1,299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg",
|
||||
},
|
||||
id: "p4", name: "Professional Turbo Unit", price: "$1,299.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Racing Valve Set",
|
||||
price: "$349.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-25067.jpg",
|
||||
},
|
||||
id: "p5", name: "Racing Valve Set", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-25067.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Performance Ignition Coil",
|
||||
price: "$89.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-lightbulb-white-background_93675-128255.jpg",
|
||||
},
|
||||
id: "p6", name: "Performance Ignition Coil", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/car-lightbulb-white-background_93675-128255.jpg"},
|
||||
]}
|
||||
title="Core Inventory"
|
||||
description="Explore our curated selection of high-performance components designed for professional builds and rigorous testing."
|
||||
@@ -149,20 +103,11 @@ export default function LandingPage() {
|
||||
tag="Performance Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15,000+",
|
||||
description: "Parts in Stock",
|
||||
},
|
||||
id: "m1", value: "15,000+", description: "Parts in Stock"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
description: "Average Delivery",
|
||||
},
|
||||
id: "m2", value: "24h", description: "Average Delivery"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.8%",
|
||||
description: "Compatibility Rate",
|
||||
},
|
||||
id: "m3", value: "99.8%", description: "Compatibility Rate"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -173,30 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-standing-with-arms-crossed_1170-1200.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-standing-with-arms-crossed_1170-1200.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138746.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138746.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150941998.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150941998.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1281.jpg",
|
||||
},
|
||||
id: "t5", name: "Robert Miller", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1281.jpg"},
|
||||
]}
|
||||
cardTitle="Shop Owner Voices"
|
||||
cardTag="Trusted Partners"
|
||||
@@ -210,20 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer bulk pricing?",
|
||||
content: "Yes, we offer tiered bulk discounts for registered automotive shops and industrial partners.",
|
||||
},
|
||||
id: "f1", title: "Do you offer bulk pricing?", content: "Yes, we offer tiered bulk discounts for registered automotive shops and industrial partners."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How is compatibility confirmed?",
|
||||
content: "All items are cross-referenced with manufacturer OEM numbers and supported vehicle application databases.",
|
||||
},
|
||||
id: "f2", title: "How is compatibility confirmed?", content: "All items are cross-referenced with manufacturer OEM numbers and supported vehicle application databases."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is technical support available?",
|
||||
content: "Our in-house engine experts are available via phone and email to guide your component selection.",
|
||||
},
|
||||
id: "f3", title: "Is technical support available?", content: "Our in-house engine experts are available via phone and email to guide your component selection."},
|
||||
]}
|
||||
title="Technical Support & Ordering"
|
||||
description="Common questions from professionals and hobbyists."
|
||||
@@ -235,16 +156,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Need Technical Assistance?"
|
||||
description="Contact our expert team to confirm compatibility or request quotes for large orders."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -254,54 +172,33 @@ export default function LandingPage() {
|
||||
logoText="ProMotorParts"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Parts",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Parts", href: "#products"},
|
||||
{
|
||||
label: "Engine Blocks",
|
||||
href: "#",
|
||||
},
|
||||
label: "Engine Blocks", href: "#"},
|
||||
{
|
||||
label: "Components",
|
||||
href: "#",
|
||||
},
|
||||
label: "Components", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Technical Guides",
|
||||
href: "#",
|
||||
},
|
||||
label: "Technical Guides", href: "#"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Help Center", href: "#faq"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user