Glow with Chlo

Professional esthetician website - Skincare treatments, facials, makeup, and waxing services in Denver

View the Project on GitHub calixt88/Devfolio

Glow with Chlo - Esthetician Website

A beautiful, modern website for Chlo’s esthetician business built with Next.js, React, and Tailwind CSS.

🌟 Features

πŸ“‹ Project Structure

app/
β”œβ”€β”€ layout.tsx          # Root layout with metadata
β”œβ”€β”€ page.tsx            # Main homepage component
└── globals.css         # Global styles

πŸš€ Getting Started

Prerequisites

Installation

  1. Navigate to the project directory:
    cd /Users/calixtcharlebois/GlowWithChlo
    
  2. Install dependencies (already done):
    npm install
    
  3. Start the development server:
    npm run dev
    
  4. Open http://localhost:3000 in your browser

πŸ“ Sections

Hero Section

Services Section

Three main service categories:

About Section

Customizable section describing Chlo’s experience and philosophy

Contact Section

Contact information including:

Copyright information and tagline

🎨 Customization

Colors

The site uses a beautiful blue and amber gradient color scheme inspired by the logo. To customize:

Edit the Tailwind color classes in app/page.tsx:

Content

Update text content directly in app/page.tsx:

Adding a Logo Image

Place your logo image in the public/ folder and add it to the navbar:

<Image src="/logo.png" alt="Glow with Chlo" width={40} height={40} />

Adding a Booking System

Consider integrating:

πŸ› οΈ Available Scripts

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

πŸ“¦ Dependencies

πŸ“± Browser Support

πŸš€ Deployment

This project is ready to deploy to:

Deploy to Vercel

npm install -g vercel
vercel

πŸ“ž Next Steps

  1. Add a booking system - Integrate Calendly or similar
  2. Add contact form - Enable actual email submissions
  3. Add images - Upload professional photos to /public
  4. SEO optimization - Add meta tags and structured data
  5. Analytics - Add Google Analytics for tracking
  6. Social media links - Link to Instagram, Facebook, etc.

πŸ’‘ Tips for Improvement

πŸ“„ License

This project is custom-built for Glow with Chlo.


Built with ❀️ using Next.js and React

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.