🚀
eziSaas
Github Repository
  • Welcome
  • 📕GUIDES
    • Getting Started
    • Environment Variables Setup
  • 🖥️SERVER
    • Overview
    • /config/mail.js
    • /controllers/authController.js
    • /routes/payment.js
    • /routes/webhook.js
  • 📦Components & PAGES
    • Landing
      • Navbar
      • CheckoutButton
      • Hero
      • SellingPoints
        • SellingPoint
        • Filter
      • Title
        • OfferPill
      • Video
      • Pricing
        • PricingCard
      • Faq
        • Accordion
      • FinalMessage
      • Footer
        • FooterSection
    • Login
    • Success
    • Failure
    • Dashboard
      • ChangePassword
  • OTHER
    • Github Repository
Powered by GitBook
On this page
  1. Components & PAGES

Landing

The Landing component serves as the main page for the application's lading page. It brings together various sections and components that are essentials for selling and presenting your application.

Previous/routes/webhook.jsNextNavbar

Last updated 6 months ago

Internal Components: Imports and renders the following components:

Key Style Classes

  • landing: Used on the root <div> to apply a general styling structure for the landing page.

  • flex flex-col: Configures the page to stack elements vertically, with flex used for layout control.

// Landing component is directly used in the route structure within the application.
<Route path="/" element={<Landing />} />

Additional Notes

  • The landing structure ensures that each section fits within a vertically spaced layout (gap-40) for consistent spacing between sections.


This should cover everything for Landing.

The and components receive specific props for customization.

accepts a videoSource prop.

accepts title, subtitle, and an icon.

📦
Navbar
Hero
SellingPoints
Video
Pricing
Faq
FinalMessage
Footer
Video
FinalMessage
Video
FinalMessage
Landing Page overview