Landing Pages
Landing 2 Components
Navbar, Mega Menu, Hero, Features, Stats, Pricing, Testimonials, FAQ, Contact, Blog, About, Team, CTA, Footer, Logo Carousel.
Overview
Landing 2 components live in app/landing-2/components/ and app/landing-2/mega-menu.tsx. A more content-rich variant than Landing 1.
Components
| Component | File | Description |
|---|---|---|
| Navbar | components/navbar.tsx | Top nav with Mega Menu trigger |
| Mega Menu | mega-menu.tsx | Dropdown with links, categories |
| Hero | components/hero-section.tsx | Hero with headline and CTAs |
| Logo Carousel | components/logo-carousel.tsx | Scrolling logo strip |
| Stats | components/stats-section.tsx | Metrics (numbers, labels) |
| About | components/about-section.tsx | About content block |
| Features | components/features-section.tsx | Feature grid |
| Team | components/team-section.tsx | Team member cards |
| Pricing | components/pricing-section.tsx | Plan cards |
| Testimonials | components/testimonials-section.tsx | Customer quotes |
| Blog | components/blog-section.tsx | Blog preview / latest posts |
| FAQ | components/faq-section.tsx | Accordion FAQ |
| CTA | components/cta-section.tsx | Call-to-action block |
| Contact | components/contact-section.tsx | Contact form |
| Footer | components/footer.tsx | Footer with links |
Mega Menu
mega-menu.tsx provides a dropdown with multiple columns or categories. Used by LandingNavbar for product/docs/blog links.
Assembly
landing-page-content.tsx imports and orders all sections. Reorder or remove sections there to customize the page.
Next Steps
- Landing Page — Overview and flow
- Landing 1 Components — Landing 1 sections