Update src/app/page.tsx
This commit is contained in:
259
src/app/page.tsx
259
src/app/page.tsx
@@ -29,41 +29,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms", id: "/rooms"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "/dining",
|
||||
},
|
||||
name: "Dining", id: "/dining"},
|
||||
{
|
||||
name: "Experiences",
|
||||
id: "/experiences",
|
||||
},
|
||||
name: "Experiences", id: "/experiences"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/book-now",
|
||||
},
|
||||
name: "Book Now", id: "/book-now"},
|
||||
]}
|
||||
brandName="Flora Adventure Resort"
|
||||
/>
|
||||
@@ -72,55 +54,36 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Nature, Adventure & Comfort in Chitwan"
|
||||
description="Escape to Flora Adventure Resort and enjoy peaceful surroundings, organic farm-to-table dining, cultural experiences, and unforgettable hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "/book-now",
|
||||
},
|
||||
text: "Book Your Stay", href: "/book-now"},
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/<your_whatsapp_number>",
|
||||
},
|
||||
text: "Contact on WhatsApp", href: "https://wa.me/<your_whatsapp_number>"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg"
|
||||
imageAlt="Luxurious eco-resort surrounded by nature in Chitwan, Nepal"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-camera_72229-1155.jpg",
|
||||
alt: "Happy guest 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-camera_72229-1155.jpg", alt: "Happy guest 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-woman-portrait_1296-640.jpg",
|
||||
alt: "Happy guest 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-woman-portrait_1296-640.jpg", alt: "Happy guest 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg",
|
||||
alt: "Happy guest 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg", alt: "Happy guest 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg",
|
||||
alt: "Happy guest 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photo-outdoor-pool-palm-trees-exotic-landscape-with-forest-lake_197531-9178.jpg", alt: "Happy guest 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/romantic-women-long-dresses-posing-beautiful-nature-outdoor-full-length-shot-women-spending-time-resort_197531-9193.jpg",
|
||||
alt: "Happy guest 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/romantic-women-long-dresses-posing-beautiful-nature-outdoor-full-length-shot-women-spending-time-resort_197531-9193.jpg", alt: "Happy guest 5"},
|
||||
]}
|
||||
avatarText="Loved by 10,000+ Guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302694.jpg",
|
||||
alt: "Eco-friendly resort",
|
||||
},
|
||||
{},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302694.jpg", alt: "Eco-friendly resort"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,23 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Crowded tourist spots",
|
||||
"Impersonal service",
|
||||
"Artificial environments",
|
||||
"Limited food options",
|
||||
],
|
||||
"Crowded tourist spots", "Impersonal service", "Artificial environments", "Limited food options"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Peaceful Natural Environment",
|
||||
"Fresh Organic Food From Our Farm",
|
||||
"Traditional Tharu Cultural Experiences",
|
||||
"Observation Tower With Scenic Views",
|
||||
"Family Friendly Atmosphere",
|
||||
"Clean & Comfortable Rooms",
|
||||
"Exceptional Hospitality",
|
||||
"Perfect For Group Retreats",
|
||||
],
|
||||
"Peaceful Natural Environment", "Fresh Organic Food From Our Farm", "Traditional Tharu Cultural Experiences", "Observation Tower With Scenic Views", "Family Friendly Atmosphere", "Clean & Comfortable Rooms", "Exceptional Hospitality", "Perfect For Group Retreats"],
|
||||
}}
|
||||
title="Why Choose Flora Adventure Resort?"
|
||||
description="We offer a unique blend of adventure, comfort, and authentic experiences tailored for an unforgettable getaway."
|
||||
@@ -171,33 +122,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "deluxe-room",
|
||||
name: "Deluxe Rooms",
|
||||
price: "Starting from $150/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
|
||||
imageAlt: "Interior of a deluxe resort room",
|
||||
},
|
||||
id: "deluxe-room", name: "Deluxe Rooms", price: "Starting from $150/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Interior of a deluxe resort room"},
|
||||
{
|
||||
id: "family-room",
|
||||
name: "Family Rooms",
|
||||
price: "Starting from $220/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-skiers-rubbing-their-hands-near-fireplace_107420-96452.jpg",
|
||||
imageAlt: "Spacious family room in the resort",
|
||||
},
|
||||
id: "family-room", name: "Family Rooms", price: "Starting from $220/night", imageSrc: "http://img.b2bpic.net/free-photo/group-skiers-rubbing-their-hands-near-fireplace_107420-96452.jpg", imageAlt: "Spacious family room in the resort"},
|
||||
{
|
||||
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: "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", imageAlt: "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. "
|
||||
@@ -213,47 +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", imageAlt: "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", imageAlt: "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", imageAlt: "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", imageAlt: "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", imageAlt: "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", imageAlt: "Scenic sunrise over the resort"},
|
||||
]}
|
||||
title="Unforgettable Experiences Await"
|
||||
description="Immerse yourself in nature, culture, and adventure with our curated experiences."
|
||||
@@ -273,47 +174,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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", imageAlt: "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", imageAlt: "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", imageAlt: "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", imageAlt: "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", imageAlt: "Portrait of Priya Sharma"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from travelers who have experienced the tranquility and adventure of Flora Adventure Resort."
|
||||
@@ -324,66 +196,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Rooms", href: "/rooms"},
|
||||
{
|
||||
label: "Experiences",
|
||||
href: "/experiences",
|
||||
},
|
||||
label: "Experiences", href: "/experiences"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "/dining",
|
||||
},
|
||||
label: "Dining", href: "/dining"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "/book-now",
|
||||
},
|
||||
label: "Book Now", href: "/book-now"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/<your_whatsapp_number>",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/<your_whatsapp_number>"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@floraadventure.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@floraadventure.com"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "/contact#location",
|
||||
},
|
||||
label: "Location", href: "/contact#location"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user