Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
290
src/app/page.tsx
290
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
},
|
||||
name: "Shop", id: "shop"},
|
||||
{
|
||||
name: "Builds",
|
||||
id: "builds",
|
||||
},
|
||||
name: "Builds", id: "builds"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AIA MODS"
|
||||
/>
|
||||
@@ -53,103 +45,58 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
title="ENGINEERED TO DOMINATE"
|
||||
description="Premium car modifications for those who refuse stock."
|
||||
buttons={[
|
||||
{
|
||||
text: "SHOP MODS",
|
||||
href: "#shop",
|
||||
},
|
||||
text: "SHOP MODS", href: "#shop"},
|
||||
{
|
||||
text: "VIEW BUILDS",
|
||||
href: "#builds",
|
||||
},
|
||||
text: "VIEW BUILDS", href: "#builds"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636176.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636176.jpg"
|
||||
imageAlt="Modified sports car"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex K.",
|
||||
handle: "@alex_k",
|
||||
testimonial: "The body kit fitment is absolutely perfect. Changed the stance completely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg?_wi=1",
|
||||
},
|
||||
name: "Alex K.", handle: "@alex_k", testimonial: "The body kit fitment is absolutely perfect. Changed the stance completely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg"},
|
||||
{
|
||||
name: "Sarah L.",
|
||||
handle: "@sarah_l",
|
||||
testimonial: "Engineered for real power. My track times dropped significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah L.", handle: "@sarah_l", testimonial: "Engineered for real power. My track times dropped significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg"},
|
||||
{
|
||||
name: "Mike J.",
|
||||
handle: "@mike_j",
|
||||
testimonial: "Top quality components. Shipping was faster than expected.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg?_wi=1",
|
||||
},
|
||||
name: "Mike J.", handle: "@mike_j", testimonial: "Top quality components. Shipping was faster than expected.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg"},
|
||||
{
|
||||
name: "Chris B.",
|
||||
handle: "@chris_b",
|
||||
testimonial: "The team knows their stuff. Absolute masters of the craft.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg?_wi=1",
|
||||
},
|
||||
name: "Chris B.", handle: "@chris_b", testimonial: "The team knows their stuff. Absolute masters of the craft.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg"},
|
||||
{
|
||||
name: "Emma W.",
|
||||
handle: "@emma_w",
|
||||
testimonial: "Worth every penny. The aggressive look I wanted, delivered.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg?_wi=1",
|
||||
},
|
||||
name: "Emma W.", handle: "@emma_w", testimonial: "Worth every penny. The aggressive look I wanted, delivered.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg", alt: "User 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "PRECISION ENGINEERING",
|
||||
},
|
||||
type: "text", text: "PRECISION ENGINEERING"},
|
||||
{
|
||||
type: "text",
|
||||
text: "JDM LEGENDS",
|
||||
},
|
||||
type: "text", text: "JDM LEGENDS"},
|
||||
{
|
||||
type: "text",
|
||||
text: "TRACK PROVEN",
|
||||
},
|
||||
type: "text", text: "TRACK PROVEN"},
|
||||
{
|
||||
type: "text",
|
||||
text: "CUSTOM BUILDS",
|
||||
},
|
||||
type: "text", text: "CUSTOM BUILDS"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AERODYNAMICS",
|
||||
},
|
||||
type: "text", text: "AERODYNAMICS"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,40 +108,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "BODY KITS",
|
||||
description: "Aggressive aero, widebody flares, and premium styling.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=1",
|
||||
},
|
||||
title: "BODY KITS", description: "Aggressive aero, widebody flares, and premium styling.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636176.jpg?_wi=2",
|
||||
imageAlt: "modified sports car low light",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg"},
|
||||
},
|
||||
{
|
||||
title: "EXHAUST SYSTEMS",
|
||||
description: "High-flow custom systems built for raw sound and power.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg?_wi=1",
|
||||
},
|
||||
title: "EXHAUST SYSTEMS", description: "High-flow custom systems built for raw sound and power.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=2",
|
||||
imageAlt: "carbon fiber body kit detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg"},
|
||||
},
|
||||
{
|
||||
title: "SUSPENSION",
|
||||
description: "Precision performance handling for street and track.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg?_wi=1",
|
||||
},
|
||||
title: "SUSPENSION", description: "Precision performance handling for street and track.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=2",
|
||||
imageAlt: "stainless steel exhaust tuning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -211,59 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "AIA",
|
||||
name: "Carbon Wing",
|
||||
price: "$1200",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", brand: "AIA", name: "Carbon Wing", price: "$1200", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Titan",
|
||||
name: "Exhaust V2",
|
||||
price: "$850",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", brand: "Titan", name: "Exhaust V2", price: "$850", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-workshop-repairing-service_23-2150171281.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Aero",
|
||||
name: "Suspension Kit",
|
||||
price: "$2100",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", brand: "Aero", name: "Suspension Kit", price: "$2100", rating: 4,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-tyre-break-disc_1170-1621.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Flow",
|
||||
name: "Forged Wheels",
|
||||
price: "$3400",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", brand: "Flow", name: "Forged Wheels", price: "$3400", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/shelf-with-tools-shiny-car-little-girl-hat-with-big-wrench-hands_613910-17048.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "AIA",
|
||||
name: "Intercooler",
|
||||
price: "$900",
|
||||
rating: 5,
|
||||
reviewCount: "33",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", brand: "AIA", name: "Intercooler", price: "$900", rating: 5,
|
||||
reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-250.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Apex",
|
||||
name: "Bucket Seat",
|
||||
price: "$600",
|
||||
rating: 4,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", brand: "Apex", name: "Bucket Seat", price: "$600", rating: 4,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg"},
|
||||
]}
|
||||
title="TOP MODS"
|
||||
description="Premium parts curated for serious enthusiasts."
|
||||
@@ -277,26 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "b1",
|
||||
value: "Project 1",
|
||||
title: "GTR R35",
|
||||
description: "Complete widebody overhaul.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chrome-lamp-detail-classic_1203-6154.jpg",
|
||||
},
|
||||
id: "b1", value: "Project 1", title: "GTR R35", description: "Complete widebody overhaul.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chrome-lamp-detail-classic_1203-6154.jpg"},
|
||||
{
|
||||
id: "b2",
|
||||
value: "Project 2",
|
||||
title: "Supra MK5",
|
||||
description: "Full track performance build.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-car-nicht_23-2148140767.jpg",
|
||||
},
|
||||
id: "b2", value: "Project 2", title: "Supra MK5", description: "Full track performance build.", imageSrc: "http://img.b2bpic.net/free-photo/woman-car-nicht_23-2148140767.jpg"},
|
||||
{
|
||||
id: "b3",
|
||||
value: "Project 3",
|
||||
title: "Civic Type R",
|
||||
description: "Street legal racing monster.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiny-lamp-bumper-old-headlight_1203-4248.jpg",
|
||||
},
|
||||
id: "b3", value: "Project 3", title: "Civic Type R", description: "Street legal racing monster.", imageSrc: "http://img.b2bpic.net/free-photo/shiny-lamp-bumper-old-headlight_1203-4248.jpg"},
|
||||
]}
|
||||
title="THE BUILDS"
|
||||
description="Explore custom engineering masterpieces."
|
||||
@@ -309,45 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Best Shop",
|
||||
quote: "Incredible service and quality parts.",
|
||||
name: "Alex K.",
|
||||
role: "Owner, R35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Best Shop", quote: "Incredible service and quality parts.", name: "Alex K.", role: "Owner, R35", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Top Tier",
|
||||
quote: "My car dominates on the track now.",
|
||||
name: "Sarah L.",
|
||||
role: "Owner, Supra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", title: "Top Tier", quote: "My car dominates on the track now.", name: "Sarah L.", role: "Owner, Supra", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Amazing",
|
||||
quote: "Fast shipping, perfect fitment.",
|
||||
name: "Mike J.",
|
||||
role: "Owner, Civic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", title: "Amazing", quote: "Fast shipping, perfect fitment.", name: "Mike J.", role: "Owner, Civic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Pure Quality",
|
||||
quote: "The team knows their stuff inside out.",
|
||||
name: "Chris B.",
|
||||
role: "Owner, 911",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", title: "Pure Quality", quote: "The team knows their stuff inside out.", name: "Chris B.", role: "Owner, 911", imageSrc: "http://img.b2bpic.net/free-photo/pensive-young-man-wearing-sports-hoodie-leaning-illuminated-signboard-street-night_613910-21202.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Revolutionary",
|
||||
quote: "Best modification investment I've made.",
|
||||
name: "Emma W.",
|
||||
role: "Owner, Z",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", title: "Revolutionary", quote: "Best modification investment I've made.", name: "Emma W.", role: "Owner, Z", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rebellious-granny-portrait_23-2151310049.jpg"},
|
||||
]}
|
||||
title="BUILT FOR DRIVERS, BY DRIVERS"
|
||||
description="What our community says about their builds."
|
||||
@@ -360,37 +208,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#shop",
|
||||
},
|
||||
label: "Shop", href: "#shop"},
|
||||
{
|
||||
label: "Builds",
|
||||
href: "#builds",
|
||||
},
|
||||
label: "Builds", href: "#builds"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user