Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a0b5c17fa | |||
| fb8670cab5 | |||
| c7c62dd356 | |||
| dab831d013 | |||
| 4ebb791359 |
@@ -46,7 +46,7 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
title="Strategisches Investieren in Aktien und Kryptowährungen"
|
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"
|
tag="Institutionelle Qualität"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "canvas-reveal" }}
|
background={{ variant: "canvas-reveal" }}
|
||||||
@@ -63,14 +63,11 @@ export default function HomePage() {
|
|||||||
<div id="trust" data-section="trust">
|
<div id="trust" data-section="trust">
|
||||||
<FeatureCardTwentyThree
|
<FeatureCardTwentyThree
|
||||||
features={[
|
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"},
|
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"},
|
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"},
|
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=1", imageAlt: "Future-oriented investment approach"},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -85,12 +82,9 @@ export default function HomePage() {
|
|||||||
<div id="solutions" data-section="solutions">
|
<div id="solutions" data-section="solutions">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
products={[
|
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: "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: "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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user