Update src/app/events/page.tsx

This commit is contained in:
2026-01-23 11:22:30 +00:00
parent 0de6bfcd64
commit aeb38c741b

View File

@@ -32,8 +32,7 @@ export default function EventsPage() {
{ name: "About", id: "/about" }
]}
button={{
text: "Join Network",
href: "/membership"
text: "Join Network", href: "/membership"
}}
/>
</div>
@@ -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"