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