From 4611ce6006f9c58ff521a7e8a9dc0f7a1dbc72ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:38:59 +0000 Subject: [PATCH] Update src/app/ueber-uns/page.tsx --- src/app/ueber-uns/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/ueber-uns/page.tsx b/src/app/ueber-uns/page.tsx index 0c2000f..5574573 100644 --- a/src/app/ueber-uns/page.tsx +++ b/src/app/ueber-uns/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function UeberUnsPage() { return ( @@ -51,11 +52,14 @@ export default function LandingPage() { title="Unser Team" tag="Experten" memberVariant="card" + membersAnimation="reveal-blur" members={[ { - id: "m1", name: "Sahit Tahiri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg"}, + id: "m1", name: "Sahit Tahiri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg" + }, { - id: "m2", name: "Teammitglied 2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg"}, + id: "m2", name: "Teammitglied 2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg" + }, ]} /> -- 2.49.1