Documentation

Guides and references

Landing Pages

Landing 1 Components

Header, Hero, API Demo, Features, Social Proof, Pricing, How It Works, FAQ, Final CTA, Footer.

Overview

Landing 1 components live in app/landing-1/. Each file is a self-contained section.

Landing 1 hero
Landing 1 features grid
Landing 1 pricing cards — Standard, Pro, Ultra

Components

ComponentFileDescription
Headerheader.tsxTop navigation, logo, links, auth buttons
Herohero-section.tsxHeadline, subheadline, primary/secondary CTAs
API Demoapi-demo.tsxInteractive API demo (e.g. request/response)
Features Showcasefeatures-showcase.tsxFeature cards with icons and descriptions
Social Proofsocial-proof.tsxLogos, testimonials, or trust indicators
Pricingpricing-section.tsxPlan cards, prices, CTA buttons
How It Workshow-it-works.tsxStep-by-step flow (1, 2, 3)
FAQfaq.tsxAccordion FAQ
Final CTAfinal-cta.tsxFinal call-to-action block
Footerfooter.tsxLinks, legal, social

Customization

Edit each component file to change copy, links, and styling. All use Tailwind CSS and shadcn/ui. Update app/page.tsx to reorder or remove sections.

Shared Usage

LandingHeader and LandingFooter are reused by:

  • Docs layout (app/docs/layout.tsx)
  • Blog pages
  • Legal pages (privacy, terms)
  • About page
  • PSEO layout

Next Steps