Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 10:19:05 +00:00

View File

@@ -55,17 +55,23 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
carouselItems={[
{
id: "trek-1", imageSrc: "http://img.b2bpic.net/free-photo/trees-mountains-daytime_181624-9772.jpg", imageAlt: "Mountain peak landscape"},
id: "trek-1", imageSrc: "http://img.b2bpic.net/free-photo/trees-mountains-daytime_181624-9772.jpg", imageAlt: "Mountain peak landscape"
},
{
id: "trek-2", imageSrc: "http://img.b2bpic.net/free-photo/lake-flowing-rocks-middle-forest_181624-2602.jpg", imageAlt: "Forest trail view"},
id: "trek-2", imageSrc: "http://img.b2bpic.net/free-photo/lake-flowing-rocks-middle-forest_181624-2602.jpg", imageAlt: "Forest trail view"
},
{
id: "trek-3", imageSrc: "http://img.b2bpic.net/free-photo/hiker-stand-camping-near-orange-tent-backpack-mountains_1150-9164.jpg", imageAlt: "Sunset mountain view"},
id: "trek-3", imageSrc: "http://img.b2bpic.net/free-photo/hiker-stand-camping-near-orange-tent-backpack-mountains_1150-9164.jpg", imageAlt: "Sunset mountain view"
},
{
id: "trek-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-nature_23-2149012512.jpg", imageAlt: "Group trekking"},
id: "trek-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-nature_23-2149012512.jpg", imageAlt: "Group trekking"
},
{
id: "trek-5", imageSrc: "http://img.b2bpic.net/free-photo/misty-mountains-sunrise_23-2151982905.jpg", imageAlt: "Misty valley landscape"},
id: "trek-5", imageSrc: "http://img.b2bpic.net/free-photo/misty-mountains-sunrise_23-2151982905.jpg", imageAlt: "Misty valley landscape"
},
{
id: "trek-6", imageSrc: "http://img.b2bpic.net/free-photo/cows-grazing-grassy-field-surrounded-by-beautiful-green-trees-daytime_181624-13956.jpg", imageAlt: "Alpine meadow"},
id: "trek-6", imageSrc: "http://img.b2bpic.net/free-photo/cows-grazing-grassy-field-surrounded-by-beautiful-green-trees-daytime_181624-13956.jpg", imageAlt: "Alpine meadow"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -91,13 +97,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "01", title: "Beginner Trail", description: "Perfect for first-time trekkers with gentle slopes and scenic viewpoints", imageSrc: "http://img.b2bpic.net/free-photo/young-man-black-shirt-carrying-backpack-spending-time-outdoor-enjoying-nature-views-italy-weekend_197531-4412.jpg", imageAlt: "Beginner hiking trail"},
id: "01", title: "Beginner Trail", description: "Perfect for first-time trekkers with gentle slopes and scenic viewpoints", imageSrc: "http://img.b2bpic.net/free-photo/young-man-black-shirt-carrying-backpack-spending-time-outdoor-enjoying-nature-views-italy-weekend_197531-4412.jpg", imageAlt: "Beginner hiking trail"
},
{
id: "02", title: "Intermediate Challenge", description: "Moderate difficulty with diverse landscapes and wildlife spotting opportunities", imageSrc: "http://img.b2bpic.net/free-photo/woman-map-nature_23-2147828060.jpg", imageAlt: "Intermediate hiking trail"},
id: "02", title: "Intermediate Challenge", description: "Moderate difficulty with diverse landscapes and wildlife spotting opportunities", imageSrc: "http://img.b2bpic.net/free-photo/woman-map-nature_23-2147828060.jpg", imageAlt: "Intermediate hiking trail"
},
{
id: "03", title: "Adventure Expert", description: "High altitude treks for experienced climbers with premium mountain views", imageSrc: "http://img.b2bpic.net/free-photo/men-trekking-nature_23-2148106684.jpg", imageAlt: "Expert mountain trekking"},
id: "03", title: "Adventure Expert", description: "High altitude treks for experienced climbers with premium mountain views", imageSrc: "http://img.b2bpic.net/free-photo/men-trekking-nature_23-2148106684.jpg", imageAlt: "Expert mountain trekking"
},
{
id: "04", title: "Sunrise Trek", description: "Early morning expedition to witness spectacular sunrise from mountain peaks", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151922754.jpg", imageAlt: "Sunrise mountain peak"},
id: "04", title: "Sunrise Trek", description: "Early morning expedition to witness spectacular sunrise from mountain peaks", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape_23-2151922754.jpg", imageAlt: "Sunrise mountain peak"
},
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
@@ -118,23 +128,25 @@ export default function LandingPage() {
id: "beginner", badge: "Most Popular", badgeIcon: Sparkles,
price: "₹1,499", subtitle: "Per Person - Beginner Trek", buttons: [{ text: "Register Now", href: "#contact" }],
features: [
"Professional guide included", "Light refreshments & water", "Safety equipment provided", "6-8 hours trek duration", "Certificate of completion"],
"Professional guide included", "Light refreshments & water", "Safety equipment provided", "6-8 hours trek duration", "Certificate of completion"
],
},
{
id: "intermediate", badge: "Recommended", badgeIcon: Award,
price: "₹2,499", subtitle: "Per Person - Intermediate Trek", buttons: [{ text: "Register Now", href: "#contact" }],
features: [
"Expert certified guide", "Packed lunch & meals", "Premium safety gear", "10-12 hours trek duration", "Photography assistance", "Group accommodation"],
"Expert certified guide", "Packed lunch & meals", "Premium safety gear", "10-12 hours trek duration", "Photography assistance", "Group accommodation"
],
},
{
id: "expert", badge: "Premium", badgeIcon: Crown,
price: "₹4,999", subtitle: "Per Person - Expert Trek", buttons: [{ text: "Register Now", href: "#contact" }],
features: [
"Lead by mountain experts", "All meals & snacks included", "Advanced safety equipment", "14-16 hours expedition", "Professional photography", "Luxury camp accommodation", "Private guide option"],
"Lead by mountain experts", "All meals & snacks included", "Advanced safety equipment", "14-16 hours expedition", "Professional photography", "Luxury camp accommodation", "Private guide option"
],
},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
/>
</div>
@@ -161,17 +173,23 @@ export default function LandingPage() {
author="Priya Sharma, Adventure Enthusiast"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-backpack_23-2148743983.jpg", alt: "Priya Sharma"},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-backpack_23-2148743983.jpg", alt: "Priya Sharma"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-redhead-male-sunglasses-wild-city-park_613910-16366.jpg", alt: "Trekker 2"},
src: "http://img.b2bpic.net/free-photo/portrait-redhead-male-sunglasses-wild-city-park_613910-16366.jpg", alt: "Trekker 2"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-asian-young-tourist-woman-is-hiking-top-mounting-looking-beautiful-landscape-with-copy-space-travel-lifestyle-wanderlust-adventure-concept-vacations-outdoor_1150-61674.jpg", alt: "Trekker 3"},
src: "http://img.b2bpic.net/free-photo/portrait-asian-young-tourist-woman-is-hiking-top-mounting-looking-beautiful-landscape-with-copy-space-travel-lifestyle-wanderlust-adventure-concept-vacations-outdoor_1150-61674.jpg", alt: "Trekker 3"
},
{
src: "http://img.b2bpic.net/free-photo/man-forest-with-tea-by-fire_1303-9065.jpg", alt: "Trekker 4"},
src: "http://img.b2bpic.net/free-photo/man-forest-with-tea-by-fire_1303-9065.jpg", alt: "Trekker 4"
},
{
src: "http://img.b2bpic.net/free-photo/front-view-elder-tourist-woman-forest_23-2148620143.jpg", alt: "Trekker 5"},
src: "http://img.b2bpic.net/free-photo/front-view-elder-tourist-woman-forest_23-2148620143.jpg", alt: "Trekker 5"
},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-touching-chin-posing-camera-city-park_1262-20572.jpg", alt: "Trekker 6"},
src: "http://img.b2bpic.net/free-photo/happy-woman-touching-chin-posing-camera-city-park_1262-20572.jpg", alt: "Trekker 6"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -185,17 +203,23 @@ export default function LandingPage() {
sideDescription="Find answers to common questions about our trekking experiences and registration process"
faqs={[
{
id: "1", title: "What is the best time to trek in Western Ghats?", content: "The best trekking season is from November to May when the weather is cool and dry. Monsoon season (June-September) offers lush green landscapes but can be challenging for beginners."},
id: "1", title: "What is the best time to trek in Western Ghats?", content: "The best trekking season is from November to May when the weather is cool and dry. Monsoon season (June-September) offers lush green landscapes but can be challenging for beginners."
},
{
id: "2", title: "What fitness level is required?", content: "Our beginner treks require basic fitness. Intermediate and expert treks require regular exercise and good cardiovascular health. We recommend consulting with our guides before booking."},
id: "2", title: "What fitness level is required?", content: "Our beginner treks require basic fitness. Intermediate and expert treks require regular exercise and good cardiovascular health. We recommend consulting with our guides before booking."
},
{
id: "3", title: "What safety measures are in place?", content: "All our guides are certified first-aid trained. We provide quality safety equipment, maintain small group sizes, and follow established safety protocols for all treks."},
id: "3", title: "What safety measures are in place?", content: "All our guides are certified first-aid trained. We provide quality safety equipment, maintain small group sizes, and follow established safety protocols for all treks."
},
{
id: "4", title: "Can I cancel or reschedule my trek?", content: "Yes! Cancellations made 7 days before the trek get a full refund. Reschedules can be done anytime without penalty based on availability."},
id: "4", title: "Can I cancel or reschedule my trek?", content: "Yes! Cancellations made 7 days before the trek get a full refund. Reschedules can be done anytime without penalty based on availability."
},
{
id: "5", title: "Are meals and accommodation included?", content: "Beginner treks include light refreshments. Intermediate and expert treks include meals and accommodation as specified in each package. Check your selected plan for details."},
id: "5", title: "Are meals and accommodation included?", content: "Beginner treks include light refreshments. Intermediate and expert treks include meals and accommodation as specified in each package. Check your selected plan for details."
},
{
id: "6", title: "How do I register for a trek?", content: "Visit our pricing section, select your preferred trek package, and proceed to secure payment. You'll receive a confirmation email with trek details and what to bring."},
id: "6", title: "How do I register for a trek?", content: "Visit our pricing section, select your preferred trek package, and proceed to secure payment. You'll receive a confirmation email with trek details and what to bring."
},
]}
faqsAnimation="slide-up"
textPosition="left"