Update src/app/events/page.tsx

This commit is contained in:
2026-03-03 19:59:40 +00:00
parent 0332204193
commit 723f752309

View File

@@ -72,13 +72,13 @@ export default function EventsPage() {
tagIcon={Calendar}
metrics={[
{
id: "1", title: "Spring Car Meet & Breakfast", subtitle: "Central Park Parking Lot · 8:00 AM - 12:00 PM", category: "Social", value: "Mar 15, 2025", buttons: [{ text: "RSVP", href: "#" }],
id: "1", title: "Coffe and Cars", subtitle: "Central Park Parking Lot · 8:00 AM - 12:00 PM", category: "Social", value: "Mar 15, 2025", buttons: [{ text: "RSVP", href: "#" }],
},
{
id: "2", title: "Track Day Experience", subtitle: "Race Track Elite · 9:00 AM - 5:00 PM", category: "Racing", value: "Apr 5, 2025", buttons: [{ text: "Register", href: "#" }],
id: "2", title: "CoonSkin Picnic Cruise ", subtitle: "Hawks Nest WV · 9:00 AM - 5:00 PM", category: "Racing", value: "Apr 5, 2025", buttons: [{ text: "Register", href: "#" }],
},
{
id: "3", title: "Drift Masters Competition", subtitle: "Industrial Complex · 6:00 PM - 10:00 PM", category: "Competition", value: "May 10, 2025", buttons: [{ text: "Sign Up", href: "#" }],
id: "3", title: "Togue Day ", subtitle: "Hawks Nest WV 9:00AM-7:00PM", category: "Competition", value: "May 10, 2025", buttons: [{ text: "Sign Up", href: "#" }],
},
{
id: "4", title: "Summer Cruise Night", subtitle: "Downtown Boulevard · 6:00 PM - 10:00 PM", category: "Social", value: "Jun 21, 2025", buttons: [{ text: "Attend", href: "#" }],
@@ -108,13 +108,13 @@ export default function EventsPage() {
title: "Spring Meet Recap", excerpt: "Over 80 cars gathered for our signature spring breakfast meet. See the highlights from this incredible day of automotive passion.", imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg", imageAlt: "Spring meet recap", authorName: "Sarah Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Mar 1, 2025"},
{
id: "2", category: ["Track Days", "Racing"],
title: "Track Day Experience", excerpt: "Members push their cars to the limit at the exclusive track day event. Watch as our fastest drivers break personal records.", imageSrc: "http://img.b2bpic.net/free-photo/freeway-drive-structure-lifestyle-transit_1112-982.jpg", imageAlt: "Track day experience", authorName: "Mike Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Feb 20, 2025"},
title: "CoonSkin Picnic Cruise ", excerpt: "Members push their cars to the limit at the exclusive track day event. Watch as our fastest drivers break personal records.", imageSrc: "http://img.b2bpic.net/free-photo/freeway-drive-structure-lifestyle-transit_1112-982.jpg", imageAlt: "Track day experience", authorName: "Mike Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Feb 20, 2025"},
{
id: "3", category: ["Builds", "Custom"],
title: "Featured Build Project", excerpt: "An exclusive look at a member's incredible custom build project. From concept to completion, witness the transformation.", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", imageAlt: "Featured build project", authorName: "Alex Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Feb 10, 2025"},
{
id: "4", category: ["Community", "Social"],
title: "Winter Gathering Success", excerpt: "Cold weather didn't stop our community. Check out the festive winter gathering where 120+ enthusiasts celebrated together.", imageSrc: "http://img.b2bpic.net/free-photo/man-handing-out-burgers-tailgate-party_53876-132063.jpg", imageAlt: "Winter gathering", authorName: "Emily Chen", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Jan 28, 2025"},
title: "Winter Gathering Success", excerpt: "Cold weather didn't stop our community. Check out the festive winter gathering where 120+ enthusiasts celebrated together.", imageSrc: "http://img.b2bpic.net/free-photo/man-handing-out-burgers-tailgate-party_53876-132063.jpg", imageAlt: "Winter gathering", authorName: "Thomas", authorAvatar: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", date: "Jan 28, 2025"},
]}
textboxLayout="default"
useInvertedBackground={true}