Update src/app/events/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function EventsPage() {
|
|||||||
{ name: "About", id: "/about" }
|
{ name: "About", id: "/about" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Join Network",
|
text: "Join Network", href: "/membership"
|
||||||
href: "/membership"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,36 +62,16 @@ export default function EventsPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Spring Bass Championship", subtitle: "Lake Riverside, Saturday 9 AM", category: "Tournament", value: "$2,500 Prize Pool", buttons: [{ text: "Register", href: "#" }]
|
||||||
title: "Spring Bass Championship",
|
|
||||||
subtitle: "Lake Riverside, Saturday 9 AM",
|
|
||||||
category: "Tournament",
|
|
||||||
value: "$2,500 Prize Pool",
|
|
||||||
buttons: [{ text: "Register", href: "#" }]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Monthly Catch & Release", subtitle: "Pine Creek, Every 2nd Saturday", category: "Casual Event", value: "Free Entry", buttons: [{ text: "Join In", href: "#" }]
|
||||||
title: "Monthly Catch & Release",
|
|
||||||
subtitle: "Pine Creek, Every 2nd Saturday",
|
|
||||||
category: "Casual Event",
|
|
||||||
value: "Free Entry",
|
|
||||||
buttons: [{ text: "Join In", href: "#" }]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Summer Fishing Masterclass", subtitle: "Online Workshop, Thursdays 7 PM", category: "Education", value: "Members Only", buttons: [{ text: "Enroll", href: "#" }]
|
||||||
title: "Summer Fishing Masterclass",
|
|
||||||
subtitle: "Online Workshop, Thursdays 7 PM",
|
|
||||||
category: "Education",
|
|
||||||
value: "Members Only",
|
|
||||||
buttons: [{ text: "Enroll", href: "#" }]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Fall Catfish Challenge", subtitle: "Deep River, Every Weekend", category: "Tournament", value: "$1,500 Prize Pool", buttons: [{ text: "Register", href: "#" }]
|
||||||
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 }
|
{ name: "subject", type: "text", placeholder: "Subject", required: true }
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us what you're thinking...", rows: 5,
|
||||||
placeholder: "Tell us what you're thinking...",
|
|
||||||
rows: 5,
|
|
||||||
required: true
|
required: true
|
||||||
}}
|
}}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
|||||||
Reference in New Issue
Block a user