Merge version_1 into main #2
199
src/app/page.tsx
199
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Supercars",
|
||||
id: "supercars",
|
||||
},
|
||||
name: "Supercars", id: "supercars"},
|
||||
{
|
||||
name: "Formula 1",
|
||||
id: "f1-legacy",
|
||||
},
|
||||
name: "Formula 1", id: "f1-legacy"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Apex Velocity"
|
||||
/>
|
||||
@@ -53,112 +45,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Mastering the Art of Speed"
|
||||
description="Experience the pinnacle of automotive engineering and racing history. From hypercar innovation to F1 legend."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=1",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", imageAlt: "Modern Supercar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=2",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", imageAlt: "Modern Supercar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=3",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", imageAlt: "Modern Supercar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=4",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", imageAlt: "Modern Supercar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=5",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", imageAlt: "Modern Supercar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg?_wi=6",
|
||||
imageAlt: "Modern Supercar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", imageAlt: "Modern Supercar"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=1",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", imageAlt: "Formula 1 Car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=2",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", imageAlt: "Formula 1 Car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=3",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", imageAlt: "Formula 1 Car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=4",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", imageAlt: "Formula 1 Car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=5",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", imageAlt: "Formula 1 Car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg?_wi=6",
|
||||
imageAlt: "Formula 1 Car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", imageAlt: "Formula 1 Car"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#supercars",
|
||||
},
|
||||
text: "Explore Collection", href: "#supercars"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg",
|
||||
alt: "Racing Team Member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg", alt: "Racing Team Member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg",
|
||||
alt: "Racing Team Member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg", alt: "Racing Team Member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg",
|
||||
alt: "Racing Team Member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", alt: "Racing Team Member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg",
|
||||
alt: "Racing Team Member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001296.jpg", alt: "Racing Team Member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg",
|
||||
alt: "Racing Team Member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139596.jpg", alt: "Racing Team Member 5"},
|
||||
]}
|
||||
avatarText="Join 500+ elite automotive enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "PRECISION",
|
||||
},
|
||||
type: "text", text: "PRECISION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PERFORMANCE",
|
||||
},
|
||||
type: "text", text: "PERFORMANCE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "LEGACY",
|
||||
},
|
||||
type: "text", text: "LEGACY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "INNOVATION",
|
||||
},
|
||||
type: "text", text: "INNOVATION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SPEED",
|
||||
},
|
||||
type: "text", text: "SPEED"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,23 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hyperion X-1",
|
||||
price: "$2,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Hyperion X-1", price: "$2,500,000", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zenith GT",
|
||||
price: "$1,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg",
|
||||
},
|
||||
id: "2", name: "Zenith GT", price: "$1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vector Pro",
|
||||
price: "$1,800,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Vector Pro", price: "$1,800,000", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-white-tank-top-holding-black-motor-helmet-attractive-sporty-girl-posing-isolated-with-protective-equipment-extreme-sports-transportation_343059-3284.jpg"},
|
||||
]}
|
||||
title="The Elite Supercar Fleet"
|
||||
description="Hand-picked hypercars with unmatched performance and breathtaking design."
|
||||
@@ -196,36 +129,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="f1-legacy" data-section="f1-legacy">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Precision Aerodynamics",
|
||||
tags: [
|
||||
"Engineering",
|
||||
"History",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "Precision Aerodynamics", tags: [
|
||||
"Engineering", "History"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Engine Mastery",
|
||||
tags: [
|
||||
"Power",
|
||||
"Performance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "Engine Mastery", tags: [
|
||||
"Power", "Performance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Elite Drivers",
|
||||
tags: [
|
||||
"Legacy",
|
||||
"Sport",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg?_wi=3",
|
||||
},
|
||||
id: "f3", title: "Elite Drivers", tags: [
|
||||
"Legacy", "Sport"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25036.jpg"},
|
||||
]}
|
||||
title="Formula 1: The Apex of Performance"
|
||||
description="Technological innovation at its limit. Explore the cars that defined the history of Grand Prix racing."
|
||||
@@ -239,12 +158,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Racing Legends"
|
||||
description="Our network spans the globe, partnering with the world's most prestigious automotive heritage organizations."
|
||||
names={[
|
||||
"Formula Motorsport",
|
||||
"GT Alliance",
|
||||
"Carbon Racing",
|
||||
"Speed Dynamics",
|
||||
"Apex Performance",
|
||||
]}
|
||||
"Formula Motorsport", "GT Alliance", "Carbon Racing", "Speed Dynamics", "Apex Performance"]}
|
||||
tag="Partners"
|
||||
tagIcon={Trophy}
|
||||
/>
|
||||
@@ -254,14 +168,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Are you ready to join the elite? Contact us to commission your own bespoke supercar or racing experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "mailto:hello@apexvelocity.com",
|
||||
},
|
||||
text: "Inquire Now", href: "mailto:hello@apexvelocity.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,29 +181,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Racing",
|
||||
items: [
|
||||
title: "Racing", items: [
|
||||
{
|
||||
label: "Formula 1",
|
||||
href: "#",
|
||||
},
|
||||
label: "Formula 1", href: "#"},
|
||||
{
|
||||
label: "Supercars",
|
||||
href: "#",
|
||||
},
|
||||
label: "Supercars", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user