From 5a3ebc20e5157ced6eb9f78dc39b5d1797f23167 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 11:22:32 +0000 Subject: [PATCH] Update src/app/membership/page.tsx --- src/app/membership/page.tsx | 75 +++++++++---------------------------- 1 file changed, 18 insertions(+), 57 deletions(-) diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index d65a505..057f6b6 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -6,7 +6,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Hook, Sparkles, Crown, Facebook, Instagram, Twitter, Youtube } from 'lucide-react'; +import { Fish, Sparkles, Crown, Facebook, Instagram, Twitter, Youtube } from 'lucide-react'; export default function MembershipPage() { return ( @@ -32,8 +32,7 @@ export default function MembershipPage() { { name: "About", id: "/about" } ]} button={{ - text: "Join Network", - href: "/membership" + text: "Join Network", href: "/membership" }} /> @@ -44,57 +43,33 @@ export default function MembershipPage() { description="Choose the perfect membership level to join Network and unlock exclusive fishing content and events" plans={[ { - id: "basic", - badge: "Starter", - badgeIcon: Hook, - price: "$19/mo", - subtitle: "Perfect for casual anglers", - buttons: [ + id: "basic", badge: "Starter", badgeIcon: Fish, + price: "$19/mo", subtitle: "Perfect for casual anglers", buttons: [ { text: "Get Started", href: "#" }, { text: "Learn More", href: "#" } ], features: [ - "Access to member forum", - "Monthly newsletter with tips", - "Basic fishing guides", - "Community chat access" + "Access to member forum", "Monthly newsletter with tips", "Basic fishing guides", "Community chat access" ] }, { - id: "pro", - badge: "Pro", - badgeIcon: Sparkles, - price: "$49/mo", - subtitle: "For serious fishing enthusiasts", - buttons: [ + id: "pro", badge: "Pro", badgeIcon: Sparkles, + price: "$49/mo", subtitle: "For serious fishing enthusiasts", buttons: [ { text: "Get Started", href: "#" }, { text: "Learn More", href: "#" } ], features: [ - "Everything in Starter", - "Exclusive hotspot maps", - "Weekly tournament entries", - "Priority event registration", - "Expert coaching sessions" + "Everything in Starter", "Exclusive hotspot maps", "Weekly tournament entries", "Priority event registration", "Expert coaching sessions" ] }, { - id: "elite", - badge: "Elite", - badgeIcon: Crown, - price: "$99/mo", - subtitle: "The ultimate fishing experience", - buttons: [ + id: "elite", badge: "Elite", badgeIcon: Crown, + price: "$99/mo", subtitle: "The ultimate fishing experience", buttons: [ { text: "Get Started", href: "#" }, { text: "Learn More", href: "#" } ], features: [ - "Everything in Pro", - "VIP tournament access", - "Private fishing trips", - "One-on-one with expert guides", - "Custom fishing plans", - "Lifetime member badge" + "Everything in Pro", "VIP tournament access", "Private fishing trips", "One-on-one with expert guides", "Custom fishing plans", "Lifetime member badge" ] } ]} @@ -110,34 +85,22 @@ export default function MembershipPage() { description="Get answers to common questions about Network membership and fishing events" faqs={[ { - id: "1", - title: "What fishing experience do I need to join Network?", - content: "Network welcomes anglers of all skill levels! Whether you're a complete beginner or an experienced fisherman, we have resources and community members ready to help you improve your skills and enjoy fishing." + id: "1", title: "What fishing experience do I need to join Network?", content: "Network welcomes anglers of all skill levels! Whether you're a complete beginner or an experienced fisherman, we have resources and community members ready to help you improve your skills and enjoy fishing." }, { - id: "2", - title: "How often are tournaments and events held?", - content: "We organize weekly tournaments during peak seasons and monthly competitions year-round. Pro and Elite members get priority registration and exclusive access to premium events. Check our Events page for the full schedule." + id: "2", title: "How often are tournaments and events held?", content: "We organize weekly tournaments during peak seasons and monthly competitions year-round. Pro and Elite members get priority registration and exclusive access to premium events. Check our Events page for the full schedule." }, { - id: "3", - title: "Can I cancel my membership anytime?", - content: "Yes! All memberships are month-to-month with no long-term contracts. You can cancel anytime with no penalties. We'd love to have you stay, but we understand if circumstances change." + id: "3", title: "Can I cancel my membership anytime?", content: "Yes! All memberships are month-to-month with no long-term contracts. You can cancel anytime with no penalties. We'd love to have you stay, but we understand if circumstances change." }, { - id: "4", - title: "Are the hotspot maps constantly updated?", - content: "Absolutely. Our Pro and Elite members contribute real-time data about fishing locations and conditions. Our team also conducts regular scouting to keep maps accurate and current with seasonal changes." + id: "4", title: "Are the hotspot maps constantly updated?", content: "Absolutely. Our Pro and Elite members contribute real-time data about fishing locations and conditions. Our team also conducts regular scouting to keep maps accurate and current with seasonal changes." }, { - id: "5", - title: "What if I need fishing equipment recommendations?", - content: "Our gear review section features comprehensive guides and member recommendations. Pro and Elite members also get access to exclusive coaching sessions where experts can provide personalized equipment advice." + id: "5", title: "What if I need fishing equipment recommendations?", content: "Our gear review section features comprehensive guides and member recommendations. Pro and Elite members also get access to exclusive coaching sessions where experts can provide personalized equipment advice." }, { - id: "6", - title: "How do I participate in the community forum?", - content: "All members automatically get forum access once they sign up. You can share catches, ask questions, and connect with other anglers. Our moderation team keeps discussions friendly and on-topic." + id: "6", title: "How do I participate in the community forum?", content: "All members automatically get forum access once they sign up. You can share catches, ask questions, and connect with other anglers. Our moderation team keeps discussions friendly and on-topic." } ]} textboxLayout="default" @@ -156,9 +119,7 @@ export default function MembershipPage() { { 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"