Update src/app/vehicles/valkyrion/page.tsx

This commit is contained in:
2026-04-02 13:49:59 +00:00
parent d26aebb4ee
commit 151ee62438

View File

@@ -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>