Layout Components
Shared layout elements used across non-landing pages.
Layout components provide consistent structure across dashboard and inner pages.
Footer (Layout)
Alternative footer for dashboard and inner pages. Uses hardcoded link data with config.name and config.description. Black background with zinc borders.
components/layout/footer.tsxLanding Footer vs Layout Footer
| Aspect | Landing Footer | Layout Footer |
|---|---|---|
| File | components/landing/Footer.tsx | components/layout/footer.tsx |
| Used on | Landing page (/) | Dashboard & inner pages |
| Data source | siteConfig (dynamic) | Hardcoded links |
| Style | 4-column with social icons | Black bg with zinc borders |