Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d2b84ad56 |
157
src/app/page.tsx
157
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Heritage",
|
||||
id: "about",
|
||||
},
|
||||
name: "Heritage", id: "about"},
|
||||
{
|
||||
name: "Performance",
|
||||
id: "features",
|
||||
},
|
||||
name: "Performance", id: "features"},
|
||||
{
|
||||
name: "Specs",
|
||||
id: "specs",
|
||||
},
|
||||
name: "Specs", id: "specs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Supra MK4"
|
||||
/>
|
||||
@@ -57,16 +49,12 @@ export default function LandingPage() {
|
||||
description="The legend of the 90s, redefined for the modern enthusiast. Pure performance, timeless engineering."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore History",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore History", href: "#about"},
|
||||
{
|
||||
text: "Performance Stats",
|
||||
href: "#specs",
|
||||
},
|
||||
text: "Performance Stats", href: "#specs"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yellow-sport-car-render-3d-illustration_654080-1126.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1552611052-33e04de487de?q=80&w=2000"
|
||||
imageAlt="Toyota Supra MK4"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,17 +66,11 @@ export default function LandingPage() {
|
||||
description="The A80 Supra isn't just a car; it's a cult icon. Born in the golden era of Japanese sports cars, its 2JZ-GTE engine remains the holy grail for builders and tuners worldwide."
|
||||
metrics={[
|
||||
{
|
||||
value: "3.0L",
|
||||
title: "2JZ Inline-Six",
|
||||
},
|
||||
value: "3.0L", title: "2JZ Inline-Six"},
|
||||
{
|
||||
value: "320HP",
|
||||
title: "Stock Output",
|
||||
},
|
||||
value: "320HP", title: "Stock Output"},
|
||||
{
|
||||
value: "1993",
|
||||
title: "Launch Year",
|
||||
},
|
||||
value: "1993", title: "Launch Year"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-vehicle-engine_482257-76670.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -102,26 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Aero",
|
||||
title: "Drag Reduction",
|
||||
subtitle: "Optimized airflow",
|
||||
description: "Designed for maximum downforce without compromising style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-car-city_23-2151710943.jpg",
|
||||
},
|
||||
tag: "Aero", title: "Drag Reduction", subtitle: "Optimized airflow", description: "Designed for maximum downforce without compromising style.", imageSrc: "http://img.b2bpic.net/free-photo/anime-car-city_23-2151710943.jpg"},
|
||||
{
|
||||
tag: "Handling",
|
||||
title: "Precision Steering",
|
||||
subtitle: "Double wishbone",
|
||||
description: "Tunable suspension that dominates both streets and tracks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260333.jpg",
|
||||
},
|
||||
tag: "Handling", title: "Precision Steering", subtitle: "Double wishbone", description: "Tunable suspension that dominates both streets and tracks.", imageSrc: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260333.jpg"},
|
||||
{
|
||||
tag: "Interior",
|
||||
title: "Driver Centric",
|
||||
subtitle: "Ergonomic cockpit",
|
||||
description: "Wrapped in leather and focused on the driver's experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163672.jpg",
|
||||
},
|
||||
tag: "Interior", title: "Driver Centric", subtitle: "Ergonomic cockpit", description: "Wrapped in leather and focused on the driver's experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163672.jpg"},
|
||||
]}
|
||||
title="Performance Engineered"
|
||||
description="Every component was designed for high-speed stability and relentless acceleration."
|
||||
@@ -136,25 +103,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "0-60 MPH",
|
||||
description: "4.9 Seconds",
|
||||
},
|
||||
id: "m1", value: "0-60 MPH", description: "4.9 Seconds"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Top Speed",
|
||||
description: "155 MPH (Limited)",
|
||||
},
|
||||
id: "m2", value: "Top Speed", description: "155 MPH (Limited)"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Drive",
|
||||
description: "Rear Wheel Drive",
|
||||
},
|
||||
id: "m3", value: "Drive", description: "Rear Wheel Drive"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Weight",
|
||||
description: "1,550 kg",
|
||||
},
|
||||
id: "m4", value: "Weight", description: "1,550 kg"},
|
||||
]}
|
||||
title="Technical Mastery"
|
||||
description="Numbers don't lie. This is how the MK4 cemented its place in history."
|
||||
@@ -166,14 +121,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Toyota Heritage",
|
||||
"TRD Tuning",
|
||||
"2JZ Club",
|
||||
"JDM Elite",
|
||||
"Street Legends",
|
||||
"Supra Owners",
|
||||
"Track Addicts",
|
||||
]}
|
||||
"Toyota Heritage", "TRD Tuning", "2JZ Club", "JDM Elite", "Street Legends", "Supra Owners", "Track Addicts"]}
|
||||
title="A Community Unlike Any Other"
|
||||
description="Join thousands of enthusiasts who keep the spirit of the MK4 alive every single day."
|
||||
/>
|
||||
@@ -185,45 +133,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Pure Joy",
|
||||
quote: "There is nothing like the sound of a 2JZ spooling up at 3 AM. It changed my life.",
|
||||
name: "Alex Rivera",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-with-coffee-cup_23-2148486199.jpg",
|
||||
},
|
||||
id: "1", title: "Pure Joy", quote: "There is nothing like the sound of a 2JZ spooling up at 3 AM. It changed my life.", name: "Alex Rivera", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-with-coffee-cup_23-2148486199.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reliable Power",
|
||||
quote: "I have pushed this motor to 600whp stock block. It’s an absolute tank.",
|
||||
name: "Mark Sterling",
|
||||
role: "Tuner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1356.jpg",
|
||||
},
|
||||
id: "2", title: "Reliable Power", quote: "I have pushed this motor to 600whp stock block. It’s an absolute tank.", name: "Mark Sterling", role: "Tuner", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1356.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Timeless Design",
|
||||
quote: "People stop me at every gas station to talk about the Supra. It never gets old.",
|
||||
name: "Sarah Chen",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-motorcycle_23-2150868428.jpg",
|
||||
},
|
||||
id: "3", title: "Timeless Design", quote: "People stop me at every gas station to talk about the Supra. It never gets old.", name: "Sarah Chen", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-motorcycle_23-2150868428.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dream Achieved",
|
||||
quote: "I saved up for 10 years to finally buy my MK4. Worth every penny.",
|
||||
name: "Jason Todd",
|
||||
role: "Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-showing-ok-sign_23-2148332873.jpg",
|
||||
},
|
||||
id: "4", title: "Dream Achieved", quote: "I saved up for 10 years to finally buy my MK4. Worth every penny.", name: "Jason Todd", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-showing-ok-sign_23-2148332873.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "The King",
|
||||
quote: "It remains the king of the streets for a reason. Simply flawless.",
|
||||
name: "Elena V.",
|
||||
role: "Racer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wink-camera_23-2148289216.jpg",
|
||||
},
|
||||
id: "5", title: "The King", quote: "It remains the king of the streets for a reason. Simply flawless.", name: "Elena V.", role: "Racer", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wink-camera_23-2148289216.jpg"},
|
||||
]}
|
||||
title="Driver Voices"
|
||||
description="What it really feels like to own a piece of automotive history."
|
||||
@@ -234,16 +152,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Join the Heritage"
|
||||
description="Have questions about the MK4? Connect with our global community of enthusiasts."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -253,29 +168,19 @@ export default function LandingPage() {
|
||||
logoText="Supra MK4"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Heritage",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Heritage", href: "#about"},
|
||||
{
|
||||
label: "Performance",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Performance", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user