Most landing page and feature components are located in @/features
, while general-purpose and UI components are in ui/
.
@/web/src/app/page.tsx
is a minimal placeholder. You can easily switch up between full-featured landing pages using the provided component variants from @/features/home
.
Tip: Mix and match any components from @/features/home/
to create your own custom landing page.