Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-06-03 11:40:04 +00:00
3 changed files with 149 additions and 199 deletions

View File

@@ -75,17 +75,17 @@ export default function LandingPage() {
{
id: "leadership", groupTitle: "Leadership", members: [
{
id: "m1", title: "Ramesh Thapa", subtitle: "General Manager", detail: "With over 20 years in hospitality, Ramesh ensures every aspect of your stay is perfect, embodying true Nepali warmth.", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Portrait of Ramesh Thapa"},
id: "m1", title: "Ramesh Thapa", subtitle: "General Manager", detail: "With over 20 years in hospitality, Ramesh ensures every aspect of your stay is perfect, embodying true Nepali warmth.", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", alt: "Portrait of Ramesh Thapa"},
{
id: "m2", title: "Pooja Gurung", subtitle: "Guest Relations Manager", detail: "Pooja is dedicated to creating personalized experiences, making sure every guest feels like family.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg", imageAlt: "Portrait of Pooja Gurung"},
id: "m2", title: "Pooja Gurung", subtitle: "Guest Relations Manager", detail: "Pooja is dedicated to creating personalized experiences, making sure every guest feels like family.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg", alt: "Portrait of Pooja Gurung"},
]
},
{
id: "culinary", groupTitle: "Culinary & Experiences", members: [
{
id: "m3", title: "Chef Narayan", subtitle: "Head Chef", detail: "Chef Narayan crafts exquisite organic meals from our farm, blending traditional Nepali flavors with modern cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-holding-leafy-vegetable-salad-with-wooden-spoon-wooden-table_23-2148122655.jpg", imageAlt: "Portrait of Chef Narayan"},
id: "m3", title: "Chef Narayan", subtitle: "Head Chef", detail: "Chef Narayan crafts exquisite organic meals from our farm, blending traditional Nepali flavors with modern cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-woman-holding-leafy-vegetable-salad-with-wooden-spoon-wooden-table_23-2148122655.jpg", alt: "Portrait of Chef Narayan"},
{
id: "m4", title: "Bimal Rai", subtitle: "Adventure & Culture Guide", detail: "Bimal leads our guests on captivating nature walks and cultural excursions, sharing his deep knowledge of the region.", imageSrc: "http://img.b2bpic.net/free-photo/quick-selfie-we-can-go-further_329181-10572.jpg", imageAlt: "Portrait of Bimal Rai"},
id: "m4", title: "Bimal Rai", subtitle: "Adventure & Culture Guide", detail: "Bimal leads our guests on captivating nature walks and cultural excursions, sharing his deep knowledge of the region.", imageSrc: "http://img.b2bpic.net/free-photo/quick-selfie-we-can-go-further_329181-10572.jpg", alt: "Portrait of Bimal Rai"},
]
},
]}

View File

