From a91fb632576bb91318e7d4d47affbfa4ce9975e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:40:00 +0000 Subject: [PATCH] Update src/app/book-now/page.tsx --- src/app/book-now/page.tsx | 316 ++++++++++++++++---------------------- 1 file changed, 133 insertions(+), 183 deletions(-) diff --git a/src/app/book-now/page.tsx b/src/app/book-now/page.tsx index 82c4f36..8c58db0 100644 --- a/src/app/book-now/page.tsx +++ b/src/app/book-now/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -export default function LandingPage() { +export default function BookNowPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);