Loading…
Loading…
Generated home/landing page for the storefront
The root landing page of the storefront, rendered at /.
app/page.tsx
TopNav - Site navigation with cart indicatorFooter - Site footerSessionProvider - Wraps the page with session contextThe home page layout is defined in app/layout.tsx, which wraps all pages with the SessionProvider, TopNav, and Footer components.
This page is always generated regardless of configuration. The layout file is generated when usingNextPress is false.