4 Commits

Author SHA1 Message Date
c2ba0eab80 Update src/app/page.tsx 2026-04-01 21:27:54 +00:00
7e7b78eec6 Merge version_2 into main
Merge version_2 into main
2026-04-01 21:26:14 +00:00
1dfa01c181 Merge version_2 into main
Merge version_2 into main
2026-04-01 21:07:03 +00:00
2003e868f9 Merge version_2 into main
Merge version_2 into main
2026-04-01 21:06:33 +00:00

View File

@@ -12,7 +12,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
@@ -39,7 +39,7 @@ export default function LandingPage() {
<HeroLogoBillboard
logoText="ENGINEERED WITHOUT COMPROMISE"
description="Built for those who demand control"
buttons={[{ text: "Begin Build", href: "/configurator" }, { text: "Explore Vehicles", href: "/vehicles" }]}
buttons={[]}
mediaAnimation="none"
background={{ variant: "plain" }}
/>
@@ -61,9 +61,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "v1", name: "Valkyrion", price: "Prototype", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc" },
{ id: "v2", name: "EON GT", price: "Concept", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537" },
{ id: "v3", name: "Custom Builds", price: "Inquiry", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae" }
{ id: "v1", name: "Valkyrion", price: "", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc" },
{ id: "v2", name: "EON GT", price: "", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537" },
{ id: "v3", name: "Custom Builds", price: "", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae" }
]}
/>
</div>
@@ -78,16 +78,16 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="ABOUT"
title="ABOUT VALOR"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="VALOR PERFORMANCE"
copyrightText="Private Development Project"
columns={[]}
logoText="VALOR PERFORMANCE"
copyrightText="© 2025 Valor Performance"
/>
</div>
</ReactLenis>