manesocietyco

Mane Society & Co

Premium luxury hair salon in Corpus Christi, Texas. Specializing in cuts, color, balayage, keratin treatments, and extensions.

Location: 5922 Yorktown Blvd Ste 110, Corpus Christi, TX 78414
Live Site: https://gustosrepo.github.io/manesocietyco/

Features

Tech Stack

Getting Started

Prerequisites

Installation

git clone https://github.com/gustosrepo/manesocietyco.git
cd manesocietyco
npm install

npm run dev

Development: http://localhost:3000/manesocietyco
Note: Access via /manesocietyco path due to GitHub Pages base path configuration.

Project Structure

app/
  β”œβ”€β”€ layout.tsx          # Root layout with fonts & metadata
  β”œβ”€β”€ page.tsx            # Home page
  β”œβ”€β”€ privacy/            # Privacy Policy page
  └── terms/              # Terms of Service page

components/
  β”œβ”€β”€ layout/             # Header, Footer, Floating button
  └── sections/           # Hero, Services, Team, Gallery, etc.

lib/
  β”œβ”€β”€ data.ts             # Services, team, testimonials, gallery
  β”œβ”€β”€ image-loader.ts     # Next.js image optimization
  └── utils.ts            # Utility functions

public/images/            # All site assets

Key Pages

Stylists & Booking

Each stylist manages their own bookings:

Contact & Social

Deployment

The site is configured for GitHub Pages deployment with base path /manesocietyco.

npm run build

Development Scripts

npm run dev      # Start dev server
npm run build    # Build for production
npm run start    # Start production server
npm run lint     # Run ESLint

License

Proprietary to Mane Society & Co. All rights reserved.