Landing Page
Component Detail
User Interface
medium complexity
frontend
1
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
The main product landing page built as a Next.js statically generated page. Renders the hero section, benefit highlights, social proof elements, and call-to-action sections that convert visitors into leads by communicating Meander's value proposition for peer mentor management.
landing-page
Responsibilities
- Render hero section with headline, subheadline, and primary CTA
- Display benefit highlight cards with icons and descriptions
- Show social proof elements such as organization logos and testimonials
- Provide navigation links to other sales site sections (features, demo booking, legal)
Interfaces
renderHeroSection(content: HeroContent)
renderBenefitCards(benefits: Benefit[])
renderSocialProof(proof: SocialProofItem[])
renderCTASection(cta: CTAContent)
renderNavigationHeader()
renderFooter()
scrollToSection(sectionId: string)