import React from 'react'; import { Link } from 'react-router-dom'; import { Button } from '../components/ui/button'; import PublicNavbar from '../components/PublicNavbar'; import PublicFooter from '../components/PublicFooter'; import { ArrowDown } from 'lucide-react'; const BecomeMember = () => { // Image assets from Figma const imgIconAdminFee1 = `${process.env.PUBLIC_URL}/imgIconAdminFee1.png`; const imgIconAdminFee2 = `${process.env.PUBLIC_URL}/imgIconAdminFee2.png`; const imgIconAdminFee3 = `${process.env.PUBLIC_URL}/imgIconAdminFee3.png`; const imgIconAdminFee4 = `${process.env.PUBLIC_URL}/imgIconAdminFee4.png`; const imgIconAdminFee5 = `${process.env.PUBLIC_URL}/imgIconAdminFee5.png`; const imgShootingStar = `${process.env.PUBLIC_URL}/imgShootingStar.png`; return (
{/* Decorative shooting star element */}
{/* Hero Section */}

Become a Member

Become a member to receive our monthly newsletter and find out about all the activities LOAF has planned each month. LOAF hosts over 40 social activities each year and occasionally covers the costs for members only

{/* Annual Administrative Fees Section */}
Admin Fee Icon

Annual Administrative Fees

Annual Administrative Fees for all members are $30 per person. These fees help cover general business expenses (website, advertising, e-newsletter).

{/* Membership Process Section */}

Membership Process

Becoming a member is easy, but for the safety and privacy of our membership, there are a few steps:

{/* Step 1 */}
Step 1 Icon

Step 1: Application & Email Confirmation

Complete the online application form and submit it. Check your email for a confirmation link and use it to verify your email. You will then begin to receive LOAF's monthly e-newsletter where all of the social events are listed. Your application will remain pending, and you won't be able to log into the Members Only section of the website until step 2 is complete and you are validated by an admin.

{/* Arrow Down Icon */}
{/* Step 2 */}
Step 2 Icon

Step 2: Attend an event and meet us!

You have 3 months to attend a LOAF event and introduce yourself to a board member. If you do not attend an event within 3 months, you will no longer receive the e-newsletter. (This step can be skipped if you have been referred from a current member and list her on your registration form).

{/* Arrow Down Icon */}
{/* Step 3 */}
Step 3 Icon

Step 3: Login and pay the annual fee

Once we know that you are indeed you, an admin will validate your application and you will receive an email prompting you to login to your user profile and pay the annual administrative fee.

{/* Arrow Down Icon */}
{/* Step 4 - With Gradient Background */}
Step 4 Icon

Step 4: Welcome to LOAF!

Congratulations! Your application is complete, and you now have access to Members Only content. We hope to see you at future events soon!

{/* CTA Section */}

Ready to Join Us?

); }; export default BecomeMember;