Help
Frequently asked questions
Draft answers for developers and stakeholders. Replace with questions your real users ask.

Browse topics
Quick answers about using this template and rolling out your own content. Replace with real FAQs when you launch.
Still stuck? Contact us.
A Next.js draft with a marketing shell (home, about, team, services, FAQ, contact) plus member login, signup, and a dashboard area. Replace copy and assets with your own before production.
Update the values exported from the site config module in the lib folder. Logo and favicon live under public; hero and section images use files under public/images or paths you configure in the site assets module.
Use the Login page linked from your navigation or bookmarks. After authentication, users are sent to the dashboard. Adjust redirects in the login flow if you need a different default landing page.
Yes. Edit the home page component in the app folder and delete or reorder imports (hero, icon row, service grid, testimonials, contact block, and so on).
No. Everything here is placeholder text for development. Replace with accurate information for your organization and have it reviewed as appropriate.
Refer to your hosting provider’s Next.js guide and the deployment notes in this repository if present. Environment variables for the database and auth layer must be set in each environment.