Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.37 KB

README.md

File metadata and controls

60 lines (45 loc) · 1.37 KB

Music Academy Landing Page

This is a landing page for a music academy where users can explore and purchase music courses. The project is built using Next.js, Tailwind CSS, TypeScript, Aceternity UI, and Formspree for handling form submissions.

Preview

Table of Contents

Demo

Live Demo

Features

  • Responsive design
  • Course listing and details
  • Contact form with Formspree integration
  • Tailwind CSS for styling
  • TypeScript for type safety
  • Aceternity UI components

Technologies Used

  • Next.js
  • Tailwind CSS
  • TypeScript
  • Aceternity UI
  • Formspree

Installation

  1. Clone the repository:
    git clone https://github.com/AmanKumarSinhaGitHub/Music-Academy.git
  2. Navigate to the project directory:
    cd music-academy
  3. Install dependencies:
    npm install

Usage

  1. Run the development server:
    npm run dev
    Open http://localhost:3000 in your browser to see the result.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your improvements.