Merge version_2 into main #1
273
src/app/page.tsx
273
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Trails",
|
||||
id: "features",
|
||||
},
|
||||
name: "Trails", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TourismLovers250"
|
||||
/>
|
||||
@@ -59,109 +49,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Hiking in Kigali with Tourism Lovers 250"
|
||||
description="Discover breathtaking trails, connect with local communities, and create unforgettable memories. Join Rwanda's favorite hiking family."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weekend-seniors_1098-15145.jpg",
|
||||
imageAlt: "Hiking group in Kigali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weekend-seniors_1098-15145.jpg", imageAlt: "Hiking group in Kigali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2042.jpg",
|
||||
imageAlt: "Breathtaking Rwanda trails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2042.jpg", imageAlt: "Breathtaking Rwanda trails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2043.jpg",
|
||||
imageAlt: "Hiking group in Kigali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2043.jpg", imageAlt: "Hiking group in Kigali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-hikers-taking-photo-walking-trekking-forest-path-surrounded-with-trees-pretty-woman-holding-camera-shooting-hiking-with-handsome-man-tourism-adventure-vacation-concept_74855-11564.jpg",
|
||||
imageAlt: "Breathtaking Rwanda trails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-hikers-taking-photo-walking-trekking-forest-path-surrounded-with-trees-pretty-woman-holding-camera-shooting-hiking-with-handsome-man-tourism-adventure-vacation-concept_74855-11564.jpg", imageAlt: "Breathtaking Rwanda trails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1098-16420.jpg",
|
||||
imageAlt: "Hiking group in Kigali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1098-16420.jpg", imageAlt: "Hiking group in Kigali"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-have-rest-forest_1157-24365.jpg",
|
||||
imageAlt: "Breathtaking Rwanda trails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-have-rest-forest_1157-24365.jpg", imageAlt: "Breathtaking Rwanda trails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-hiking-trip_23-2150343042.jpg",
|
||||
imageAlt: "Hiking group in Kigali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-hiking-trip_23-2150343042.jpg", imageAlt: "Hiking group in Kigali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-couple-walking-nature_23-2148691124.jpg",
|
||||
imageAlt: "Breathtaking Rwanda trails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-couple-walking-nature_23-2148691124.jpg", imageAlt: "Breathtaking Rwanda trails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-trekking-forest-together_53876-48922.jpg",
|
||||
imageAlt: "Hiking group in Kigali",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-trekking-forest-together_53876-48922.jpg", imageAlt: "Hiking group in Kigali"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clumsy-mountain-hiker-dropping-his-phone-due-lack-attention_482257-125497.jpg",
|
||||
imageAlt: "Breathtaking Rwanda trails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clumsy-mountain-hiker-dropping-his-phone-due-lack-attention_482257-125497.jpg", imageAlt: "Breathtaking Rwanda trails"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Hike",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Hike", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girls-having-good-time-country_23-2147617417.jpg",
|
||||
alt: "Hiker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girls-having-good-time-country_23-2147617417.jpg", alt: "Hiker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-girls-river_23-2147617366.jpg",
|
||||
alt: "Hiker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-girls-river_23-2147617366.jpg", alt: "Hiker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girls-walking-outdoors_23-2147617361.jpg",
|
||||
alt: "Hiker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girls-walking-outdoors_23-2147617361.jpg", alt: "Hiker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-girl-with-binoculars-walking_23-2147617383.jpg",
|
||||
alt: "Hiker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-girl-with-binoculars-walking_23-2147617383.jpg", alt: "Hiker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-hiking-river-forest_285396-2246.jpg",
|
||||
alt: "Hiker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hipster-beautiful-couple-hiking-river-forest_285396-2246.jpg", alt: "Hiker"},
|
||||
]}
|
||||
avatarText="Join 500+ active community members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/building-tourism-concepts-flat_98292-5147.jpg",
|
||||
alt: "Partner 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u4u9vg",
|
||||
alt: "Partner 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-travel-icon-with-airplane_23-2151037331.jpg",
|
||||
alt: "Partner 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-logos_23-2148608834.jpg",
|
||||
alt: "Partner 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtda7x",
|
||||
alt: "Partner 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/building-tourism-concepts-flat_98292-5147.jpg", alt: "TourismLovers250 Logo" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-travel-icon-with-airplane_23-2151037331.jpg", alt: "Partner 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-logos_23-2148608834.jpg", alt: "Partner 2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,9 +106,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="More Than Just a Hike"
|
||||
description={[
|
||||
"Tourism Lovers 250 is home. We bring together people from different denominations and nations to explore nature, stay fit, and laugh together.",
|
||||
"We support each other through various life events, fostering a true family-like community in the heart of Rwanda.",
|
||||
]}
|
||||
"Tourism Lovers 250 is home. We bring together people from different denominations and nations to explore nature, stay fit, and laugh together.", "We support each other through various life events, fostering a true family-like community in the heart of Rwanda."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,23 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Breathtaking Views",
|
||||
description: "Hand-picked trails offering the most scenic views Kigali and Rwanda have to offer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-beautiful-forest-lane_661209-117.jpg",
|
||||
imageAlt: "Hiking trails",
|
||||
},
|
||||
title: "Breathtaking Views", description: "Hand-picked trails offering the most scenic views Kigali and Rwanda have to offer.", imageSrc: "http://img.b2bpic.net/free-photo/road-beautiful-forest-lane_661209-117.jpg", imageAlt: "Hiking trails"},
|
||||
{
|
||||
title: "Community Connection",
|
||||
description: "Meet locals and travelers alike, forming lasting bonds in a supportive environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-conversing-hot-beverage-while-road-trip_23-2148783414.jpg",
|
||||
imageAlt: "Community meeting",
|
||||
},
|
||||
title: "Community Connection", description: "Meet locals and travelers alike, forming lasting bonds in a supportive environment.", imageSrc: "http://img.b2bpic.net/free-photo/couple-conversing-hot-beverage-while-road-trip_23-2148783414.jpg", imageAlt: "Community meeting"},
|
||||
{
|
||||
title: "Health & Fitness",
|
||||
description: "Combine the joy of nature with active, healthy outdoor exercises every week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-outside_23-2148291360.jpg",
|
||||
imageAlt: "Health hiking",
|
||||
},
|
||||
title: "Health & Fitness", description: "Combine the joy of nature with active, healthy outdoor exercises every week.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-outside_23-2148291360.jpg", imageAlt: "Health hiking"},
|
||||
]}
|
||||
title="Why Explore With Us?"
|
||||
description="We offer more than just trails; we offer a community that grows together."
|
||||
@@ -216,29 +137,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jean Bosco",
|
||||
role: "Head Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-woman-tourist-dressed-orange-jumper-strolls-near-small-stream-green-forest_273609-27389.jpg",
|
||||
},
|
||||
id: "t1", name: "Jean Bosco", role: "Head Guide", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-woman-tourist-dressed-orange-jumper-strolls-near-small-stream-green-forest_273609-27389.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marie Claire",
|
||||
role: "Events Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-with-backpacks_23-2149026850.jpg",
|
||||
},
|
||||
id: "t2", name: "Marie Claire", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-with-backpacks_23-2149026850.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Rwema",
|
||||
role: "Community Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-hiker-holding-generic-map-forest_23-2148148612.jpg",
|
||||
},
|
||||
id: "t3", name: "David Rwema", role: "Community Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-hiker-holding-generic-map-forest_23-2148148612.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Céline Uwimana",
|
||||
role: "Nature Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunters-working-together_23-2149196103.jpg",
|
||||
},
|
||||
id: "t4", name: "Céline Uwimana", role: "Nature Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunters-working-together_23-2149196103.jpg"},
|
||||
]}
|
||||
title="Meet the Team"
|
||||
description="Our dedicated guides ensure every trail experience is safe, fun, and deeply memorable."
|
||||
@@ -252,40 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pastor Dave",
|
||||
handle: "@pastordave",
|
||||
testimonial: "Tourism lovers 250 is like home. We gather, do sports, laugh, and support each other.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-outdoors_23-2149615142.jpg",
|
||||
},
|
||||
id: "1", name: "Pastor Dave", handle: "@pastordave", testimonial: "Tourism lovers 250 is like home. We gather, do sports, laugh, and support each other.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-outdoors_23-2149615142.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Diana Kyokusiima",
|
||||
handle: "@diana",
|
||||
testimonial: "My first hiking experience! And why it won’t be my last. Simply captivating.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg",
|
||||
},
|
||||
id: "2", name: "Diana Kyokusiima", handle: "@diana", testimonial: "My first hiking experience! And why it won’t be my last. Simply captivating.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Uwihirwe Céline",
|
||||
handle: "@celine",
|
||||
testimonial: "A memorable and amazing hike that I will cherish forever. Simply the best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343082.jpg",
|
||||
},
|
||||
id: "3", name: "Uwihirwe Céline", handle: "@celine", testimonial: "A memorable and amazing hike that I will cherish forever. Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343082.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "The community vibe is unmatched. Every hike feels like a family gathering.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-having-fun-nature-countryside_1153-9182.jpg",
|
||||
},
|
||||
id: "4", name: "John Doe", handle: "@johndoe", testimonial: "The community vibe is unmatched. Every hike feels like a family gathering.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-having-fun-nature-countryside_1153-9182.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah Smith",
|
||||
handle: "@sarah",
|
||||
testimonial: "I've learned so much about nature and met the most amazing people here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-trip-concept-with-young-couple_23-2148195725.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah Smith", handle: "@sarah", testimonial: "I've learned so much about nature and met the most amazing people here.", imageSrc: "http://img.b2bpic.net/free-photo/road-trip-concept-with-young-couple_23-2148195725.jpg"},
|
||||
]}
|
||||
title="Voices from Our Family"
|
||||
description="What our hikers and community members say about their unforgettable journey with us."
|
||||
@@ -297,14 +177,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Rwanda Tourism",
|
||||
"Kigali Outdoors",
|
||||
"EcoAdventure",
|
||||
"Mountain Club",
|
||||
"Nature Tours",
|
||||
"Travel Kigali",
|
||||
"Local Hike Society",
|
||||
]}
|
||||
"Rwanda Tourism", "Kigali Outdoors", "EcoAdventure", "Mountain Club", "Nature Tours", "Travel Kigali", "Local Hike Society"]}
|
||||
title="Trusted Partners & Community Supporters"
|
||||
description="Proudly working alongside leaders in Rwanda's tourism sector."
|
||||
/>
|
||||
@@ -316,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What should I bring?",
|
||||
content: "Comfortable hiking boots, water bottle, and an adventurous spirit!",
|
||||
},
|
||||
id: "f1", title: "What should I bring?", content: "Comfortable hiking boots, water bottle, and an adventurous spirit!"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are beginners welcome?",
|
||||
content: "Absolutely! Our trails cater to all fitness levels and experience.",
|
||||
},
|
||||
id: "f2", title: "Are beginners welcome?", content: "Absolutely! Our trails cater to all fitness levels and experience."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I register?",
|
||||
content: "Check our schedule and reach out to us directly to confirm your spot.",
|
||||
},
|
||||
id: "f3", title: "How do I register?", content: "Check our schedule and reach out to us directly to confirm your spot."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/climber-stretching-out-arms_23-2147665067.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -343,8 +207,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Let's Go"
|
||||
title="Ready for your next adventure?"
|
||||
description="Sign up for updates on our December hiking schedule and join the fun."
|
||||
@@ -354,52 +217,26 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="TourismLovers250"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/building-tourism-concepts-flat_98292-5147.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Trails",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Trails", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "0782 894 012",
|
||||
href: "tel:0782894012",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "0782 894 012", href: "tel:0782894012" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user