6 Commits

Author SHA1 Message Date
95ba160219 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:50:31 +00:00
5a0b5c17fa Update src/app/page.tsx 2026-03-08 04:50:26 +00:00
fb8670cab5 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:49:32 +00:00
c7c62dd356 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:48:44 +00:00
dab831d013 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:45:04 +00:00
4ebb791359 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:44:24 +00:00

View File

@@ -46,7 +46,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Strategisches Investieren in Aktien und Kryptowährungen"
description="Alpha Asset Management hilft Investoren dabei, langfristiges Vermögen durch professionelle Portfolio-Strategien aufzubauen. Mit Expertise in traditionellen Finanzmärkten und digitalen Assets."
description="Build long-term wealth with 15+ years of expertise and €500M+ in AUM. Alpha Asset Management hilft Investoren dabei, langfristiges Vermögen durch professionelle Portfolio-Strategien aufzubauen. Mit Expertise in traditionellen Finanzmärkten und digitalen Assets."
tag="Institutionelle Qualität"
tagIcon={Sparkles}
background={{ variant: "canvas-reveal" }}
@@ -63,14 +63,11 @@ export default function HomePage() {
<div id="trust" data-section="trust">
<FeatureCardTwentyThree
features={[
{
id: "1", title: "Research-Driven Strategy", tags: ["Fundamentalanalyse", "Quantitativ"],
{ id: "1", title: "Research-Driven Strategy", tags: ["Fundamentalanalyse", "Quantitativ"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg?_wi=1", imageAlt: "Research-driven investment analysis"},
{
id: "2", title: "Professionelles Portfolio Management", tags: ["Aktive Überwachung", "Optimierung"],
{ id: "2", title: "Professionelles Portfolio Management", tags: ["Aktive Überwachung", "Optimierung"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg?_wi=1", imageAlt: "Professional portfolio management"},
{
id: "3", title: "Zukunftsorientiert", tags: ["Aktienmärkte", "Digitale Assets"],
{ id: "3", title: "Zukunftsorientiert", tags: ["Aktienmärkte", "Digitale Assets"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=1", imageAlt: "Future-oriented investment approach"},
]}
animationType="slide-up"
@@ -85,12 +82,9 @@ export default function HomePage() {
<div id="solutions" data-section="solutions">
<ProductCardOne
products={[
{
id: "1", name: "Aktien Portfolios", price: "Ab €50.000", imageSrc: "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148351147.jpg?_wi=1", imageAlt: "Global Equity Portfolio"},
{
id: "2", name: "Crypto Asset Management", price: "Ab €25.000", imageSrc: "http://img.b2bpic.net/free-vector/green-yellow-bitcoin-design_23-2147792835.jpg?_wi=1", imageAlt: "Cryptocurrency Allocation Strategy"},
{
id: "3", name: "Hybrid Portfolios", price: "Ab €75.000", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg?_wi=1", imageAlt: "Diversified Multi-Asset Strategy"},
{ id: "1", name: "Aktien Portfolios", price: "Ab €50.000", imageSrc: "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148351147.jpg?_wi=1", imageAlt: "Global Equity Portfolio"},
{ id: "2", name: "Crypto Asset Management", price: "Ab €25.000", imageSrc: "http://img.b2bpic.net/free-vector/green-yellow-bitcoin-design_23-2147792835.jpg?_wi=1", imageAlt: "Cryptocurrency Allocation Strategy"},
{ id: "3", name: "Hybrid Portfolios", price: "Ab €75.000", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg?_wi=1", imageAlt: "Diversified Multi-Asset Strategy"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"