LandingPage
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
The root page component for the Meander sales website product landing page. It composes all landing page sections into a single cohesive layout optimized for fast load and conversion. Handles page-level SEO metadata and overall structure.
landing-page
Sources & reasoning
The source doc explicitly lists a static landing page under Product Sales Website MVP scope in Fase 1 (lines 335-336), establishing target_release as MVP. Line 224 confirms product landing page as a core sales site capability. The blueprint assigns LandingPage and HeroSectionWidget components to this feature under Product Showcase.
-
docs/source/likeperson.md · line 335-336**Product Sales Website (MVP scope):** - Statisk landingsside med produktbeskrivelse og fordeler
-
docs/source/likeperson.md · line 224- Product landing page and feature overview
-
docs/source/likeperson.md · line 219**Product 4: Product Sales Website** (simple static site)
Responsibilities
- Compose HeroSectionWidget and other landing page sections into a single page layout
- Manage page-level SEO metadata including title, description, and Open Graph tags
- Ensure fast initial paint through static rendering and minimal JavaScript
- Provide accessible page structure with proper landmark regions
Interfaces
render(): JSX.Element
getStaticProps(): LandingPageProps