You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the shared layout components for public pages including responsive navigation header and footer. Set up the route group structure for public pages.
Tasks:
Create src/components/layout/header.tsx with responsive navigation
Create src/components/layout/footer.tsx
Create src/app/(public)/layout.tsx that wraps Header + Footer
Description:
Create the shared layout components for public pages including responsive navigation header and footer. Set up the route group structure for public pages.
Tasks:
src/components/layout/header.tsxwith responsive navigationsrc/components/layout/footer.tsxsrc/app/(public)/layout.tsxthat wraps Header + Footersrc/app/(public)/page.tsx