From df710eb8136f0b55e443c5b2eac6677d23e70a3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:57:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 910097d..887df68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,6 @@ export default function LandingPage() { tag="About Us" tagIcon={Sparkles} title="Where Passion Meets Performance" - description="The Audi Club is a premier automotive community dedicated to celebrating precision engineering, innovative design, and the pursuit of excellence. Our members share a passion for driving performance, luxury craftsmanship, and the Audi heritage. Whether you own a classic A3 or a cutting-edge electric SUV, our club brings together like-minded enthusiasts for exclusive events, track experiences, and lasting connections." buttons={[ { text: "Explore Our Community", href: "#models" } ]} @@ -140,16 +139,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "members", value: "2,500+", title: "Active Members", description: "Dedicated Audi enthusiasts across the globe" + id: "members", value: "2,500+", title: "Active Members", description: "Dedicated Audi enthusiasts across the globe", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Members" }, { - id: "events", value: "48", title: "Annual Events", description: "Track days, meetups, and exclusive experiences" + id: "events", value: "48", title: "Annual Events", description: "Track days, meetups, and exclusive experiences", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Events" }, { - id: "countries", value: "35", title: "Countries Represented", description: "Global community of Audi lovers" + id: "countries", value: "35", title: "Countries Represented", description: "Global community of Audi lovers", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Countries" }, { - id: "vehicles", value: "4,200", title: "Vehicles Owned", description: "Combined passion across diverse models" + id: "vehicles", value: "4,200", title: "Vehicles Owned", description: "Combined passion across diverse models", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Vehicles" } ]} /> -- 2.49.1