Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb670d671b | |||
| 8feca4d43d |
@@ -6,18 +6,15 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
|||||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
|
||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import { Zap, Gauge, Flame, BatteryCharging, Trophy, ShieldCheck, Settings, Users, Sparkles, ArrowUpRight } from "lucide-react";
|
import { Zap, Gauge, Flame, BatteryCharging, Trophy, ArrowUpRight } from "lucide-react";
|
||||||
|
|
||||||
export default function Porsche918Page() {
|
export default function Porsche918Page() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider>
|
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="918 Spyder"
|
brandName="918 Spyder"
|
||||||
@@ -55,6 +52,7 @@ export default function Porsche918Page() {
|
|||||||
description="Experience the combination of a high-revving naturally aspirated V8 engine and two sophisticated electric motors."
|
description="Experience the combination of a high-revving naturally aspirated V8 engine and two sophisticated electric motors."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Race-Inspired Hybrid", description: "A combined output of 887 horsepower allows for breathtaking acceleration and track-dominating speed.", bentoComponent: "reveal-icon", icon: Flame,
|
title: "Race-Inspired Hybrid", description: "A combined output of 887 horsepower allows for breathtaking acceleration and track-dominating speed.", bentoComponent: "reveal-icon", icon: Flame,
|
||||||
@@ -85,6 +83,7 @@ export default function Porsche918Page() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "hp", value: "887", title: "Horsepower", description: "Total system output", icon: Gauge },
|
{ id: "hp", value: "887", title: "Horsepower", description: "Total system output", icon: Gauge },
|
||||||
{ id: "0-60", value: "2.2s", title: "0-60 MPH", description: "Lightning quick start", icon: Zap },
|
{ id: "0-60", value: "2.2s", title: "0-60 MPH", description: "Lightning quick start", icon: Zap },
|
||||||
@@ -92,18 +91,21 @@ export default function Porsche918Page() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="The 918 Spyder isn't just a car; it's a statement. The way the electric torque blends with the V8 howl is an automotive experience unlike any other I've ever felt behind the wheel."
|
testimonial="The 918 Spyder is the definitive milestone of the hypercar era, holding the Nürburgring record as proof of its unmatched engineering pedigree. For collectors, it is the crown jewel of any garage."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="— Automotive Journalist & Supercar Collector"
|
author="— Walter Röhrl, Porsche Brand Ambassador & Legend"
|
||||||
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8kv8f", alt: "Collector" }]}
|
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8kv8f", alt: "Collector" }]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Own the Legend"
|
tag="Own the Legend"
|
||||||
title="Interested in 918 Ownership?"
|
title="Interested in 918 Ownership?"
|
||||||
description="As one of the rarest modern hypercars, the 918 Spyder remains a prized asset for the world's most discerning collectors. Reach out to our heritage team."
|
description="As one of the rarest modern hypercars, the 918 Spyder remains a prized asset for the world's most discerning collectors. Reach out to our heritage team."
|
||||||
buttons={[{ text: "Contact Heritage Team", href: "#contact" }]}
|
buttons={[{ text: "Contact Heritage Team", href: "#contact" }]}
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="918 Spyder"
|
logoText="918 Spyder"
|
||||||
|
|||||||
Reference in New Issue
Block a user