This repository is the base template that should be used for all future businesses, including basic files such as navbar, footer, and other configs.
Replace this README with business-specific details.
Short description of the business and what this website is for.
Example: "This website serves as the official online presence for [Business Name], showcasing services, contact information, and brand identity."
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Hosted on Vercel
src/app→ App Router (homepage, layout, globals)src/app/pages→ Site pages (About, Contact, etc.)src/lib/components→ Shared UI components (Navbar/Footer)public→ Static assets
Install dependencies:
npm install
npm install --save-dev @types/reactRun locally:
npm run dev- Replace Business Name in navbar + footer
- Update metadata in
src/app/layout.tsx - Replace homepage content (
src/app/page.tsx) - Update About + Contact pages (
src/app/pages/*) - Replace favicon + assets in
public/ - Update SEO metadata
- (Optional) Update Volta credit link text / URL in the footer