Update src/app/book-now/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -22,191 +22,141 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "/rooms",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "/dining",
|
||||
},
|
||||
{
|
||||
name: "Experiences",
|
||||
id: "/experiences",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/book-now",
|
||||
},
|
||||
]}
|
||||
brandName="Flora Adventure Resort"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"
|
||||
},
|
||||
{
|
||||
name: "About", id: "/about"
|
||||
},
|
||||
{
|
||||
name: "Rooms", id: "/rooms"
|
||||
},
|
||||
{
|
||||
name: "Gallery", id: "/gallery"
|
||||
},
|
||||
{
|
||||
name: "Dining", id: "/dining"
|
||||
},
|
||||
{
|
||||
name: "Experiences", id: "/experiences"
|
||||
},
|
||||
{
|
||||
name: "Blog", id: "/blog"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "/contact"
|
||||
},
|
||||
{
|
||||
name: "Book Now", id: "/book-now"
|
||||
}
|
||||
]}
|
||||
brandName="Flora Adventure Resort"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking-form" data-section="booking-form">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Secure Your Stay"
|
||||
title="Make Your Reservation"
|
||||
description="Plan your unforgettable escape to Flora Adventure Resort. Fill out the form below with your details and preferred dates, and our team will get back to you shortly to confirm your booking.\n\nRequired fields: Name, Phone Number, Email, Check-In Date, Check-Out Date, Number of Guests, Special Message/Requests."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg"
|
||||
imageAlt="Resort check-in desk, elegant and welcoming"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Submit Booking Request"
|
||||
termsText="By submitting, you agree to our booking terms and conditions."
|
||||
/>
|
||||
</div>
|
||||
<div id="booking-form" data-section="booking-form">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{variant: "radial-gradient"}}
|
||||
tag="Secure Your Stay"
|
||||
title="Make Your Reservation"
|
||||
description="Plan your unforgettable escape to Flora Adventure Resort. Fill out the form below with your details and preferred dates, and our team will get back to you shortly to confirm your booking.\n\nRequired fields: Name, Phone Number, Email, Check-In Date, Check-Out Date, Number of Guests, Special Message/Requests."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg"
|
||||
imageAlt="Resort check-in desk, elegant and welcoming"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Submit Booking Request"
|
||||
termsText="By submitting, you agree to our booking terms and conditions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking-testimonials" data-section="booking-testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "b-1",
|
||||
name: "Anjali Mehta",
|
||||
handle: "@anjali_holidays",
|
||||
testimonial: "Booking was a breeze, and the team was so helpful. The resort exceeded all expectations, especially the peaceful environment!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-tourist-man-with-road-travel-map-sits-floor-near-suitcase-shows-okay-ok-sign_1258-270605.jpg",
|
||||
imageAlt: "Portrait of Anjali Mehta",
|
||||
},
|
||||
{
|
||||
id: "b-2",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_travels",
|
||||
testimonial: "The reservation process was seamless, and the follow-up was excellent. Loved the organic food and genuine hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-bar_23-2150771167.jpg",
|
||||
imageAlt: "Portrait of Rajesh Kumar",
|
||||
},
|
||||
{
|
||||
id: "b-3",
|
||||
name: "Chloe Lim",
|
||||
handle: "@wanderlust_chloe",
|
||||
testimonial: "Quick response to my inquiry and a smooth booking. The cottage stay was divine, highly recommend for a serene getaway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-picnic-together-outdoors-summertime_23-2151426045.jpg",
|
||||
imageAlt: "Portrait of Chloe Lim",
|
||||
},
|
||||
{
|
||||
id: "b-4",
|
||||
name: "Marco Rossi",
|
||||
handle: "@marco_explores",
|
||||
testimonial: "Very easy to book our family vacation. The resort is beautiful, and the staff are incredibly kind and attentive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891374.jpg",
|
||||
imageAlt: "Portrait of Marco Rossi",
|
||||
},
|
||||
{
|
||||
id: "b-5",
|
||||
name: "Lena Petrova",
|
||||
handle: "@lena_retreats",
|
||||
testimonial: "The booking system was user-friendly, and the welcome was warm. This resort is truly a gem for nature lovers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-lady-beach-listening-music-with-earphones_171337-14881.jpg",
|
||||
imageAlt: "Portrait of Lena Petrova",
|
||||
},
|
||||
]}
|
||||
title="Book With Confidence"
|
||||
description="Don't just take our word for it—read what guests say about their effortless booking experience and amazing stays."
|
||||
/>
|
||||
</div>
|
||||
<div id="booking-testimonials" data-section="booking-testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "b-1", name: "Anjali Mehta", handle: "@anjali_holidays", testimonial: "Booking was a breeze, and the team was so helpful. The resort exceeded all expectations, especially the peaceful environment!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-tourist-man-with-road-travel-map-sits-floor-near-suitcase-shows-okay-ok-sign_1258-270605.jpg", imageAlt: "Portrait of Anjali Mehta"
|
||||
},
|
||||
{
|
||||
id: "b-2", name: "Rajesh Kumar", handle: "@rajesh_travels", testimonial: "The reservation process was seamless, and the follow-up was excellent. Loved the organic food and genuine hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-bar_23-2150771167.jpg", imageAlt: "Portrait of Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "b-3", name: "Chloe Lim", handle: "@wanderlust_chloe", testimonial: "Quick response to my inquiry and a smooth booking. The cottage stay was divine, highly recommend for a serene getaway.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-picnic-together-outdoors-summertime_23-2151426045.jpg", imageAlt: "Portrait of Chloe Lim"
|
||||
},
|
||||
{
|
||||
id: "b-4", name: "Marco Rossi", handle: "@marco_explores", testimonial: "Very easy to book our family vacation. The resort is beautiful, and the staff are incredibly kind and attentive.", imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891374.jpg", imageAlt: "Portrait of Marco Rossi"
|
||||
},
|
||||
{
|
||||
id: "b-5", name: "Lena Petrova", handle: "@lena_retreats", testimonial: "The booking system was user-friendly, and the welcome was warm. This resort is truly a gem for nature lovers.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-lady-beach-listening-music-with-earphones_171337-14881.jpg", imageAlt: "Portrait of Lena Petrova"
|
||||
}
|
||||
]}
|
||||
title="Book With Confidence"
|
||||
description="Don't just take our word for it—read what guests say about their effortless booking experience and amazing stays."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
{
|
||||
label: "Experiences",
|
||||
href: "/experiences",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "/dining",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "/book-now",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/<your_whatsapp_number>",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@floraadventure.com",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "/contact#location",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Flora Adventure Resort"
|
||||
copyrightText="© 2024 Flora Adventure Resort. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Rooms", href: "/rooms"
|
||||
},
|
||||
{
|
||||
label: "Experiences", href: "/experiences"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Gallery", href: "/gallery"
|
||||
},
|
||||
{
|
||||
label: "Dining", href: "/dining"
|
||||
},
|
||||
{
|
||||
label: "Blog", href: "/blog"
|
||||
},
|
||||
{
|
||||
label: "FAQs", href: "/contact#faq"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Book Now", href: "/book-now"
|
||||
},
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/<your_whatsapp_number>"
|
||||
},
|
||||
{
|
||||
label: "Email", href: "mailto:info@floraadventure.com"
|
||||
},
|
||||
{
|
||||
label: "Location", href: "/contact#location"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Flora Adventure Resort"
|
||||
copyrightText="© 2024 Flora Adventure Resort. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user