diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7a5b944..f4dc914 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,108 +47,63 @@ export default function LandingPage() {
@@ -168,23 +115,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- icon: Zap,
- title: "Horsepower",
- value: "510 HP",
- },
+ id: "m1", icon: Zap,
+ title: "Horsepower", value: "510 HP"},
{
- id: "m2",
- icon: Timer,
- title: "0-100 km/h",
- value: "3.5s",
- },
+ id: "m2", icon: Timer,
+ title: "0-100 km/h", value: "3.5s"},
{
- id: "m3",
- icon: Gauge,
- title: "Top Speed",
- value: "290 km/h",
- },
+ id: "m3", icon: Gauge,
+ title: "Top Speed", value: "290 km/h"},
]}
title="Pure Performance"
description="Raw numbers that translate into unforgettable driving experiences."
@@ -193,30 +131,16 @@ export default function LandingPage() {
@@ -379,14 +237,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/bmw",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/bmw", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "https://twitter.com/bmw",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/bmw", ariaLabel: "Twitter"},
]}
/>