diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index b30f168..93125b4 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Users } from "lucide-react"; -export default function LandingPage() { +export default function BookingPage() { return ( - + -
- -
+
+ +
- + -
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5126db3..736213d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,119 +26,83 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -} +} \ No newline at end of file