From c848cc93fe837d93427a44b417f373669894d048 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:52:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 259 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 373b21a..85646e1 100644 --- a/src/app/page.tsx +++ b/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() { @@ -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() {