Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| caa70bc75f | |||
| 151ee62438 | |||
| d26aebb4ee | |||
| c17aadc9a8 | |||
| 8e5f7f01f2 | |||
| b5fb70d8a8 | |||
| c114273200 | |||
| 867ebffeba | |||
| 9943b207b3 | |||
| 460ef42016 |
@@ -28,6 +28,8 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Vehicles", id: "/vehicles" },
|
{ name: "Vehicles", id: "/vehicles" },
|
||||||
|
{ name: "Valkyrion", id: "/valkyrion" },
|
||||||
|
{ name: "EON GT", id: "/eon-gt" },
|
||||||
{ name: "Configurator", id: "/configurator" },
|
{ name: "Configurator", id: "/configurator" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
|
|||||||
39
src/app/vehicles/eon-gt/page.tsx
Normal file
39
src/app/vehicles/eon-gt/page.tsx
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
|
||||||
|
export default function EonGtPage() {
|
||||||
|
return (
|
||||||
|
<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" }]}
|
||||||
|
brandName="VALOR PERFORMANCE"
|
||||||
|
/>
|
||||||
|
<div className="pt-32 pb-20">
|
||||||
|
<TextAbout
|
||||||
|
title="EON GT"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Configure Now", href: "/configurator" }]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<FooterBase columns={[]} logoText="VALOR PERFORMANCE" copyrightText="© 2025 Valor Performance" />
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -2,138 +2,45 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function VehiclesPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmall"
|
sizing="large"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="outline"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<NavbarStyleApple
|
||||||
<NavbarStyleApple
|
navItems={[{ name: "Home", id: "/" }, { name: "Vehicles", id: "/vehicles" }, { name: "Configurator", id: "/configurator" }, { name: "About", id: "/about" }]}
|
||||||
navItems={[
|
brandName="VALOR PERFORMANCE"
|
||||||
{
|
/>
|
||||||
name: "Home",
|
<div className="pt-32 pb-20">
|
||||||
id: "/",
|
<ProductCardThree
|
||||||
},
|
title="OUR VEHICLES"
|
||||||
{
|
description="Engineered for ultimate performance."
|
||||||
name: "Vehicles",
|
animationType="slide-up"
|
||||||
id: "/vehicles",
|
gridVariant="three-columns-all-equal-width"
|
||||||
},
|
textboxLayout="default"
|
||||||
{
|
useInvertedBackground={false}
|
||||||
name: "Configurator",
|
products={[
|
||||||
id: "/configurator",
|
{ id: "v1", name: "Valkyrion", price: "$250,000", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc", priceButtonProps: { href: "/vehicles/valkyrion" } },
|
||||||
},
|
{ id: "v2", name: "EON GT", price: "$180,000", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537", priceButtonProps: { href: "/vehicles/eon-gt" } }
|
||||||
{
|
]}
|
||||||
name: "About",
|
/>
|
||||||
id: "/about",
|
</div>
|
||||||
},
|
<FooterBase columns={[]} logoText="VALOR PERFORMANCE" copyrightText="© 2025 Valor Performance" />
|
||||||
]}
|
|
||||||
brandName="VALOR PERFORMANCE"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="feature" data-section="feature">
|
|
||||||
<FeatureCardSixteen
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
negativeCard={{
|
|
||||||
items: [
|
|
||||||
"Not for sale",
|
|
||||||
"Track only",
|
|
||||||
"Extreme setup",
|
|
||||||
"Prohibited road use",
|
|
||||||
"Specialized logistics",
|
|
||||||
],
|
|
||||||
}}
|
|
||||||
positiveCard={{
|
|
||||||
items: [
|
|
||||||
"1.580 PS",
|
|
||||||
"2.600 kg Downforce",
|
|
||||||
"Pure Engineering",
|
|
||||||
"Advanced Metallurgy",
|
|
||||||
"Precision Tuning",
|
|
||||||
],
|
|
||||||
}}
|
|
||||||
title="VALOR VEHICLES"
|
|
||||||
description="Valor Vehicles sind eigenständig entwickelte Hochleistungsfahrzeuge."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="product" data-section="product">
|
|
||||||
<ProductCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Current Fleet"
|
|
||||||
description="Entdecke unsere aktuellen Prototypen."
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "v1",
|
|
||||||
name: "Valkyrion",
|
|
||||||
price: "POA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-color-sport-car-bridge-sunset_114579-4083.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "v2",
|
|
||||||
name: "EON GT",
|
|
||||||
price: "POA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-550.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterBase
|
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Models",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Valkyrion",
|
|
||||||
href: "/vehicles",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "EON GT",
|
|
||||||
href: "/vehicles",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Brand",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About Us",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "The Oath",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="VALOR PERFORMANCE"
|
|
||||||
copyrightText="Private Development Project"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
39
src/app/vehicles/valkyrion/page.tsx
Normal file
39
src/app/vehicles/valkyrion/page.tsx
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
|
||||||
|
export default function ValkyrionPage() {
|
||||||
|
return (
|
||||||
|
<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" }]}
|
||||||
|
brandName="VALOR PERFORMANCE"
|
||||||
|
/>
|
||||||
|
<div className="pt-32 pb-20">
|
||||||
|
<TextAbout
|
||||||
|
title="VALKYRION"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Configure Now", href: "/configurator" }]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<FooterBase columns={[]} logoText="VALOR PERFORMANCE" copyrightText="© 2025 Valor Performance" />
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user