Skip to content

chillmjs/elgran

Repository files navigation

Purpose

This repository is the base template that should be used for all future businesses, including basic files such as navbar, footer, and other configs.

Business Name

Replace this README with business-specific details.


🚀 Overview

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."


🛠 Tech Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • Hosted on Vercel

📂 Project Structure

  • 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

🧑‍💻 Development

Install dependencies:

npm install
npm install --save-dev @types/react

Run locally:

npm run dev

✏️ Customization Checklist

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors