Merge version_1 into main #2
@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function BookingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -25,30 +25,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "/booking",
|
||||
},
|
||||
{
|
||||
name: "Donate",
|
||||
id: "/donate",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Booking", id: "/booking" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Wildlife Cenhori"
|
||||
/>
|
||||
@@ -63,30 +45,13 @@ export default function LandingPage() {
|
||||
description="Safari packages for everyone."
|
||||
plans={[
|
||||
{
|
||||
id: "pl1",
|
||||
title: "Day Trip",
|
||||
price: "₹2000",
|
||||
period: "day",
|
||||
features: [
|
||||
"Guide included",
|
||||
"Water bottle",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-celebrating-world-photography-day_23-2151644699.jpg",
|
||||
imageAlt: "happy tourist wildlife safari",
|
||||
id: "pl1", title: "Day Trip", price: "₹2000", period: "day", features: ["Guide included", "Water bottle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-celebrating-world-photography-day_23-2151644699.jpg", imageAlt: "happy tourist wildlife safari", button: { text: "Select", href: "#" }
|
||||
},
|
||||
{
|
||||
id: "pl2",
|
||||
title: "Weekend Stay",
|
||||
price: "₹8000",
|
||||
period: "weekend",
|
||||
features: [
|
||||
"Luxury tent",
|
||||
"All meals",
|
||||
"Guided safari",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-tiger-sitting-near-tree-roots-relaxing-jungle_181624-6014.jpg?_wi=3",
|
||||
imageAlt: "happy tourist wildlife safari",
|
||||
},
|
||||
id: "pl2", title: "Weekend Stay", price: "₹8000", period: "weekend", features: ["Luxury tent", "All meals", "Guided safari"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-tiger-sitting-near-tree-roots-relaxing-jungle_181624-6014.jpg", imageAlt: "happy tourist wildlife safari", button: { text: "Select", href: "#" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,13 +61,7 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Booking Policy"
|
||||
sections={[
|
||||
{
|
||||
heading: "Terms",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Non-refundable deposits apply.",
|
||||
},
|
||||
},
|
||||
{ heading: "Terms", content: "Non-refundable deposits apply." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -25,30 +25,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "/booking",
|
||||
},
|
||||
{
|
||||
name: "Donate",
|
||||
id: "/donate",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Booking", id: "/booking" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Wildlife Cenhori"
|
||||
/>
|
||||
@@ -59,13 +41,7 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Head Office"
|
||||
sections={[
|
||||
{
|
||||
heading: "Address",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Tadoba-Andhari Tiger Reserve, Maharashtra.",
|
||||
},
|
||||
},
|
||||
{ heading: "Address", content: "Tadoba-Andhari Tiger Reserve, Maharashtra." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,16 +55,8 @@ export default function LandingPage() {
|
||||
title="Quick Facts"
|
||||
description="Contact info at a glance."
|
||||
metrics={[
|
||||
{
|
||||
id: "c1",
|
||||
value: "24/7",
|
||||
description: "Help Desk",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
value: "10",
|
||||
description: "Support Nodes",
|
||||
},
|
||||
{ id: "c1", value: "24/7", description: "Help Desk" },
|
||||
{ id: "c2", value: "10", description: "Support Nodes" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
203
src/app/page.tsx
203
src/app/page.tsx
@@ -28,30 +28,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "/booking",
|
||||
},
|
||||
{
|
||||
name: "Donate",
|
||||
id: "/donate",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Booking", id: "/booking" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Wildlife Cenhori"
|
||||
/>
|
||||
@@ -59,117 +41,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Protect Maharashtra's Wild Heritage"
|
||||
description="Experience the untamed beauty of Tadoba and Pench. Join our mission to conserve wildlife and build a sustainable future."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-tiger-sitting-near-tree-roots-relaxing-jungle_181624-6014.jpg?_wi=1",
|
||||
imageAlt: "tiger in forest 3D render",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1604.jpg",
|
||||
imageAlt: "tiger in forest 3D render",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1644.jpg",
|
||||
imageAlt: "tiger in forest 3D render",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-bengal-tiger-nature_23-2151528309.jpg",
|
||||
imageAlt: "tiger in forest 3D render",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wild-royal-bengal-tiger-nature-habitat-ranthambhore-national-park_475641-877.jpg",
|
||||
imageAlt: "tiger in forest 3D render",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiger-prey-its-natural-habitat_475641-1650.jpg",
|
||||
imageAlt: "tiger in forest 3D render",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/river-jungle-with-palm-trees_181624-27139.jpg?_wi=1",
|
||||
imageAlt: "dense green forest landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-162.jpg",
|
||||
imageAlt: "dense green forest landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-trees_58702-10820.jpg",
|
||||
imageAlt: "dense green forest landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1275.jpg",
|
||||
imageAlt: "dense green forest landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-tree-branch_181624-4507.jpg",
|
||||
imageAlt: "dense green forest landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lush-nature-its-reflection-water-maksimir-park-zagreb-croatia_181624-12323.jpg",
|
||||
imageAlt: "dense green forest landscape",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Safari",
|
||||
href: "/booking",
|
||||
},
|
||||
{
|
||||
text: "Donate Now",
|
||||
href: "/donate",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hiker-with-camera_23-2147683042.jpg",
|
||||
alt: "Hiker with camera",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-woman-celebrating-world-photography-day_23-2151644698.jpg",
|
||||
alt: "Old woman celebrating world photography day",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-traveler-with-binoculars_23-2147643186.jpg",
|
||||
alt: "Young traveler with binoculars",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-young-bearded-man-wearing-black-snapback-backwards-standing-against-exotic-green-nature-with-waterfall-caucasian-tourist-spending-vacations-rainforest_273609-1605.jpg",
|
||||
alt: "Outdoor portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-woman-celebrating-world-photography-day_23-2151644699.jpg",
|
||||
alt: "happy tourist",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Conservation First",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Maharashtra Wild",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Tourism",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Protected Zones",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Future",
|
||||
},
|
||||
]}
|
||||
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/lonely-tiger-sitting-near-tree-roots-relaxing-jungle_181624-6014.jpg", imageAlt: "tiger in forest 3D render" }, { imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1604.jpg", imageAlt: "tiger in forest 3D render" }, { imageSrc: "http://img.b2bpic.net/free-photo/tiger-its-natural-habitat_475641-1644.jpg", imageAlt: "tiger in forest 3D render" }, { imageSrc: "http://img.b2bpic.net/free-photo/white-bengal-tiger-nature_23-2151528309.jpg", imageAlt: "tiger in forest 3D render" }, { imageSrc: "http://img.b2bpic.net/free-photo/wild-royal-bengal-tiger-nature-habitat-ranthambhore-national-park_475641-877.jpg", imageAlt: "tiger in forest 3D render" }, { imageSrc: "http://img.b2bpic.net/free-photo/tiger-prey-its-natural-habitat_475641-1650.jpg", imageAlt: "tiger in forest 3D render" }]}
|
||||
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/river-jungle-with-palm-trees_181624-27139.jpg", imageAlt: "dense green forest landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-162.jpg", imageAlt: "dense green forest landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-trees_58702-10820.jpg", imageAlt: "dense green forest landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-waterfall_72229-1275.jpg", imageAlt: "dense green forest landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-tree-branch_181624-4507.jpg", imageAlt: "dense green forest landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-lush-nature-its-reflection-water-maksimir-park-zagreb-croatia_181624-12323.jpg", imageAlt: "dense green forest landscape" }]}
|
||||
buttons={[{ text: "Book Safari", href: "/booking" }, { text: "Donate Now", href: "/donate" }]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/hiker-with-camera_23-2147683042.jpg", alt: "Hiker with camera" }, { src: "http://img.b2bpic.net/free-photo/old-woman-celebrating-world-photography-day_23-2151644698.jpg", alt: "Old woman celebrating world photography day" }, { src: "http://img.b2bpic.net/free-photo/young-traveler-with-binoculars_23-2147643186.jpg", alt: "Young traveler with binoculars" }, { src: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-young-bearded-man-wearing-black-snapback-backwards-standing-against-exotic-green-nature-with-waterfall-caucasian-tourist-spending-vacations-rainforest_273609-1605.jpg", alt: "Outdoor portrait" }, { src: "http://img.b2bpic.net/free-photo/old-woman-celebrating-world-photography-day_23-2151644699.jpg", alt: "happy tourist" }]}
|
||||
marqueeItems={[{ type: "text", text: "Conservation First" }, { type: "text", text: "Maharashtra Wild" }, { type: "text", text: "Eco-Tourism" }, { type: "text", text: "Protected Zones" }, { type: "text", text: "Sustainable Future" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,35 +57,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "3D Sanctuary Map",
|
||||
tags: [
|
||||
"Interactive",
|
||||
"Exploration",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-lying-with-map-hay_23-2147654166.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "AI Itinerary Builder",
|
||||
tags: [
|
||||
"Customized",
|
||||
"Planner",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-eye-illustrated_23-2151675358.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "3D Animal Models",
|
||||
tags: [
|
||||
"Education",
|
||||
"3D",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leopard_23-2148167312.jpg",
|
||||
},
|
||||
]}
|
||||
features={[{ id: "f1", title: "3D Sanctuary Map", tags: ["Interactive", "Exploration"], imageSrc: "http://img.b2bpic.net/free-photo/women-lying-with-map-hay_23-2147654166.jpg" }, { id: "f2", title: "AI Itinerary Builder", tags: ["Customized", "Planner"], imageSrc: "http://img.b2bpic.net/free-photo/fantasy-eye-illustrated_23-2151675358.jpg" }, { id: "f3", title: "3D Animal Models", tags: ["Education", "3D"], imageSrc: "http://img.b2bpic.net/free-photo/leopard_23-2148167312.jpg" }]}
|
||||
title="Immersive Sanctuary Experience"
|
||||
description="Discover our modern tools for exploring nature."
|
||||
/>
|
||||
@@ -218,13 +69,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Global Partners"
|
||||
description="Collaborating with leading ecological organizations worldwide."
|
||||
names={[
|
||||
"World Wildlife Fund",
|
||||
"Maharashtra Forest Dept",
|
||||
"Pench Conservationists",
|
||||
"Green Earth Alliance",
|
||||
"Global Biodiversity Network",
|
||||
]}
|
||||
names={["World Wildlife Fund", "Maharashtra Forest Dept", "Pench Conservationists", "Green Earth Alliance", "Global Biodiversity Network"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,28 +81,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact"
|
||||
description="Measuring success one hectare at a time."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15,000+",
|
||||
description: "Hectares Restored",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
description: "Species Protected",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "45,000",
|
||||
description: "Annual Visitors",
|
||||
},
|
||||
]}
|
||||
metrics={[{ id: "m1", value: "15,000+", description: "Hectares Restored" }, { id: "m2", value: "200+", description: "Species Protected" }, { id: "m3", value: "45,000", description: "Annual Visitors" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCatalogItem />
|
||||
<ProductCatalogItem product={{ brand: "Nature", name: "Explorer Kit", price: "$50", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/hiker-with-camera_23-2147683042.jpg" }} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user