From aeb38c741bd2b33ea728e2a5cdbbdeaac9ff96f0 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 11:22:30 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index fe4f397..44a9c15 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -32,8 +32,7 @@ export default function EventsPage() { { name: "About", id: "/about" } ]} button={{ - text: "Join Network", - href: "/membership" + text: "Join Network", href: "/membership" }} /> @@ -63,36 +62,16 @@ export default function EventsPage() { animationType="slide-up" metrics={[ { - id: "1", - title: "Spring Bass Championship", - subtitle: "Lake Riverside, Saturday 9 AM", - category: "Tournament", - value: "$2,500 Prize Pool", - buttons: [{ text: "Register", href: "#" }] + id: "1", title: "Spring Bass Championship", subtitle: "Lake Riverside, Saturday 9 AM", category: "Tournament", value: "$2,500 Prize Pool", buttons: [{ text: "Register", href: "#" }] }, { - id: "2", - title: "Monthly Catch & Release", - subtitle: "Pine Creek, Every 2nd Saturday", - category: "Casual Event", - value: "Free Entry", - buttons: [{ text: "Join In", href: "#" }] + id: "2", title: "Monthly Catch & Release", subtitle: "Pine Creek, Every 2nd Saturday", category: "Casual Event", value: "Free Entry", buttons: [{ text: "Join In", href: "#" }] }, { - id: "3", - title: "Summer Fishing Masterclass", - subtitle: "Online Workshop, Thursdays 7 PM", - category: "Education", - value: "Members Only", - buttons: [{ text: "Enroll", href: "#" }] + id: "3", title: "Summer Fishing Masterclass", subtitle: "Online Workshop, Thursdays 7 PM", category: "Education", value: "Members Only", buttons: [{ text: "Enroll", href: "#" }] }, { - id: "4", - title: "Fall Catfish Challenge", - subtitle: "Deep River, Every Weekend", - category: "Tournament", - value: "$1,500 Prize Pool", - buttons: [{ text: "Register", href: "#" }] + id: "4", title: "Fall Catfish Challenge", subtitle: "Deep River, Every Weekend", category: "Tournament", value: "$1,500 Prize Pool", buttons: [{ text: "Register", href: "#" }] } ]} /> @@ -108,9 +87,7 @@ export default function EventsPage() { { name: "subject", type: "text", placeholder: "Subject", required: true } ]} textarea={{ - name: "message", - placeholder: "Tell us what you're thinking...", - rows: 5, + name: "message", placeholder: "Tell us what you're thinking...", rows: 5, required: true }} useInvertedBackground="noInvert"