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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);