Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 11:23:10 +00:00
parent 36c6a80f38
commit 9a3a5f672a

View File

@@ -21,28 +21,28 @@ const teamMembers = [
id: "1",
name: "Lars Jensen",
role: "Seniorinstruktør",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-driving-instructor_52683-101116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-driving-instructor_52683-101116.jpg?_wi=2",
imageAlt: "Lars Jensen",
},
{
id: "2",
name: "Marie Andersen",
role: "Køreprøveinstruktør",
imageSrc: "http://img.b2bpic.net/free-photo/woman-car-with-massage-seat-cushion_1385-1585.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-car-with-massage-seat-cushion_1385-1585.jpg?_wi=2",
imageAlt: "Marie Andersen",
},
{
id: "3",
name: "Thomas Eriksen",
role: "Instruktør - Automat",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-driving-his-new-car-holding-out-keys_231208-889.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-driving-his-new-car-holding-out-keys_231208-889.jpg?_wi=2",
imageAlt: "Thomas Eriksen",
},
{
id: "4",
name: "Anna Christensen",
role: "Instruktør - Manuel",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=2",
imageAlt: "Anna Christensen",
},
];
@@ -129,7 +129,7 @@ export default function AboutPage() {
description="DriveAce Køreundervisning"
subdescription="Betroet af familier og unge mennesker i hele Danmark"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/car-purchase_342744-734.jpg"
imageSrc="http://img.b2bpic.net/free-photo/car-purchase_342744-734.jpg?_wi=3"
imageAlt="DriveAce historiehistorie"
mediaAnimation="slide-up"
useInvertedBackground={false}