Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-06 19:05:57 +00:00

View File

@@ -29,418 +29,168 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Atlas Trek Experience"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Atlas Trek Experience"
/>
</div>
<div id="home" data-section="home">
<HeroSplitTestimonial
background={{
variant: "sparkles-gradient",
}}
title="Unfold the Atlas Wilderness"
description="Experience premium trekking, expert guided tours, and seamless mountain transportation across the stunning Atlas range."
testimonials={[
{
name: "Ahmed S.",
handle: "@atlas_fan",
testimonial: "The best trekking experience of my life. Perfectly organized.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-traveling-alone-mutriku-while-having-his-essentials-backpack_23-2149118753.jpg",
},
{
name: "Marie L.",
handle: "@trekker",
testimonial: "Seamless transportation and incredibly knowledgeable guides.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12266.jpg",
},
{
name: "John D.",
handle: "@hiker_j",
testimonial: "Atlas Trek Experience delivers authentic, safe, and fun journeys.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-young-man-overlooking-mountain_23-2148182816.jpg",
},
{
name: "Elena V.",
handle: "@traveler_elena",
testimonial: "Incredible views and professional service every step of the way.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-positive-female-traveler-has-active-recreation-poses-green-forest-lake-wears-casual-clothes_273609-27375.jpg",
},
{
name: "Marcus P.",
handle: "@mountain_king",
testimonial: "Challenging trails made accessible by the amazing team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg",
},
]}
buttons={[
{
text: "Book Your Trek",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/pathway-near-mountains_417767-170.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-woman-tourist-dressed-orange-jumper-strolls-near-small-stream-green-forest_273609-27389.jpg",
alt: "Hiker avatar 1",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-nature_23-2148375075.jpg",
alt: "Hiker avatar 2",
},
{
src: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-love-walking-rocks-river-winter-forest_285396-2195.jpg",
alt: "Hiker avatar 3",
},
{
src: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12306.jpg",
alt: "Hiker avatar 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-elderly-hikers-man-woman-with-backpacks-looking-camera-leaning-shoulder-hiking-family-concept_74855-23359.jpg",
alt: "Hiker avatar 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Summit Achievement",
},
{
type: "text",
text: "Certified Guides",
},
{
type: "text",
text: "Eco-friendly Tours",
},
{
type: "text",
text: "Private Transportation",
},
{
type: "text",
text: "Authentic Berber Hospitality",
},
]}
/>
</div>
<div id="home" data-section="home">
<HeroSplitTestimonial
background={{ variant: "sparkles-gradient" }}
title="Unfold the Atlas Wilderness"
description="Experience premium trekking, expert guided tours, and seamless mountain transportation across the stunning Atlas range."
testimonials={[
{ name: "Ahmed S.", handle: "@atlas_fan", testimonial: "The best trekking experience of my life. Perfectly organized.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-traveling-alone-mutriku-while-having-his-essentials-backpack_23-2149118753.jpg" },
{ name: "Marie L.", handle: "@trekker", testimonial: "Seamless transportation and incredibly knowledgeable guides.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12266.jpg" },
{ name: "John D.", handle: "@hiker_j", testimonial: "Atlas Trek Experience delivers authentic, safe, and fun journeys.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-young-man-overlooking-mountain_23-2148182816.jpg" },
{ name: "Elena V.", handle: "@traveler_elena", testimonial: "Incredible views and professional service every step of the way.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dreamy-positive-female-traveler-has-active-recreation-poses-green-forest-lake-wears-casual-clothes_273609-27375.jpg" },
{ name: "Marcus P.", handle: "@mountain_king", testimonial: "Challenging trails made accessible by the amazing team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg" }
]}
buttons={[{ text: "Book Your Trek", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/pathway-near-mountains_417767-170.jpg"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-woman-tourist-dressed-orange-jumper-strolls-near-small-stream-green-forest_273609-27389.jpg", alt: "Hiker avatar 1" },
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-nature_23-2148375075.jpg", alt: "Hiker avatar 2" },
{ src: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-love-walking-rocks-river-winter-forest_285396-2195.jpg", alt: "Hiker avatar 3" },
{ src: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12306.jpg", alt: "Hiker avatar 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-elderly-hikers-man-woman-with-backpacks-looking-camera-leaning-shoulder-hiking-family-concept_74855-23359.jpg", alt: "Hiker avatar 5" }
]}
marqueeItems={[
{ type: "text", text: "Summit Achievement" },
{ type: "text", text: "Certified Guides" },
{ type: "text", text: "Eco-friendly Tours" },
{ type: "text", text: "Private Transportation" },
{ type: "text", text: "Authentic Berber Hospitality" }
]}
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={true}
title="True Mountain Expertise"
description="For over a decade, we have been the bridge between adventurers and the majestic peaks of the Atlas. We combine local heritage with professional logistics to craft unforgettable journeys."
buttons={[
{
text: "Read Our Story",
href: "#",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-male-hiker-holding-generic-map-forest_23-2148148612.jpg"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={true}
title="True Mountain Expertise"
description="For over a decade, we have been the bridge between adventurers and the majestic peaks of the Atlas. We combine local heritage with professional logistics to craft unforgettable journeys."
buttons={[{ text: "Read Our Story", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-male-hiker-holding-generic-map-forest_23-2148148612.jpg"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Expert Guides",
description: "Local professionals with deep knowledge of every trail and peak.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hiking-equipment-map-bottle-compass_181624-38184.jpg",
},
{
title: "Private Transport",
description: "Door-to-door comfort with our reliable, high-terrain vehicles.",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473088.jpg",
},
{
title: "Authentic Stay",
description: "Experience traditional Berber hospitality and eco-friendly campsites.",
imageSrc: "http://img.b2bpic.net/free-photo/hikers-front-cave_23-2148106916.jpg",
},
]}
title="Why Trek With Us"
description="Comprehensive services tailored for the discerning hiker."
/>
</div>
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Expert Guides", description: "Local professionals with deep knowledge of every trail and peak.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hiking-equipment-map-bottle-compass_181624-38184.jpg" },
{ title: "Private Transport", description: "Door-to-door comfort with our reliable, high-terrain vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473088.jpg" },
{ title: "Authentic Stay", description: "Experience traditional Berber hospitality and eco-friendly campsites.", imageSrc: "http://img.b2bpic.net/free-photo/hikers-front-cave_23-2148106916.jpg" }
]}
title="Why Trek With Us"
description="Comprehensive services tailored for the discerning hiker."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Mountain,
title: "Peaks Conquered",
value: "150+",
},
{
id: "m2",
icon: Users,
title: "Happy Adventurers",
value: "5,000+",
},
{
id: "m3",
icon: Map,
title: "Trekking Routes",
value: "45+",
},
]}
title="Atlas by the Numbers"
description="Our commitment to excellence shines through our track record."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "m1", icon: Mountain, title: "Peaks Conquered", value: "150+" },
{ id: "m2", icon: Users, title: "Happy Adventurers", value: "5,000+" },
{ id: "m3", icon: Map, title: "Trekking Routes", value: "45+" }
]}
title="Atlas by the Numbers"
description="Our commitment to excellence shines through our track record."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Tour",
name: "Day Trip Discovery",
price: "$120",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950185.jpg",
},
{
id: "p2",
brand: "Tour",
name: "Berber Village Walk",
price: "$180",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/raw-spiral-pasta-pot-with-fettuccine-uncooked-macaroni_114579-50269.jpg",
},
{
id: "p3",
brand: "Service",
name: "Private Mountain Shuttle",
price: "$250",
rating: 4,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/red-car-country-road_23-2149204047.jpg",
},
{
id: "p4",
brand: "Tour",
name: "High Peak Ascent",
price: "$450",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/fast-mountain-river-scandinavian-national-park-with-scenic-views-wild-nature_613910-17495.jpg",
},
{
id: "p5",
brand: "Tour",
name: "Nature River Escape",
price: "$220",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-looking-up-field_23-2147617389.jpg",
},
{
id: "p6",
brand: "Planning",
name: "Full Trek Preparation",
price: "$80",
rating: 4,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-pencil-compass_23-2149554759.jpg",
},
]}
title="Adventure Packages"
description="Choose your journey into the Atlas peaks."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Tour", name: "Day Trip Discovery", price: "$120", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950185.jpg" },
{ id: "p2", brand: "Tour", name: "Berber Village Walk", price: "$180", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/raw-spiral-pasta-pot-with-fettuccine-uncooked-macaroni_114579-50269.jpg" },
{ id: "p3", brand: "Service", name: "Private Mountain Shuttle", price: "$250", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/red-car-country-road_23-2149204047.jpg" },
{ id: "p4", brand: "Tour", name: "High Peak Ascent", price: "$450", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/fast-mountain-river-scandinavian-national-park-with-scenic-views-wild-nature_613910-17495.jpg" },
{ id: "p5", brand: "Tour", name: "Nature River Escape", price: "$220", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-looking-up-field_23-2147617389.jpg" },
{ id: "p6", brand: "Planning", name: "Full Trek Preparation", price: "$80", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-pencil-compass_23-2149554759.jpg" }
]}
title="Adventure Packages"
description="Choose your journey into the Atlas peaks."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Photographer",
company: "Global Trek",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling-outdoor_23-2148315641.jpg",
},
{
id: "t2",
name: "Mark R.",
role: "Hiker",
company: "Adventure Pro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-happy-couple-sitting-rock-drinking-eating_23-2148693652.jpg",
},
{
id: "t3",
name: "Emma K.",
role: "Traveler",
company: "Solo Wanderer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-119395.jpg",
},
{
id: "t4",
name: "Liam B.",
role: "Guide",
company: "Atlas Experts",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-while-walking-forest_23-2148714907.jpg",
},
{
id: "t5",
name: "Sofia V.",
role: "Hiker",
company: "Nature Soul",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-tired-hiker-with-backpack-sitting-rock-forest-while-resting-after-active-walk-travel-concept_1150-1935.jpg",
},
{
id: "t6",
name: "Tom O.",
role: "Explorer",
company: "Peak Seekers",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-castle-ruins-with-map_23-2148622520.jpg",
},
]}
kpiItems={[
{
value: "4.9/5",
label: "Average Rating",
},
{
value: "98%",
label: "Client Retention",
},
{
value: "10k+",
label: "Kilometers Trekked",
},
]}
title="Voices of the Atlas"
description="Don't take our word for it — hear from those who've walked the path with us."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Sarah J.", role: "Photographer", company: "Global Trek", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling-outdoor_23-2148315641.jpg" },
{ id: "t2", name: "Mark R.", role: "Hiker", company: "Adventure Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-happy-couple-sitting-rock-drinking-eating_23-2148693652.jpg" },
{ id: "t3", name: "Emma K.", role: "Traveler", company: "Solo Wanderer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-119395.jpg" },
{ id: "t4", name: "Liam B.", role: "Guide", company: "Atlas Experts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-while-walking-forest_23-2148714907.jpg" },
{ id: "t5", name: "Sofia V.", role: "Hiker", company: "Nature Soul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-tired-hiker-with-backpack-sitting-rock-forest-while-resting-after-active-walk-travel-concept_1150-1935.jpg" },
{ id: "t6", name: "Tom O.", role: "Explorer", company: "Peak Seekers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-castle-ruins-with-map_23-2148622520.jpg" }
]}
kpiItems={[
{ value: "4.9/5", label: "Average Rating" },
{ value: "98%", label: "Client Retention" },
{ value: "10k+", label: "Kilometers Trekked" }
]}
title="Voices of the Atlas"
description="Don't take our word for it — hear from those who've walked the path with us."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What's the best time to trek?",
content: "Late spring and early autumn provide the most comfortable weather.",
},
{
id: "f2",
title: "Do I need special equipment?",
content: "Sturdy boots, layers for temperature shifts, and trekking poles are recommended.",
},
{
id: "f3",
title: "Is transportation included?",
content: "Yes, all our trekking tours include professional door-to-door shuttle service.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/hiker-looking-map_23-2148106774.jpg"
title="Common Questions"
description="Your quick guide to preparing for an Atlas adventure."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "What's the best time to trek?", content: "Late spring and early autumn provide the most comfortable weather." },
{ id: "f2", title: "Do I need special equipment?", content: "Sturdy boots, layers for temperature shifts, and trekking poles are recommended." },
{ id: "f3", title: "Is transportation included?", content: "Yes, all our trekking tours include professional door-to-door shuttle service." }
]}
imageSrc="http://img.b2bpic.net/free-photo/hiker-looking-map_23-2148106774.jpg"
title="Common Questions"
description="Your quick guide to preparing for an Atlas adventure."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Start Today"
title="Ready for the Peaks?"
description="Book your Atlas experience and prepare for your mountain adventure."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Start Today"
title="Ready for the Peaks?"
description="Book your Atlas experience and prepare for your mountain adventure."
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#",
},
{
label: "Services",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoText="Atlas Trek"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About", href: "#" }, { label: "Services", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Atlas Trek"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}