@@ -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>
);

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
{
id: "cottage-stay", name: "Cottage Stays", price: "Starting from $180/night", imageSrc: "http://img.b2bpic.net/free-photo/cameron-gallery-catherine-park_1398-2848.jpg", imageAlt: "Charming resort cottage exterior"},
{
id: "group-accommodation", name: "Group Accommodation", price: "Starting from $50/person", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool-girl-wearing-white-swimwear-sunglasses_1157-49689.jpg", imageAlt: "Group accommodation facilities"},
id: "group-accommodation", name: "Group Accommodation", price: "Starting from $50/person", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-two-her-multiracial-male-friends-relaxing-sunbeds-near-swimming-pool-girl-wearing-white-swimwear-sunglasses_1157-49689.jpg", alt: "Group accommodation facilities"},
]}
title="Our Luxurious Accommodations"
description="Discover comfort and tranquility in our carefully designed rooms and cottages, perfect for every type of traveler. "
@@ -144,17 +144,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "adventure-activities", name: "Adventure Activities", price: "Starting from $30", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049485.jpg", imageAlt: "Jungle safari in Chitwan"},
id: "adventure-activities", name: "Adventure Activities", price: "Starting from $30", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049485.jpg", alt: "Jungle safari in Chitwan"},
{
id: "nature-walks", name: "Nature Walks", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-chilling-swimming-pool_53876-15224.jpg", imageAlt: "Peaceful nature trail"},
id: "nature-walks", name: "Nature Walks", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-chilling-swimming-pool_53876-15224.jpg", alt: "Peaceful nature trail"},
{
id: "bird-watching", name: "Bird Watching", price: "Starting from $20", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-picture-owl-sitting-tree_209690-428.jpg", imageAlt: "Person with binoculars bird watching"},
id: "bird-watching", name: "Bird Watching", price: "Starting from $20", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-picture-owl-sitting-tree_209690-428.jpg", alt: "Person with binoculars bird watching"},
{
id: "cultural-programs", name: "Cultural Programs", price: "Starting from $25", imageSrc: "http://img.b2bpic.net/free-photo/sided-view-happy-woman-playing-guitar_23-2149436800.jpg", imageAlt: "Tharu cultural dance performance"},
id: "cultural-programs", name: "Cultural Programs", price: "Starting from $25", imageSrc: "http://img.b2bpic.net/free-photo/sided-view-happy-woman-playing-guitar_23-2149436800.jpg", alt: "Tharu cultural dance performance"},
{
id: "local-village-exploration", name: "Local Village Exploration", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/akha-women-smiled-admired-coffee_1150-5768.jpg", imageAlt: "Exploring a traditional Nepali village"},
id: "local-village-exploration", name: "Local Village Exploration", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/akha-women-smiled-admired-coffee_1150-5768.jpg", alt: "Exploring a traditional Nepali village"},
{
id: "sunrise-sunset-viewing", name: "Sunrise & Sunset Viewing", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_74190-1610.jpg", imageAlt: "Scenic sunrise over the resort"},
id: "sunrise-sunset-viewing", name: "Sunrise & Sunset Viewing", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_74190-1610.jpg", alt: "Scenic sunrise over the resort"},
]}
title="Unforgettable Experiences Await"
description="Immerse yourself in nature, culture, and adventure with our curated experiences."
@@ -177,15 +177,15 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarah_travels", testimonial: "Flora Adventure Resort is a beautiful place surrounded by nature with outstanding hospitality. Truly a hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Portrait of Sarah Johnson"},
id: "1", name: "Sarah Johnson", handle: "@sarah_travels", testimonial: "Flora Adventure Resort is a beautiful place surrounded by nature with outstanding hospitality. Truly a hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Portrait of Sarah Johnson"},
{
id: "2", name: "Michael Chen", handle: "@ecoadventurer", testimonial: "Clean rooms, peaceful atmosphere, and delicious organic food. One of the most relaxing places to stay near Chitwan.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "Portrait of Michael Chen"},
id: "2", name: "Michael Chen", handle: "@ecoadventurer", testimonial: "Clean rooms, peaceful atmosphere, and delicious organic food. One of the most relaxing places to stay near Chitwan.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", alt: "Portrait of Michael Chen"},
{
id: "3", name: "Emily Rodriguez", handle: "@global_wanderer", testimonial: "An unforgettable cultural experience combined with pure relaxation. The staff went above and beyond!", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575108.jpg", imageAlt: "Portrait of Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", handle: "@global_wanderer", testimonial: "An unforgettable cultural experience combined with pure relaxation. The staff went above and beyond!", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575108.jpg", alt: "Portrait of Emily Rodriguez"},
{
id: "4", name: "David Kim", handle: "@nature_explorer", testimonial: "Perfect for families! So many activities for the kids and serene spots for adults. The farm-to-table meals were a highlight.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575172.jpg", imageAlt: "Portrait of David Kim"},
id: "4", name: "David Kim", handle: "@nature_explorer", testimonial: "Perfect for families! So many activities for the kids and serene spots for adults. The farm-to-table meals were a highlight.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575172.jpg", alt: "Portrait of David Kim"},
{
id: "5", name: "Priya Sharma", handle: "@nepal_diaries", testimonial: "Authentic Nepali hospitality at its best. The observation tower offers breathtaking views, and the peace is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11195.jpg", imageAlt: "Portrait of Priya Sharma"},
id: "5", name: "Priya Sharma", handle: "@nepal_diaries", testimonial: "Authentic Nepali hospitality at its best. The observation tower offers breathtaking views, and the peace is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11195.jpg", alt: "Portrait of Priya Sharma"},
]}
title="What Our Guests Say"
description="Hear from travelers who have experienced the tranquility and adventure of Flora Adventure Resort."