From a2f4dc1a3e4e616536b274746fae2537a4f935cb Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Thu, 28 Aug 2025 17:05:42 +0530 Subject: [PATCH] fix navigation --- src/App.tsx | 6 +- src/components/BookingModal.tsx | 201 ++++++++++++++++++++++++++++++++ src/components/Navigation.tsx | 82 +++++-------- src/styles/globals.css | 4 +- 4 files changed, 239 insertions(+), 54 deletions(-) create mode 100644 src/components/BookingModal.tsx diff --git a/src/App.tsx b/src/App.tsx index 501c93c..7785ff3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -55,6 +55,8 @@ export default function App() { className="min-h-screen main-content" style={{ backgroundColor: '#FFFFFF' }} > + + {/* Home Page */} } /> @@ -120,6 +122,8 @@ export default function App() { {/* 404 Page */} } /> + +