real-estate-preview

BuzzleMax Luxury Real Estate Landing Page

Premium luxury real estate landing page built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.

Stack

Local development

npm install
npm run dev

Production build

npm run build
npm run start

GitHub Pages deployment

npm run deploy

This project is configured for static export with Next.js, so the generated site will be written to the out folder.

To publish with GitHub Pages:

  1. Push this project to a GitHub repository.
  2. Make sure the default branch is main.
  3. In the repository settings, open Pages.
  4. Set the source to GitHub Actions.
  5. Push to main and the workflow in .github/workflows/deploy-github-pages.yml will deploy automatically.

Notes