Merge version_3 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -14,6 +14,8 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
const rwandaImage = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtpoVLrwZlzoqhz4Ch9uLcKGvS/uploaded-1779111745601-8gwitx27.png";
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
@@ -31,16 +33,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Trails", id: "features"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Trails", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TourismLovers250"
|
||||
/>
|
||||
@@ -48,65 +45,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
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/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/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"},
|
||||
]}
|
||||
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/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/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"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
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/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/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"},
|
||||
]}
|
||||
avatarText="Join 500+ active community members"
|
||||
marqueeItems={[
|
||||
{ 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" }
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Hiking in Rwanda 2026"
|
||||
description="Discover Rwanda's breathtaking landscapes, connect with local communities, and create unforgettable memories in 2026. Join our thriving hiking family."
|
||||
leftCarouselItems={[{ imageSrc: rwandaImage, imageAlt: "Rwanda landscapes 2026" }]}
|
||||
rightCarouselItems={[{ imageSrc: rwandaImage, imageAlt: "Rwanda community 2026" }]}
|
||||
buttons={[{ text: "Explore Trails", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="More Than Just a Hike"
|
||||
title="Hiking Rwanda in 2026"
|
||||
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 evolving. As we move into 2026, we continue to bring people together from all walks of life to explore the vibrant trails of Rwanda.", "Whether you're a local enthusiast or visiting our beautiful country, we provide a supportive, family-like community for your health and wellness journey."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,15 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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: "Iconic Trails", description: "Experience the best of Rwanda's 2026 trail network.", imageSrc: rwandaImage, imageAlt: "Rwanda Trail" },
|
||||
{ title: "Unified Community", description: "Build connections with our growing 2026 community.", imageSrc: rwandaImage, imageAlt: "Community" },
|
||||
{ title: "Wellness First", description: "Active living through nature in the heart of Africa.", imageSrc: rwandaImage, imageAlt: "Health" },
|
||||
]}
|
||||
title="Why Explore With Us?"
|
||||
description="We offer more than just trails; we offer a community that grows together."
|
||||
title="The 2026 Experience"
|
||||
description="Discover why we are the leading hiking community in Rwanda."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,17 +87,13 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
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: "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: "t4", name: "Céline Uwimana", role: "Nature Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunters-working-together_23-2149196103.jpg"},
|
||||
{ id: "t1", name: "Jean Bosco", role: "Lead Guide", imageSrc: rwandaImage },
|
||||
{ id: "t2", name: "Marie Claire", role: "Events Lead", imageSrc: rwandaImage },
|
||||
{ id: "t3", name: "David Rwema", role: "Community Lead", imageSrc: rwandaImage },
|
||||
{ id: "t4", name: "Céline Uwimana", role: "Nature Expert", imageSrc: rwandaImage },
|
||||
]}
|
||||
title="Meet the Team"
|
||||
description="Our dedicated guides ensure every trail experience is safe, fun, and deeply memorable."
|
||||
title="Meet Our 2026 Guides"
|
||||
description="Our experts are ready to lead your next adventure across Rwanda."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,19 +103,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "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: "1", name: "Alex P.", handle: "@alexp", testimonial: "The 2026 hikes are truly on another level. Amazing.", imageSrc: rwandaImage },
|
||||
{ id: "2", name: "Sarah M.", handle: "@sarahm", testimonial: "Rwanda's beauty paired with this community is unmatched.", imageSrc: rwandaImage },
|
||||
{ id: "3", name: "John R.", handle: "@johnr", testimonial: "The best way to stay fit and meet new friends in Rwanda.", imageSrc: rwandaImage },
|
||||
]}
|
||||
title="Voices from Our Family"
|
||||
description="What our hikers and community members say about their unforgettable journey with us."
|
||||
title="Voices of 2026"
|
||||
description="Hear from the hikers who explored Rwanda with us this year."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,10 +116,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"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."
|
||||
names={["Rwanda Tourism 2026", "Visit Rwanda", "Kigali Hikes", "EcoAdventure RW"]}
|
||||
title="Supported by Local Leaders"
|
||||
description="Working together for a greener, healthier Rwanda."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,17 +127,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
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: "f3", title: "How do I register?", content: "Check our schedule and reach out to us directly to confirm your spot."},
|
||||
{ id: "f1", title: "What defines our 2026 trails?", content: "Focus on safety, sustainability, and unparalleled natural beauty." },
|
||||
{ id: "f2", title: "Can international travelers join?", content: "Yes, we welcome all hikers to join our family." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/climber-stretching-out-arms_23-2147665067.jpg"
|
||||
imageSrc={rwandaImage}
|
||||
mediaAnimation="slide-up"
|
||||
title="Got Questions?"
|
||||
description="Here is everything you need to know about joining our upcoming hiking events."
|
||||
title="FAQ: 2026 Edition"
|
||||
description="Common questions answered to help you plan your hike."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -206,41 +141,21 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
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."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Join Us"
|
||||
title="Start Your 2026 Journey"
|
||||
description="Sign up to receive the latest trail schedules and event alerts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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: "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: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Resources", items: [{ label: "Trails", href: "#features" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 TourismLovers250. All rights reserved."
|
||||
copyrightText="© 2026 TourismLovers250. Exploring Rwanda together."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user