From c74da3fa9beafece3eb13d41f7665fd241f52b53 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:41:21 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ce7a93f..dd8fa29 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { description="Founded in 2015 to unite adventurers, drivers, and nature enthusiasts" subdescription="Celebrating rugged terrain, camaraderie, and unforgettable experiences across Turkey and beyond" icon={Compass} - imageSrc="http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg?_wi=2" imageAlt="KASDOFF community members gathering for outdoor adventure" mediaAnimation="slide-up" useInvertedBackground={false} @@ -58,18 +58,18 @@ export default function AboutPage() { features={[ { id: 1, - title: "Community First", description: "We build inclusive communities where adventurers of all levels can share experiences, make lasting friendships, and grow together in a supportive environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg", imageAlt: "Community gathering" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-map-backpacks_23-2148456521.jpg", imageAlt: "Adventure group" } + title: "Community First", description: "We build inclusive communities where adventurers of all levels can share experiences, make lasting friendships, and grow together in a supportive environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-having-picnic-park_53876-132383.jpg?_wi=3", imageAlt: "Community gathering" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-map-backpacks_23-2148456521.jpg?_wi=2", imageAlt: "Adventure group" } }, { id: 2, - title: "Safety & Excellence", description: "Every event is professionally organized with rigorous safety standards, experienced guides, and premium equipment to ensure unforgettable yet secure adventures.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg", imageAlt: "Professional expedition" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483006.jpg", imageAlt: "Safety standard vehicle" } + title: "Safety & Excellence", description: "Every event is professionally organized with rigorous safety standards, experienced guides, and premium equipment to ensure unforgettable yet secure adventures.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483025.jpg?_wi=2", imageAlt: "Professional expedition" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483006.jpg?_wi=3", imageAlt: "Safety standard vehicle" } }, { id: 3, - title: "Environmental Stewardship", description: "We explore responsibly, respecting Kastamonu's natural heritage and promoting sustainable outdoor practices that preserve terrain for future generations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-brook-st-maria-val-mustair-engadin-switzerland-cloudy-sky_181624-5162.jpg", imageAlt: "Natural landscape" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girls-smiling-embracing-sitting-rock-enjoying-view-canyon_176420-4528.jpg", imageAlt: "Nature preservation" } + title: "Environmental Stewardship", description: "We explore responsibly, respecting Kastamonu's natural heritage and promoting sustainable outdoor practices that preserve terrain for future generations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-brook-st-maria-val-mustair-engadin-switzerland-cloudy-sky_181624-5162.jpg?_wi=2", imageAlt: "Natural landscape" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girls-smiling-embracing-sitting-rock-enjoying-view-canyon_176420-4528.jpg?_wi=2", imageAlt: "Nature preservation" } } ]} showStepNumbers={true}