This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start customizing the template by modifying the pages in the app directory:
page.tsx- Home pageservices/page.tsx- Services pageabout/page.tsx- About pagecontact/page.tsx- Contact pagepricing/page.tsx- Pricing page
The shared components are in the app/components directory:
Header.tsx- Navigation headerFooter.tsx- Site footer
Feel free to use this template to build and sell websites for plumbing businesses or other service-based companies. You can modify it as needed for your clients.
Any contributions to improve this template are welcome! Please submit a pull request with your enhancements.
This project uses:
- Next.js - React framework
- Tailwind CSS - Utility-first CSS framework
- Geist Font - A modern sans-serif font by Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.