From 3ed9efaf21ae0a645ff3cace827356b2b51a6f1e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:42:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbe6bed..a245e37 100644 --- a/src/app/page.tsx +++ b/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 ( @@ -48,65 +45,22 @@ export default function LandingPage() {
@@ -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." /> @@ -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." /> @@ -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." /> @@ -176,10 +116,9 @@ export default function LandingPage() { @@ -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" /> @@ -206,41 +141,21 @@ export default function LandingPage() {
-- 2.49.1