Landing Page
Component Detail
User Interface
medium complexity
frontend
5
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
The root Next.js page component for the product sales website. Assembles all landing page sections into a single SEO-optimized, WCAG 2.2 AA compliant page with semantic HTML structure and proper heading hierarchy.
landing-page
Responsibilities
- Compose all landing page sections in correct visual order
- Provide page-level SEO metadata (title, description, Open Graph tags)
- Ensure semantic HTML document structure with proper landmark regions
- Wire up analytics page-view tracking on mount
- Manage scroll-to-section behavior for in-page navigation
Interfaces
render(): JSX
getStaticProps(): PageProps
Relationships
Dependencies (5)
Components this component depends on