Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user