Update src/app/about/page.tsx

This commit is contained in:
2026-03-11 22:41:21 +00:00
parent 070b1b6401
commit c74da3fa9b

View File

@@ -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}