Go to file
2025-11-21 19:51:29 -05:00
app Revert merge of recent PR 2025-11-21 19:51:29 -05:00
components Revert merge of recent PR 2025-11-21 19:51:29 -05:00
lib Update dependencies and improve styling in layout and global CSS. Added new packages for UI components and animations, and refactored CSS variables for better theme management. 2025-11-06 12:34:29 +00:00
public Revert merge of recent PR 2025-11-21 19:51:29 -05:00
.gitignore Initial commit from Create Next App 2025-11-05 11:28:53 +00:00
components.json Update dependencies and improve styling in layout and global CSS. Added new packages for UI components and animations, and refactored CSS variables for better theme management. 2025-11-06 12:34:29 +00:00
eslint.config.mjs Initial commit from Create Next App 2025-11-05 11:28:53 +00:00
next.config.ts Enhance admin panel with new features and UI improvements. Add remote image patterns to Next.js config for Unsplash integration. Update package.json with new dependencies including Radix UI components and date-fns. Refactor layout components to include a header in the admin layout, improve styling in notifications and side navigation, and enhance the booking and dashboard pages for better user experience. 2025-11-07 13:45:14 +00:00
package.json Implement booking form functionality with loading state and error handling. Add user and booking interfaces, and display confirmation message upon successful submission. Enhance form submission process with time conversion and mock API response for development. 2025-11-07 20:19:08 +00:00
pnpm-lock.yaml Implement booking form functionality with loading state and error handling. Add user and booking interfaces, and display confirmation message upon successful submission. Enhance form submission process with time conversion and mock API response for development. 2025-11-07 20:19:08 +00:00
postcss.config.mjs Initial commit from Create Next App 2025-11-05 11:28:53 +00:00
README.md Initial commit from Create Next App 2025-11-05 11:28:53 +00:00
tsconfig.json Initial commit from Create Next App 2025-11-05 11:28:53 +00:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

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.