Merge version_1 into main #1
259
src/app/page.tsx
259
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Mountain, Bed, Utensils } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
@@ -31,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Activities",
|
||||
id: "activities",
|
||||
},
|
||||
{
|
||||
name: "Stay",
|
||||
id: "stay",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Activities", id: "activities" },
|
||||
{ name: "Stay", id: "stay" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Dandeli Nature Masti"
|
||||
/>
|
||||
@@ -58,52 +44,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Experience Nature & Adventure at Dandeli Nature Masti"
|
||||
description="Stay | Adventure | Food"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Activities",
|
||||
href: "#activities",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Explore Activities", href: "#activities" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-lake-surrounded-by-green-trees_181624-20250.jpg",
|
||||
imageAlt: "Nature landscape",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magnificent-waterfall-lake-surrounded-by-trees-with-lifesaving-tube-hanging-from-rock_181624-44510.jpg",
|
||||
imageAlt: "River rafting",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girls-getting-kayak-out-water_23-2148683939.jpg",
|
||||
imageAlt: "Jungle view",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/let-light_181624-9080.jpg",
|
||||
imageAlt: "Adventure activities",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dense-mountain-pine-forest-near-lake-carpathian-forest_169016-69090.jpg",
|
||||
imageAlt: "Resort stay",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg",
|
||||
imageAlt: "Forest food",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-lake-surrounded-by-green-trees_181624-20250.jpg", imageAlt: "Nature landscape" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/magnificent-waterfall-lake-surrounded-by-trees-with-lifesaving-tube-hanging-from-rock_181624-44510.jpg", imageAlt: "River rafting" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girls-getting-kayak-out-water_23-2148683939.jpg", imageAlt: "Jungle view" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/let-light_181624-9080.jpg", imageAlt: "Adventure activities" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/dense-mountain-pine-forest-near-lake-carpathian-forest_169016-69090.jpg", imageAlt: "Resort stay" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/girl-canoe_169016-1532.jpg", imageAlt: "Forest food" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,10 +66,7 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "A perfect destination in Dandeli for adventure lovers and families. Enjoy water activities, peaceful stay, and delicious homemade food.",
|
||||
},
|
||||
{ type: "text", content: "A perfect destination in Dandeli for adventure lovers and families. Enjoy water activities, peaceful stay, and delicious homemade food." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,31 +77,11 @@ export default function LandingPage() {
|
||||
title="Adventure Activities"
|
||||
description="We offer a wide range of thrilling activities designed for every age group."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "River Rafting",
|
||||
content: "Conquer the rapids with our professional team.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Kayaking",
|
||||
content: "Paddle through the serene waters of the Kali river.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Boating",
|
||||
content: "Enjoy a calm and scenic boating experience.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Nature Walk",
|
||||
content: "Explore the rich biodiversity of Dandeli forests.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Kids Activities",
|
||||
content: "Fun and safe activities for the little ones.",
|
||||
},
|
||||
{ id: "1", title: "River Rafting", content: "Conquer the rapids with our professional team." },
|
||||
{ id: "2", title: "Kayaking", content: "Paddle through the serene waters of the Kali river." },
|
||||
{ id: "3", title: "Boating", content: "Enjoy a calm and scenic boating experience." },
|
||||
{ id: "4", title: "Nature Walk", content: "Explore the rich biodiversity of Dandeli forests." },
|
||||
{ id: "5", title: "Kids Activities", content: "Fun and safe activities for the little ones." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-hippie-woman-bright-leggings-round-glasses-nature_1321-2538.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -164,42 +95,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Comfortable Rooms",
|
||||
price: "Best View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890393.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Homemade Food",
|
||||
price: "Authentic Taste",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497250.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Family Friendly",
|
||||
price: "Safe Environment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497258.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jungle Surroundings",
|
||||
price: "Nature Immersion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-wooden-bench-holding-white-dog-surrounded-by-greenery-hills-sunlight_181624-14470.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "River Access",
|
||||
price: "Direct Proximity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-packing-slice-fruit-tart-paper-bag_23-2147920847.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "24/7 Service",
|
||||
price: "Supportive Staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pair-boots-flask-near-wooden-cottage-forest-norway_181624-9664.jpg",
|
||||
},
|
||||
{ id: "1", name: "Comfortable Rooms", price: "Best View", imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890393.jpg" },
|
||||
{ id: "2", name: "Homemade Food", price: "Authentic Taste", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497250.jpg" },
|
||||
{ id: "3", name: "Family Friendly", price: "Safe Environment", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497258.jpg" },
|
||||
{ id: "4", name: "Jungle Surroundings", price: "Nature Immersion", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-wooden-bench-holding-white-dog-surrounded-by-greenery-hills-sunlight_181624-14470.jpg" },
|
||||
{ id: "5", name: "River Access", price: "Direct Proximity", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-packing-slice-fruit-tart-paper-bag_23-2147920847.jpg" },
|
||||
{ id: "6", name: "24/7 Service", price: "Supportive Staff", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pair-boots-flask-near-wooden-cottage-forest-norway_181624-9664.jpg" },
|
||||
]}
|
||||
title="Stay & Experience"
|
||||
description="Relax in our comfortable rooms and savor local homemade meals."
|
||||
@@ -212,21 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Adventure",
|
||||
value: "River Rafting",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Stay",
|
||||
value: "Comfortable Rooms",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Food",
|
||||
value: "Homemade Meals",
|
||||
},
|
||||
{ id: "1", title: "Adventure", value: "River Rafting", icon: Mountain },
|
||||
{ id: "2", title: "Stay", value: "Comfortable Rooms", icon: Bed },
|
||||
{ id: "3", title: "Food", value: "Homemade Meals", icon: Utensils },
|
||||
]}
|
||||
title="Gallery"
|
||||
description="A glimpse into the magical experience of Dandeli Nature Masti."
|
||||
@@ -237,31 +126,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tourist A",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kissing-stylish-hipster-couple-love-walking-with-dog-countryside-summer-style-boho-fashion-romantic_285396-2627.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tourist B",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-friends-walking-outdoors-beach-showing-thumbs-up_171337-15862.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tourist C",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-forest-highlands-near-river_169016-22158.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tourist D",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-trendy-tourist-grey-t-shirt-printed-shirt-sunglasses-looking-front-holding-map-isolated-wall_197531-23749.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tourist E",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg",
|
||||
},
|
||||
{ id: "1", name: "Tourist A", imageSrc: "http://img.b2bpic.net/free-photo/kissing-stylish-hipster-couple-love-walking-with-dog-countryside-summer-style-boho-fashion-romantic_285396-2627.jpg" },
|
||||
{ id: "2", name: "Tourist B", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-friends-walking-outdoors-beach-showing-thumbs-up_171337-15862.jpg" },
|
||||
{ id: "3", name: "Tourist C", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-forest-highlands-near-river_169016-22158.jpg" },
|
||||
{ id: "4", name: "Tourist D", imageSrc: "http://img.b2bpic.net/free-photo/joyful-trendy-tourist-grey-t-shirt-printed-shirt-sunglasses-looking-front-holding-map-isolated-wall_197531-23749.jpg" },
|
||||
{ id: "5", name: "Tourist E", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" },
|
||||
]}
|
||||
cardTitle="4.4 ⭐ (37 reviews)"
|
||||
cardTag="Guest Testimonials"
|
||||
@@ -274,21 +143,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How to reach?",
|
||||
content: "We are located beside Idly Cafe, Old Dandeli.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is it safe?",
|
||||
content: "Yes, we prioritize safety in all our activities.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are meals included?",
|
||||
content: "We offer delicious homemade food as part of the package.",
|
||||
},
|
||||
{ id: "1", title: "How to reach?", content: "We are located beside Idly Cafe, Old Dandeli." },
|
||||
{ id: "2", title: "Is it safe?", content: "Yes, we prioritize safety in all our activities." },
|
||||
{ id: "3", title: "Are meals included?", content: "We offer delicious homemade food as part of the package." },
|
||||
]}
|
||||
title="Plan Your Adventure Today!"
|
||||
description="Ready to visit Dandeli? Reach out to us for inquiries or bookings."
|
||||
@@ -299,9 +156,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Plan Your Adventure"
|
||||
title="Contact Us"
|
||||
description="Located at 10 no bridge, Old Dandeli. Call us: +91 98861 09701"
|
||||
@@ -313,37 +168,17 @@ export default function LandingPage() {
|
||||
logoText="Dandeli Nature Masti"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Activities",
|
||||
href: "#activities",
|
||||
},
|
||||
{
|
||||
label: "Stay",
|
||||
href: "#stay",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Activities", href: "#activities" },
|
||||
{ label: "Stay", href: "#stay" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Phone: +91 98861 09701",
|
||||
href: "tel:+919886109701",
|
||||
},
|
||||
{
|
||||
label: "Address: Old Dandeli, Karnataka",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +91 98861 09701", href: "tel:+919886109701" },
|
||||
{ label: "Address: Old Dandeli, Karnataka", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user