Default
Function: default()
[object Object]
Defined in: app/routes/register.tsx:28
The public-facing membership registration landing page.
This page is designed as a high-conversion "One-Pager" for prospective members. It follows a logical flow to encourage sign-ups:
- Visual Hook: A
PhotoSlideshowdisplaying the association's atmosphere. - Value Proposition: The
RegisterReasonssection (anchored by #reasons) explaining the benefits of joining. - Call to Action: The
RegisterForm(anchored by #become-member) for collecting registration data.
Features:
- Smooth Navigation: The
NavBaruses hash-links (#) to allow users to jump between sections on the same page. - Responsive Constraints: Uses
max-w-7xlfor informational content and a tightermax-w-xlfor the form to ensure readability and focus. - Branding: Implements a subtle themed background using
bg-(--board-primary)/5.
Returns
[object Object]