User Interface medium complexity frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

A self-contained section within the landing page that presents a visual overview of Meander's modular capabilities across the Mobile App and Admin Web Portal products. It highlights key platform features to help visitors quickly understand product scope and fit. The section is fully static and requires no runtime data fetching.

Feature: Product Landing Page

feature-showcase-section

Sources & reasoning

The source doc explicitly scopes a "statisk landingsside med produktbeskrivelse og fordeler" as MVP for the Sales Website (line 333), and lines 216-225 define the sales website as an information-only public site. The blueprint assigns [MVP] to this feature. Phase 0 action items include "Få opp nettside (Aleksander)" (line 393), confirming this is a launch-blocking deliverable.

  • Purpose: Public information site for prospective organizations - explains what Meander is shows features, and collects demo requests. Scope: Information-only. No authentication, no user accounts, no database, no shared runtime with the operational pr
  • Product Sales Website (MVP scope): Statisk landingsside med produktbeskrivelse og fordeler, Enkelt demo-booking-skjema (sender til e-post/webhook, ingen pålogging), Privacy policy og vilkår

Responsibilities

  • Display a curated set of platform capability cards or tiles covering Mobile App and Admin Web Portal modules
  • Present each feature with a name, short description, and supporting visual or icon
  • Organize features into logical groupings or tabs to reflect product modularity
  • Maintain responsiveness across desktop and mobile viewport sizes
  • Support static rendering with no dependency on API calls or authentication state

Interfaces

FeatureShowcaseSection(): JSX.Element
FeatureCard(props: FeatureCardProps): JSX.Element