From ca2c6baaba59e6659a7114cf42aaa71d75e5dab2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:13:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 140b5f4..d27d65e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,16 +89,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "members", value: "500+", title: "Active Members", description: "Passionate Audi RS enthusiasts worldwide" + id: "members", value: "500+", title: "Active Members", description: "Passionate Audi RS enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-image-stylish-girl-sitting-luxury-red-sport-car-enjoying-holidays-los-angeles_273443-2489.jpg", imageAlt: "Audi RS 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: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1027.jpg", imageAlt: "Annual Events" }, { - id: "trackdays", value: "12", title: "Track Days", description: "Professional circuit experience programs" + id: "trackdays", value: "12", title: "Track Days", description: "Professional circuit experience programs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-trip_23-2149201372.jpg", imageAlt: "Track Days" }, { - id: "countries", value: "15", title: "Countries", description: "Global Audi RS Club presence" + id: "countries", value: "15", title: "Countries", description: "Global Audi RS Club presence", imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fast-motorcycle-with-help-beautiful-brunette-saleswoman_342744-298.jpg", imageAlt: "Global Presence" } ]} animationType="slide-up" -- 2.49.1