From f2949527d34939586063d24bee84f53c4282c1a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:55:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53534f1..2d04a95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,10 +134,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Marcus Rivera, Adventure Photographer", date: "Date: 15 March 2024", title: "Transformed my relationship with mountains", quote: "The climbing course gave me confidence I never thought I'd have. Now I'm capturing stunning shots from peaks I once feared. The instructors' patience and expertise made all the difference in my journey.", tag: "Climbing Program", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-top-mountain-holding-hiking-stick_23-2148139782.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10817.jpg" + id: "1", name: "Marcus Rivera, Adventure Photographer", date: "Date: 15 March 2024", title: "Transformed my relationship with mountains", quote: "The climbing course gave me confidence I never thought I'd have. Now I'm capturing stunning shots from peaks I once feared. The instructors' patience and expertise made all the difference in my journey.", tag: "Climbing Program", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-top-mountain-holding-hiking-stick_23-2148139782.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10817.jpg?_wi=1" }, { - id: "2", name: "Elena Kowalski, Environmental Educator", date: "Date: 22 February 2024", title: "Empowered to lead wilderness expeditions", quote: "Their survival training curriculum is incredibly comprehensive. I now confidently lead educational expeditions for students, teaching them resilience and environmental stewardship in real outdoor conditions.", tag: "Survival Certification", avatarSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-students-sitting-grass-with-laptop_1157-33768.jpg" + id: "2", name: "Elena Kowalski, Environmental Educator", date: "Date: 22 February 2024", title: "Empowered to lead wilderness expeditions", quote: "Their survival training curriculum is incredibly comprehensive. I now confidently lead educational expeditions for students, teaching them resilience and environmental stewardship in real outdoor conditions.", tag: "Survival Certification", avatarSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-students-sitting-grass-with-laptop_1157-33768.jpg?_wi=1" }, { id: "3", name: "James Chen, Corporate Team Builder", date: "Date: 8 January 2024", title: "Best investment in team development", quote: "We brought our entire team for a custom navigation and survival weekend. The bonding, trust-building, and skills gained were phenomenal. Everyone left as better versions of themselves.", tag: "Group Expeditions", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-hiking-mountains-while-using-her-mobile-phone_637285-2200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-forest-mountain_1150-7517.jpg" @@ -146,10 +146,10 @@ export default function LandingPage() { id: "4", name: "Sophie Dubois, Park Ranger", date: "Date: 12 December 2023", title: "Industry-leading professional development", quote: "The advanced trail navigation course elevated my expertise significantly. Their instructors are top-tier professionals who genuinely care about each student's growth and success.", tag: "Navigation Master", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-woman-holding-water-bottle_23-2147600823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-modern-family-travelling-by-car-stopped-walk-park_1303-18522.jpg" }, { - id: "5", name: "David Thompson, Outdoor Enthusiast", date: "Date: 5 November 2023", title: "From novice to confident adventurer", quote: "Starting from zero outdoor experience, I completed their full certification program. The progression was perfect, the community supportive, and the transformation profound. Highly recommended!", tag: "Full Certification", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-top-mountain-holding-hiking-stick_23-2148139782.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10817.jpg" + id: "5", name: "David Thompson, Outdoor Enthusiast", date: "Date: 5 November 2023", title: "From novice to confident adventurer", quote: "Starting from zero outdoor experience, I completed their full certification program. The progression was perfect, the community supportive, and the transformation profound. Highly recommended!", tag: "Full Certification", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-top-mountain-holding-hiking-stick_23-2148139782.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10817.jpg?_wi=2" }, { - id: "6", name: "Rachel Wong, Mountain Guide", date: "Date: 28 September 2023", title: "Professional skills that exceed industry standards", quote: "Their training program prepared me beyond expectations. I now work confidently as a guide in challenging alpine environments. The safety protocols and leadership training were exceptional.", tag: "Guide Certification", avatarSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-students-sitting-grass-with-laptop_1157-33768.jpg" + id: "6", name: "Rachel Wong, Mountain Guide", date: "Date: 28 September 2023", title: "Professional skills that exceed industry standards", quote: "Their training program prepared me beyond expectations. I now work confidently as a guide in challenging alpine environments. The safety protocols and leadership training were exceptional.", tag: "Guide Certification", avatarSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-students-sitting-grass-with-laptop_1157-33768.jpg?_wi=2" } ]} /> -- 2.49.1