3 Commits

Author SHA1 Message Date
6b9d9e4379 Update src/app/page.tsx 2026-04-15 23:41:33 +00:00
7e90911aab Merge version_2 into main
Merge version_2 into main
2026-04-15 23:09:32 +00:00
94197df3f0 Merge version_2 into main
Merge version_2 into main
2026-04-15 23:08:56 +00:00

View File

@@ -9,8 +9,8 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
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 TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import { Zap, Gauge, Flame, BatteryCharging, Trophy, ArrowUpRight } from "lucide-react"; import { Zap, Gauge, Flame, BatteryCharging, Trophy, ArrowUpRight, Award } from "lucide-react";
export default function Porsche918Page() { export default function Porsche918Page() {
return ( return (
@@ -90,13 +90,18 @@ export default function Porsche918Page() {
{ id: "speed", value: "214", title: "Top Speed", description: "Max MPH reached", icon: Trophy }, { id: "speed", value: "214", title: "Top Speed", description: "Max MPH reached", icon: Trophy },
]} ]}
/> />
<TestimonialCardFifteen <TestimonialCardTwelve
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." cardTitle="The Collector's Crown Jewel"
rating={5} cardTag="Provenance"
author="— Walter Röhrl, Porsche Brand Ambassador & Legend" cardTagIcon={Award}
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8kv8f", alt: "Collector" }]} cardAnimation="slide-up"
ratingAnimation="slide-up" testimonials={[
avatarsAnimation="slide-up" {
id: "t1",
name: "Walter Röhrl, Porsche Legend",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8kv8f"
}
]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
<ContactCTA <ContactCTA