Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2ba0eab80 | |||
| 7e7b78eec6 | |||
| 1dfa01c181 | |||
| 2003e868f9 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user