Update src/app/vehicles/valkyrion/page.tsx
This commit is contained in:
@@ -8,7 +8,18 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
|
||||
export default function ValkyrionPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="none"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Vehicles", id: "/vehicles" }, { name: "Configurator", id: "/configurator" }, { name: "About", id: "/about" }]}
|
||||
@@ -17,7 +28,7 @@ export default function ValkyrionPage() {
|
||||
<div className="pt-32 pb-20">
|
||||
<TextAbout
|
||||
title="VALKYRION"
|
||||
description={["The pinnacle of hypercar engineering. Combining raw power with absolute precision."]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Configure Now", href: "/configurator" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user