From 7ee1f0ec87f751aae43cf65259b5e21817bc7344 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:00:36 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 113 +++++++--------------------------------- 1 file changed, 19 insertions(+), 94 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 8d8badc..d5e5a8c 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -20,24 +20,21 @@ export default function EventsPage() { const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Events", href: "/events" }, { label: "Gallery", href: "/gallery" }, ], }, { - title: "Member", - items: [ + title: "Member", items: [ { label: "Join Now", href: "/join" }, { label: "Member Login", href: "/login" }, { label: "Dashboard", href: "/dashboard" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Contact", href: "#" }, @@ -63,9 +60,7 @@ export default function EventsPage() { brandName="MotorClub" navItems={navItems} button={{ - text: "Member Login", - href: "/login", - }} + text: "Member Login", href: "/login"}} /> @@ -77,52 +72,22 @@ 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: "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: "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: "Track Day Experience", subtitle: "Race Track Elite · 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: "Drift Masters Competition", subtitle: "Industrial Complex · 6:00 PM - 10:00 PM", 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: "#" }], + 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: "#" }], }, { - id: "5", - title: "Autocross Challenge", - subtitle: "Performance Track · 10:00 AM - 4:00 PM", - category: "Racing", - value: "Jul 12, 2025", - buttons: [{ text: "Compete", href: "#" }], + id: "5", title: "Autocross Challenge", subtitle: "Performance Track · 10:00 AM - 4:00 PM", category: "Racing", value: "Jul 12, 2025", buttons: [{ text: "Compete", href: "#" }], }, { - id: "6", - title: "Car Show & Awards", - subtitle: "Convention Center · 9:00 AM - 6:00 PM", - category: "Social", - value: "Aug 30, 2025", - buttons: [{ text: "Register", href: "#" }], + id: "6", title: "Car Show & Awards", subtitle: "Convention Center · 9:00 AM - 6:00 PM", category: "Social", value: "Aug 30, 2025", buttons: [{ text: "Register", href: "#" }], }, ]} animationType="slide-up" @@ -139,49 +104,17 @@ export default function EventsPage() { tagIcon={Images} blogs={[ { - id: "1", - category: ["Meets", "Social"], - 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?_wi=1", - 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: "1", category: ["Meets", "Social"], + 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?_wi=1", - 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: "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"}, { - 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?_wi=1", - 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: "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", - }, + 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"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -199,15 +132,7 @@ export default function EventsPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Performance Automotive Magazine", - "Track Day Association", - "Classic Car Collectors", - "EV Enthusiasts Club", - "Drift Community Network", - "Luxury Car Society", - "Street Racing League", - "Car Modification Experts", - ]} + "Performance Automotive Magazine", "Track Day Association", "Classic Car Collectors", "EV Enthusiasts Club", "Drift Community Network", "Luxury Car Society", "Street Racing League", "Car Modification Experts"]} speed={40} showCard={true} />