Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 04:49:25 +00:00
parent 1438bfc01e
commit 3b84770f5a

View File

@@ -44,7 +44,7 @@ export default function AboutPage() {
<MediaAbout
title="Über Alpha Asset Management"
description="Gegründet mit dem Ziel, anspruchsvollen Investoren Zugang zu professioneller Vermögensmanagement zu bieten. Alpha kombiniert traditionelle Marktexpertise mit modernen digitalen Asset-Strategien."
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=7"
imageAlt="Alpha Asset Management team"
useInvertedBackground={false}
/>
@@ -56,13 +56,13 @@ export default function AboutPage() {
features={[
{
id: "1", title: "Integrität", tags: ["Vertrauen", "Transparenz"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg", imageAlt: "Integrity and trust"},
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg?_wi=2", imageAlt: "Integrity and trust"},
{
id: "2", title: "Expertise", tags: ["Erfahrung", "Innovation"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg", imageAlt: "Expert investment knowledge"},
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg?_wi=2", imageAlt: "Expert investment knowledge"},
{
id: "3", title: "Kundenorientierung", tags: ["Service", "Partnerschaft"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg", imageAlt: "Client-focused approach"},
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=2", imageAlt: "Client-focused approach"},
]}
animationType="slide-up"
title="Unsere Grundwerte"
@@ -78,13 +78,13 @@ export default function AboutPage() {
testimonials={[
{
id: "1", name: "Michael R.", role: "Entrepreneur", company: "Tech Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Michael R."},
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg?_wi=2", imageAlt: "Michael R."},
{
id: "2", name: "Sarah K.", role: "Finanzmanagerin", company: "Asset Management GmbH", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg", imageAlt: "Sarah K."},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg?_wi=2", imageAlt: "Sarah K."},
{
id: "3", name: "David W.", role: "Investor", company: "Private Equity", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "David W."},
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "David W."},
]}
kpiItems={[
{ value: "€500M+", label: "Vermögen unter Verwaltung" },
@@ -111,7 +111,7 @@ export default function AboutPage() {
]}
textarea={{ name: "message", placeholder: "Ihre Nachricht...", rows: 5, required: false }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=8"
imageAlt="Alpha team meeting"
mediaAnimation="none"
mediaPosition="right"