This is a basic, responsive frontend webpage template built with Next.js. It features two side panel ads, mobile responsiveness, and multiple pages. Use this template as a starting point for your own website or project.
- Responsive design for desktop and mobile
- Two customizable side panel ads
- Multiple pages (see
src/app) - Built with Next.js, React, and Tailwind CSS
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
- Start production server:
npm run start
-
Update site content:
- Edit or add pages in
src/app/(e.g.,page.tsx,contact/page.tsx, etc.) - Change main content, navigation, and footer as needed.
- Edit or add pages in
-
Modify side panel ads:
- Update ad images, links, and styles in
src/app/adBannerLeft.tsxandsrc/app/adBannerRight.tsx. - Replace ad assets in the
public/folder.
- Update ad images, links, and styles in
-
Change branding:
- Update project name in
package.json. - Edit titles, logos, and theme in layout and header components.
- Update project name in
-
Add or remove pages:
- Create new folders/files in
src/app/for additional pages. - Remove unused pages as needed.
- Create new folders/files in
-
Customize styles:
- Edit
src/app/globals.cssor use Tailwind classes for custom styling.
- Edit
This template is free to use and modify for your own projects.