diff --git a/src/app/page.tsx b/src/app/page.tsx
index 715eda5..f7f888f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,8 +9,8 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
-import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
-import { Zap, Gauge, Flame, BatteryCharging, Trophy, ArrowUpRight } from "lucide-react";
+import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
+import { Zap, Gauge, Flame, BatteryCharging, Trophy, ArrowUpRight, Award } from "lucide-react";
export default function Porsche918Page() {
return (
@@ -90,13 +90,18 @@ export default function Porsche918Page() {
{ id: "speed", value: "214", title: "Top Speed", description: "Max MPH reached", icon: Trophy },
]}
/>
-