# Hotel Simple UI This is a **basic user interface for a friend's hotel** — built with [Next.js](https://nextjs.org) and bootstrapped using [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started **To run locally:** npm run dev or yarn dev or pnpm dev or bun dev Open [http://localhost:3000](http://localhost:3000) in your browser to see the site. You can start customizing the page by editing `app/page.js`. Changes auto-update as you save the file. ## About - Simple static UI for a hotel website - No backend, authentication, or booking logic — just a clean basic front end ## Tech Stack - Next.js (React Framework) - Uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) with [Geist](https://vercel.com/font) for a modern look ## Deploy For easy deployment, you can use [Vercel](https://vercel.com/) (the creators of Next.js). --- *Minimal, simple, and focused on easy customization for small hotel websites.*