Component Structure:
- Most landing and feature components are in
@/features
(e.g.,@/features/home/
,@/features/content/
).- General-purpose, UI, and utility components are in
ui/
(e.g.,ui/button
,ui/card
).- Usecase Based Components are in
@/components/
(e.g.,pricing-selector
,testimonialscarousel
).
@/features/home
)ui/
)ui/
(e.g., button
, input
, card
, dialog
, dropdown-menu
, tabs
, table
, badge
, avatar
, etc.)ui/
or any subfolder), organized by use case. Each component preview image appears before its code example.