Merge version_1 into main #3

Merged
bender merged 8 commits from version_1 into main 2026-03-08 04:48:45 +00:00
8 changed files with 274 additions and 1977 deletions

View File

@@ -1,10 +1,10 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Linkedin, Twitter, Mail } from "lucide-react";
@@ -17,7 +17,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -30,85 +30,93 @@ export default function AboutPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "solutions" },
{ name: "Aktien Strategien", id: "aktien" },
{ name: "Krypto Strategien", id: "crypto" },
{ name: "Research", id: "/research" },
{ name: "Aktien Strategien", id: "/aktien-strategies" },
{ name: "Krypto Strategien", id: "/crypto-strategies" },
{ name: "Research", id: "research" },
{ name: "Über uns", id: "/about" },
]}
button={{
text: "Strategiegespräch buchen",
href: "contact",
}}
button={{ text: "Strategiegespräch buchen", href: "/contact" }}
/>
</div>
{/* About Hero */}
<div id="about-hero" data-section="about-hero">
{/* About Hero Section */}
<div id="about" data-section="about">
<MediaAbout
title="Über Alpha Asset Management"
description="Alpha wurde mit der Vision gegründet, institutionelle Investmentexpertise einem breiteren Kreis von Investoren zugänglich zu machen. Mit über 15 Jahren Erfahrung in globalen Finanzmärkten und digitalen Assets, kombinieren wir klassische Fundamentalanalyse mit modernen Fintech-Lösungen."
tag="Unsere Geschichte"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=11"
imageAlt="Alpha Asset Management Team"
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"
imageAlt="Alpha Asset Management team"
useInvertedBackground={false}
/>
</div>
{/* Core Values */}
{/* Team & Values */}
<div id="values" data-section="values">
<FeatureCardTwentyThree
title="Unsere Kernwerte"
description="Die Prinzipien, die unsere Arbeit und Entscheidungen leiten."
features={[
{
id: "1",
title: "Transparenz",
tags: ["Offene Kommunikation", "Vollständige Berichterstattung"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg?_wi=6",
imageAlt: "Transparency in investment management",
},
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"},
{
id: "2",
title: "Integrität",
tags: ["Ethische Standards", "Fiduciary Responsibility"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg?_wi=6",
imageAlt: "Investment integrity and ethics",
},
id: "2", title: "Expertise", tags: ["Erfahrung", "Innovation"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg", imageAlt: "Expert investment knowledge"},
{
id: "3",
title: "Innovation",
tags: ["Technologische Fortschritte", "Zukunftsorientierung"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=6",
imageAlt: "Innovation in digital finance",
},
id: "3", title: "Kundenorientierung", tags: ["Service", "Partnerschaft"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg", imageAlt: "Client-focused approach"},
]}
animationType="slide-up"
title="Unsere Grundwerte"
description="Die Säulen unserer Unternehmenskultur und unseres Handelns."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* About CTA */}
<div id="about-cta" data-section="about-cta">
{/* Team Testimonials */}
<div id="team-testimonials" data-section="team-testimonials">
<TestimonialCardSixteen
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."},
{
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."},
{
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."},
]}
kpiItems={[
{ value: "€500M+", label: "Vermögen unter Verwaltung" },
{ value: "15+", label: "Jahre Expertise" },
{ value: "98%", label: "Kundenzufriedenheit" },
]}
animationType="slide-up"
title="Was unsere Partner sagen"
description="Vertrauen unserer Geschäftspartner und Klienten."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* CTA Section */}
<div id="cta" data-section="cta">
<ContactSplitForm
title="Lernen Sie uns kennen"
description="Lassen Sie uns herausfinden, wie Alpha Ihre Vermögensziele unterstützen kann. Wir freuen uns auf ein persönliches Gespräch mit Ihnen."
description="Vereinbaren Sie ein unverbindliches Gespräch mit unserem Team und entdecken Sie, wie wir Ihnen helfen können."
inputs={[
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "email", type: "email", placeholder: "E-Mail Adresse", required: true },
{ name: "company", type: "text", placeholder: "Unternehmen (optional)", required: false },
{ name: "company", type: "text", placeholder: "Ihr Unternehmen", required: false },
]}
textarea={{
name: "message",
placeholder: "Erzählen Sie uns von Ihren Investitionszielen...",
rows: 4,
required: false,
}}
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?_wi=12"
imageAlt="Connect with Alpha Asset Management"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Alpha team meeting"
mediaAnimation="none"
mediaPosition="right"
buttonText="Termin vereinbaren"
buttonText="Termin anfragen"
onSubmit={(data) => console.log(data)}
/>
</div>
@@ -126,4 +134,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Linkedin, Twitter, Mail } from "lucide-react";
import { TrendingUp, Linkedin, Twitter, Mail } from "lucide-react";
export default function AktienStrategiesPage() {
return (
@@ -16,7 +16,7 @@ export default function AktienStrategiesPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -41,84 +41,57 @@ export default function AktienStrategiesPage() {
{/* Hero Section */}
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Strategisches Investieren in Aktien"
description="Alpha Asset Management hilft Investoren dabei, langfristiges Vermögen durch professionelle Aktienportfolio-Strategien aufzubauen. Mit Expertise in globalen Finanzmärkten und bewährten Research-Methoden."
tag="Institutionelle Qualität"
tagIcon="Sparkles"
background={{ variant: "aurora" }}
title="Strategisches Aktienportfolio Management"
description="Alpha Asset Management nutzt fundierte Analyse und bewährte Strategien, um langfristiges Vermögen in Aktien aufzubauen. Wir fokussieren auf hochqualitative Unternehmen mit starkem Fundamentals und Wachstumspotenzial."
tag="Aktienmarkt Expertise"
tagIcon={TrendingUp}
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Portfolio konsultieren", href: "/contact" },
{ text: "Strategiegespräch buchen", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=7"
imageAlt="Alpha Asset Management Premium Portfolio Dashboard"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Alpha Asset Management Stock Portfolio Dashboard"
/>
</div>
{/* Trust Section - Why Alpha for Equities */}
{/* Trust Section - Why Alpha for Stocks */}
<div id="trust" data-section="trust">
<FeatureCardTwentyThree
features={[
{
id: "1",
title: "Fundamental Research",
tags: ["Tiefenanalyse", "Wertfeststellung"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg?_wi=3",
imageAlt: "Research-driven investment analysis",
},
id: "1", title: "Fundamentalanalyse", tags: ["Deep Research", "Qualitätsauswahl"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg", imageAlt: "Fundamental analysis and research"},
{
id: "2",
title: "Aktives Portfolio Management",
tags: ["Kontinuierliche Optimierung", "Risikokontrolle"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg?_wi=3",
imageAlt: "Professional portfolio management",
},
id: "2", title: "Langfristiges Denken", tags: ["Buy & Hold", "Value Creation"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg", imageAlt: "Long-term investment strategy"},
{
id: "3",
title: "Bewährte Strategien",
tags: ["Blue Chip Fokus", "Langfristig"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=3",
imageAlt: "Proven investment approach",
},
id: "3", title: "Globale Diversifikation", tags: ["Multi-Region", "Risikomanagement"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg", imageAlt: "Global portfolio diversification"},
]}
animationType="slide-up"
title="Warum Investoren Alpha für Aktienstrategien vertrauen"
description="Drei Kernprinzipien machen Alpha zur bevorzugten Wahl für anspruchsvolle Equity-Investoren."
description="Drei Kernprinzipien machen Alpha zur bevorzugten Wahl für institutionelle Aktieninvestoren."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Solutions Section - Equity Products */}
{/* Solutions Section - Stock Products */}
<div id="solutions" data-section="solutions">
<ProductCardOne
products={[
{
id: "1",
name: "Premium Equity Portfolio",
price: "Ab €50.000",
imageSrc: "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148351147.jpg?_wi=3",
imageAlt: "Global Equity Portfolio",
},
id: "1", name: "European Blue Chips", price: "Ab €50.000", imageSrc: "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148351147.jpg", imageAlt: "European Stock Strategy"},
{
id: "2",
name: "Blue Chip Focus",
price: "Ab €75.000",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg?_wi=3",
imageAlt: "Established Companies Strategy",
},
id: "2", name: "Technology Growth", price: "Ab €50.000", imageSrc: "http://img.b2bpic.net/free-vector/green-yellow-bitcoin-design_23-2147792835.jpg", imageAlt: "Technology Stock Portfolio"},
{
id: "3",
name: "Growth & Value Mix",
price: "Ab €100.000",
imageSrc: "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148351147.jpg?_wi=4",
imageAlt: "Balanced Equity Strategy",
},
id: "3", name: "Global Dividend", price: "Ab €50.000", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg", imageAlt: "Dividend Investment Strategy"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Unsere Aktienstrategien"
description="Spezialisierte Portfolios für verschiedene Investitionsziele und Risikoprofile im Aktienmarkt."
description="Spezialisierte Aktienportfolios für verschiedene Investitionsziele und Risikobereitschaft."
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -138,4 +111,4 @@ export default function AktienStrategiesPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -5,18 +5,8 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Linkedin, Twitter, Mail } from "lucide-react";
import Link from "next/link";
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "/solutions" },
{ name: "Aktien Strategien", id: "/aktien" },
{ name: "Krypto Strategien", id: "/crypto" },
{ name: "Research", id: "/research" },
{ name: "Über uns", id: "/about" },
];
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -24,88 +14,64 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
{/* Navbar */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="ALPHA"
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
button={{
text: "Strategiegespräch buchen",
href: "/contact",
}}
navItems={[
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "solutions" },
{ name: "Aktien Strategien", id: "/aktien-strategies" },
{ name: "Krypto Strategien", id: "/crypto-strategies" },
{ name: "Research", id: "research" },
{ name: "Über uns", id: "/about" },
]}
button={{ text: "Strategiegespräch buchen", href: "/contact" }}
/>
</div>
{/* Contact Form Section */}
<div id="contact" data-section="contact">
<ContactSplitForm
title="Starten Sie Ihre Investmentstrategie"
description="Buchen Sie ein persönliches Strategiegespräch mit einem unserer Portfolioexperten und erfahren Sie, wie Alpha Ihr Vermögen wachsen lässt."
title="Kontaktieren Sie uns"
description="Wir freuen uns auf Ihre Nachricht. Unser Team antwortet innerhalb von 24 Stunden."
inputs={[
{
name: "name",
type: "text",
placeholder: "Ihr Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "E-Mail Adresse",
required: true,
},
{
name: "capital",
type: "text",
placeholder: "Investitionskapital (z.B. €100.000)",
required: true,
},
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "email", type: "email", placeholder: "E-Mail Adresse", required: true },
{ name: "phone", type: "tel", placeholder: "Telefonnummer", required: false },
]}
textarea={{
name: "message",
placeholder: "Ihre Investitionsziele und Fragen...",
rows: 5,
name: "message", placeholder: "Ihre Nachricht...", rows: 6,
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=13"
imageAlt="Alpha wealth management interface"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Contact Alpha Asset Management"
mediaAnimation="none"
mediaPosition="right"
buttonText="Strategiegespräch anfragen"
onSubmit={(data) => console.log("Form submitted:", data)}
buttonText="Nachricht senden"
onSubmit={(data) => console.log(data)}
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterCard
logoText="ALPHA"
copyrightText="© 2025 Alpha Asset Management. Alle Rechte vorbehalten."
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/alpha-asset-management",
ariaLabel: "LinkedIn",
},
{
icon: Twitter,
href: "https://twitter.com/alphaassets",
ariaLabel: "Twitter",
},
{
icon: Mail,
href: "mailto:info@alpha-assets.de",
ariaLabel: "Email",
},
{ icon: Linkedin, href: "https://linkedin.com/company/alpha-asset-management", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/alphaassets", ariaLabel: "Twitter" },
{ icon: Mail, href: "mailto:info@alpha-assets.de", ariaLabel: "Email" },
]}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Linkedin, Twitter, Mail } from "lucide-react";
import { Zap, Linkedin, Twitter, Mail } from "lucide-react";
export default function CryptoStrategiesPage() {
return (
@@ -16,7 +16,7 @@ export default function CryptoStrategiesPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -44,8 +44,8 @@ export default function CryptoStrategiesPage() {
title="Strategisches Investieren in Kryptowährungen"
description="Alpha Asset Management hilft anspruchsvollen Investoren, in digitale Assets zu investieren. Mit institutionellem Fokus auf Bitcoin, Ethereum und ausgewählte Altcoins mit starkem Fundamentals."
tag="Digitale Assets Expertise"
tagIcon="Sparkles"
background={{ variant: "aurora" }}
tagIcon={Zap}
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Crypto Portfolio konsultieren", href: "/contact" },
{ text: "Strategiegespräch buchen", href: "/contact" },
@@ -111,4 +111,4 @@ export default function CryptoStrategiesPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -1,10 +1,9 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Linkedin, Twitter, Mail } from "lucide-react";
@@ -17,158 +16,111 @@ export default function InvestmentSolutionsPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
{/* Navbar */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="ALPHA"
navItems={[
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "/investment-solutions" },
{ name: "Aktien Strategien", id: "/investment-solutions" },
{ name: "Krypto Strategien", id: "/investment-solutions" },
{ name: "Research", id: "/investment-solutions" },
{ name: "Über uns", id: "/investment-solutions" },
{ name: "Investmentslösungen", id: "solutions" },
{ name: "Aktien Strategien", id: "/aktien-strategies" },
{ name: "Krypto Strategien", id: "/crypto-strategies" },
{ name: "Research", id: "research" },
{ name: "Über uns", id: "/about" },
]}
button={{
text: "Strategiegespräch buchen",
href: "/investment-solutions",
}}
button={{ text: "Strategiegespräch buchen", href: "/contact" }}
/>
</div>
{/* Solutions Overview */}
<div id="solutions" data-section="solutions">
<ProductCardOne
title="Unsere Investmentlösungen"
description="Maßgeschneiderte Strategien für unterschiedliche Investitionsziele und Risikoprofile. Entdecken Sie unsere umfassende Palette an professionellen Anlagestrategien, die speziell für Ihre Bedürfnisse entwickelt wurden."
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=2",
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", 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=2",
imageAlt: "Cryptocurrency Allocation 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", 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=2",
imageAlt: "Diversified Multi-Asset Strategy",
},
id: "3", name: "Hybrid Portfolios", price: "Ab €75.000", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg", imageAlt: "Diversified Multi-Asset Strategy"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Unsere Investmentlösungen"
description="Maßgeschneiderte Strategien für unterschiedliche Investitionsziele und Risikoprofile."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="strategy-details" data-section="strategy-details">
<FeatureCardTwentyThree
title="Detaillierte Strategiebeschreibung"
description="Jede unserer Anlagestrategien basiert auf bewährten Prinzipien und umfangreicher Marktforschung für optimale Renditen."
features={[
{/* Testimonials */}
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
testimonials={[
{
id: "1",
title: "Quantitative Aktienauswahl",
tags: ["Datengetrieben", "Algorithmen-basiert"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg?_wi=2",
imageAlt: "Quantitative analysis methodology",
},
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."},
{
id: "2",
title: "Crypto Market Intelligence",
tags: ["Blockchain-Analyse", "Markttrends"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=2",
imageAlt: "Crypto market analysis",
},
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."},
{
id: "3",
title: "Portfolio Rebalancing",
tags: ["Automatisiert", "Optimiert"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg?_wi=2",
imageAlt: "Portfolio optimization process",
},
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."},
]}
kpiItems={[
{ value: "€500M+", label: "Vermögen unter Verwaltung" },
{ value: "15+", label: "Jahre Expertise" },
{ value: "98%", label: "Kundenzufriedenheit" },
]}
animationType="slide-up"
title="Was unsere Klienten sagen"
description="Echte Erfahrungen von anspruchsvollen Investoren, die Alpha vertrauen."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="cta-solutions" data-section="cta-solutions">
{/* CTA Section */}
<div id="cta" data-section="cta">
<ContactSplitForm
title="Wählen Sie Ihre Investment-Strategie"
description="Lassen Sie uns Ihr ideales Portfolio nach Ihren spezifischen Zielen und Ihrem Risikoprofil gestalten. Vereinbaren Sie einen unverbindlichen Beratungstermin mit unseren Experten."
title="Starten Sie Ihre Investmentstrategie"
description="Buchen Sie ein persönliches Strategiegespräch mit einem unserer Portfolioexperten und erfahren Sie, wie Alpha Ihr Vermögen wachsen lässt."
inputs={[
{
name: "name",
type: "text",
placeholder: "Ihr Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "E-Mail Adresse",
required: true,
},
{
name: "investment_amount",
type: "text",
placeholder: "Geplantes Investitionsvolumen",
required: true,
},
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "email", type: "email", placeholder: "E-Mail Adresse", required: true },
{ name: "capital", type: "text", placeholder: "Investitionskapital (z.B. €100.000)", required: true },
]}
textarea={{
name: "strategy_interest",
placeholder: "Welche Strategien interessieren Sie? (z.B. Aktien, Crypto, Hybrid)",
rows: 4,
name: "message", placeholder: "Ihre Investitionsziele und Fragen...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=6"
imageAlt="Investment solutions consultation"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Alpha wealth management interface"
mediaAnimation="none"
mediaPosition="left"
buttonText="Beratung anfordern"
buttonText="Strategiegespräch anfragen"
onSubmit={(data) => console.log(data)}
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterCard
logoText="ALPHA"
copyrightText="© 2025 Alpha Asset Management. Alle Rechte vorbehalten."
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/alpha-asset-management",
ariaLabel: "LinkedIn",
},
{
icon: Twitter,
href: "https://twitter.com/alphaassets",
ariaLabel: "Twitter",
},
{
icon: Mail,
href: "mailto:info@alpha-assets.de",
ariaLabel: "Email",
},
{ icon: Linkedin, href: "https://linkedin.com/company/alpha-asset-management", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/alphaassets", ariaLabel: "Twitter" },
{ icon: Mail, href: "mailto:info@alpha-assets.de", ariaLabel: "Email" },
]}
/>
</div>
</ThemeProvider>
);
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -8,20 +8,11 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MediaAbout from "@/components/sections/about/MediaAbout";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, Linkedin, Twitter, Mail } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "/solutions" },
{ name: "Aktien Strategien", id: "/aktien" },
{ name: "Krypto Strategien", id: "/crypto" },
{ name: "Research", id: "/research" },
{ name: "Über uns", id: "/about" },
];
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -29,280 +20,179 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
{/* Navbar */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="ALPHA"
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
button={{
text: "Strategiegespräch buchen",
href: "/contact",
}}
navItems={[
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "solutions" },
{ name: "Aktien Strategien", id: "/aktien-strategies" },
{ name: "Krypto Strategien", id: "/crypto-strategies" },
{ name: "Research", id: "research" },
{ name: "Über uns", id: "/about" },
]}
button={{ text: "Strategiegespräch buchen", href: "/contact" }}
/>
</div>
{/* Hero Section */}
<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."
tag="Institutionelle Qualität"
tagIcon={Sparkles}
background={{ variant: "aurora" }}
background={{ variant: "canvas-reveal" }}
buttons={[
{
text: "Jetzt investieren",
href: "/solutions",
},
{
text: "Strategiegespräch buchen",
href: "/contact",
},
{ text: "Jetzt investieren", href: "solutions" },
{ text: "Strategiegespräch buchen", href: "contact" },
]}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Alpha Asset Management Premium Portfolio Dashboard"
/>
</div>
{/* Trust Section */}
<div id="trust" data-section="trust">
<FeatureCardTwentyThree
title="Warum Investoren Alpha vertrauen"
description="Drei Kernprinzipien machen Alpha Asset Management zur bevorzugten Wahl für anspruchsvolle Investoren."
features={[
{
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: "1", title: "Research-Driven Strategy", tags: ["Fundamentalanalyse", "Quantitativ"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg", imageAlt: "Research-driven investment analysis"},
{
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: "2", title: "Professionelles Portfolio Management", tags: ["Aktive Überwachung", "Optimierung"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg", imageAlt: "Professional portfolio management"},
{
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",
},
id: "3", title: "Zukunftsorientiert", tags: ["Aktienmärkte", "Digitale Assets"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg", imageAlt: "Future-oriented investment approach"},
]}
animationType="slide-up"
title="Warum Investoren Alpha vertrauen"
description="Drei Kernprinzipien machen Alpha Asset Management zur bevorzugten Wahl für anspruchsvolle Investoren."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Solutions Section */}
<div id="solutions" data-section="solutions">
<ProductCardOne
title="Unsere Investmentlösungen"
description="Maßgeschneiderte Strategien für unterschiedliche Investitionsziele und Risikoprofile."
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", 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: "2", name: "Crypto Asset Management", price: "Ab €25.000", imageSrc: "http://img.b2bpic.net/free-vector/green-yellow-bitcoin-design_23-2147792835.jpg", 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: "3", name: "Hybrid Portfolios", price: "Ab €75.000", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-meeting_23-2147923299.jpg", imageAlt: "Diversified Multi-Asset Strategy"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Unsere Investmentlösungen"
description="Maßgeschneiderte Strategien für unterschiedliche Investitionsziele und Risikoprofile."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Approach Section */}
<div id="approach" data-section="approach">
<MediaAbout
title="Unser Investmentansatz"
description="Basierend auf drei fundamentalen Prinzipien: Disziplin bei der Auswahl, Diversifikation zur Risikominderung, und Langfristiges Wachstum als oberste Priorität. Wir investieren ausschließlich in hochwertige Unternehmen und digitale Assets mit starkem Wachstumspotenzial."
tag="Bewährte Strategie"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Investment strategy dashboard"
useInvertedBackground={false}
buttons={[
{
text: "Mehr über unsere Methodik",
href: "/about",
},
]}
buttons={[{ text: "Mehr über unsere Methodik", href: "about" }]}
/>
</div>
{/* Process Section */}
<div id="process" data-section="process">
<BlogCardThree
title="Wie wir zusammenarbeiten"
description="Ein strukturierter dreiteiliger Prozess für optimale Ergebnisse."
blogs={[
{
id: "1",
category: "Schritt 1",
title: "Strategiegespräch",
excerpt: "Wir analysieren Ihre Ziele, Zeitrahmen und Ihre individuelle Risikobereitschaft in einem persönlichen Gespräch.",
imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=3",
imageAlt: "Consultation meeting",
authorName: "Alpha Team",
authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
date: "Laufend",
},
id: "1", category: "Schritt 1", title: "Strategiegespräch", excerpt: "Wir analysieren Ihre Ziele, Zeitrahmen und Ihre individuelle Risikobereitschaft in einem persönlichen Gespräch.", imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg", imageAlt: "Consultation meeting", authorName: "Alpha Team", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", date: "Laufend"},
{
id: "2",
category: "Schritt 2",
title: "Portfolio Design",
excerpt: "Basierend auf Ihrem Profil erstellen wir ein individuell angepasstes Portfolio mit optimaler Allokation.",
imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=4",
imageAlt: "Portfolio creation",
authorName: "Alpha Team",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg",
date: "Laufend",
},
id: "2", category: "Schritt 2", title: "Portfolio Design", excerpt: "Basierend auf Ihrem Profil erstellen wir ein individuell angepasstes Portfolio mit optimaler Allokation.", imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg", imageAlt: "Portfolio creation", authorName: "Alpha Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg", date: "Laufend"},
{
id: "3",
category: "Schritt 3",
title: "Aktives Management",
excerpt: "Kontinuierliche Überwachung, Optimierung und Anpassung Ihres Portfolios entsprechend Marktentwicklungen.",
imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=5",
imageAlt: "Active management",
authorName: "Alpha Team",
authorAvatar: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
date: "Laufend",
},
id: "3", category: "Schritt 3", title: "Aktives Management", excerpt: "Kontinuierliche Überwachung, Optimierung und Anpassung Ihres Portfolios entsprechend Marktentwicklungen.", imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg", imageAlt: "Active management", authorName: "Alpha Team", authorAvatar: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", date: "Laufend"},
]}
animationType="slide-up"
title="Wie wir zusammenarbeiten"
description="Ein strukturierter dreiteiliger Prozess für optimale Ergebnisse."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Testimonials Section */}
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="Was unsere Klienten sagen"
description="Echte Erfahrungen von anspruchsvollen Investoren, die Alpha vertrauen."
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
{
id: "4",
name: "Elena V.",
role: "CFO",
company: "International Finance",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident_1258-194088.jpg",
imageAlt: "Elena V.",
},
{
id: "5",
name: "John B.",
role: "Portfolio Manager",
company: "Wealth Advisory",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg",
imageAlt: "John B.",
},
{
id: "6",
name: "Lisa M.",
role: "Investment Director",
company: "Global Investors",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-desk_23-2149741203.jpg",
imageAlt: "Lisa M.",
},
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."},
]}
kpiItems={[
{
value: "€500M+",
label: "Vermögen unter Verwaltung",
},
{
value: "15+",
label: "Jahre Expertise",
},
{
value: "98%",
label: "Kundenzufriedenheit",
},
{ value: "€500M+", label: "Vermögen unter Verwaltung" },
{ value: "15+", label: "Jahre Expertise" },
{ value: "98%", label: "Kundenzufriedenheit" },
]}
animationType="slide-up"
title="Was unsere Klienten sagen"
description="Echte Erfahrungen von anspruchsvollen Investoren, die Alpha vertrauen."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* CTA Section */}
<div id="cta" data-section="cta">
<ContactSplitForm
title="Starten Sie Ihre Investmentstrategie"
description="Buchen Sie ein persönliches Strategiegespräch mit einem unserer Portfolioexperten und erfahren Sie, wie Alpha Ihr Vermögen wachsen lässt."
inputs={[
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "email", type: "email", placeholder: "E-Mail Adresse", required: true },
{ name: "capital", type: "text", placeholder: "Investitionskapital (z.B. €100.000)", required: true },
]}
textarea={{ name: "message", placeholder: "Ihre Investitionsziele und Fragen...", rows: 5, required: false }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Alpha wealth management interface"
mediaAnimation="none"
mediaPosition="right"
buttonText="Strategiegespräch anfragen"
onSubmit={(data) => console.log(data)}
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterCard
logoText="ALPHA"
copyrightText="© 2025 Alpha Asset Management. Alle Rechte vorbehalten."
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/alpha-asset-management",
ariaLabel: "LinkedIn",
},
{
icon: Twitter,
href: "https://twitter.com/alphaassets",
ariaLabel: "Twitter",
},
{
icon: Mail,
href: "mailto:info@alpha-assets.de",
ariaLabel: "Email",
},
{ icon: Linkedin, href: "https://linkedin.com/company/alpha-asset-management", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/alphaassets", ariaLabel: "Twitter" },
{ icon: Mail, href: "mailto:info@alpha-assets.de", ariaLabel: "Email" },
]}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -1,10 +1,8 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Linkedin, Twitter, Mail } from "lucide-react";
@@ -17,7 +15,7 @@ export default function ResearchPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -30,119 +28,55 @@ export default function ResearchPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Investmentslösungen", id: "solutions" },
{ name: "Aktien Strategien", id: "aktien" },
{ name: "Krypto Strategien", id: "crypto" },
{ name: "Research", id: "/research" },
{ name: "Aktien Strategien", id: "/aktien-strategies" },
{ name: "Krypto Strategien", id: "/crypto-strategies" },
{ name: "Research", id: "research" },
{ name: "Über uns", id: "/about" },
]}
button={{
text: "Strategiegespräch buchen",
href: "contact",
}}
button={{ text: "Strategiegespräch buchen", href: "/contact" }}
/>
</div>
{/* Research Insights - Blog Section */}
<div id="research-insights" data-section="research-insights">
{/* Research Articles */}
<div id="research" data-section="research">
<BlogCardThree
title="Research & Market Insights"
description="Tiefgreifende Analysen und Marktforschung für informierte Investitionsentscheidungen."
blogs={[
{
id: "1",
category: "Marktanalyse",
title: "Emerging Trends im Fintech-Sektor 2025",
excerpt: "Ein umfassender Überblick über die neuesten Entwicklungen in digitalen Finanzlösungen und deren Auswirkungen auf traditionelle Märkte.",
imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=9",
imageAlt: "Fintech market analysis",
authorName: "Dr. Alexander Klein",
authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
date: "Jan 2025",
},
id: "1", category: "Marktanalyse", title: "Europäische Aktienmärkte 2025", excerpt: "Eine tiefgreifende Analyse der aktuellen Markttrends und Chancen im europäischen Aktienmarkt.", imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg", imageAlt: "European stock market analysis", authorName: "Alpha Research Team", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", date: "Januar 2025"},
{
id: "2",
category: "Krypto Research",
title: "Blockchain-Technologie im Portfoliomanagement",
excerpt: "Wie dezentrale Finanzlösungen traditionelle Vermögensaufbau-Strategien transformieren und neue Chancen schaffen.",
imageSrc: "http://img.b2bpic.net/free-vector/green-yellow-bitcoin-design_23-2147792835.jpg?_wi=4",
imageAlt: "Blockchain investment strategy",
authorName: "Sarah Müller",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg",
date: "Jan 2025",
},
id: "2", category: "Krypto Insights", title: "Bitcoin und Institutionelle Adoption", excerpt: "Wie institutionelle Investoren den Kryptomarkt transformieren und neue Chancen schaffen.", imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg", imageAlt: "Bitcoin institutional adoption", authorName: "Alpha Research Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg", date: "Dezember 2024"},
{
id: "3",
category: "Strategiegespräch",
title: "Makroökonomische Szenarien für das Jahr 2025",
excerpt: "Analyse globaler wirtschaftlicher Trends und deren Implikationen für diverse Anlageportfolios.",
imageSrc: "http://img.b2bpic.net/free-vector/neon-landing-page-with-smartphone_23-2148351147.jpg?_wi=6",
imageAlt: "Macroeconomic forecast",
authorName: "Prof. Michael Wagner",
authorAvatar: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
date: "Jan 2025",
},
id: "3", category: "Portfolio Strategie", title: "Diversifikation in volatilen Zeiten", excerpt: "Best Practices für ein robustes Portfolio, das durch wirtschaftliche Unsicherheiten besteht.", imageSrc: "http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg", imageAlt: "Portfolio diversification strategy", authorName: "Alpha Research Team", authorAvatar: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", date: "November 2024"},
]}
animationType="slide-up"
title="Alpha Research Center"
description="Aktuelle Marktanalysen, Investmentstrategien und Insights von unserem Research-Team."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Research Methodology */}
<div id="research-methodology" data-section="research-methodology">
<FeatureCardTwentyThree
title="Unsere Research-Methodik"
description="Wissenschaftlich fundierte Analyseverfahren zur Identifikation von Investitionschancen."
features={[
{
id: "1",
title: "Fundamentale Analyse",
tags: ["Bilanzanalyse", "Bewertung", "Rentabilität"],
imageSrc: "http://img.b2bpic.net/free-vector/business-money-human-resources_24877-49833.jpg?_wi=5",
imageAlt: "Fundamental analysis methodology",
},
{
id: "2",
title: "Technische Chartanalyse",
tags: ["Trendanalyse", "Muster", "Indikatoren"],
imageSrc: "http://img.b2bpic.net/free-vector/money-backgrounds-collection_1262-2534.jpg?_wi=5",
imageAlt: "Technical analysis approach",
},
{
id: "3",
title: "Quantitative Modelle",
tags: ["Statistik", "Machine Learning", "Prognosen"],
imageSrc: "http://img.b2bpic.net/free-vector/crowdfunding-flat-set_98292-1917.jpg?_wi=5",
imageAlt: "Quantitative research models",
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Research CTA */}
<div id="research-cta" data-section="research-cta">
{/* CTA Section */}
<div id="cta" data-section="cta">
<ContactSplitForm
title="Erhalten Sie Zugang zu unseren Research Reports"
description="Melden Sie sich an, um regelmäßig exklusive Marktanalysen, Investmentempfehlungen und strategische Insights zu erhalten."
title="Erhalten Sie unsere Research Reports"
description="Melden Sie sich für exklusive Research Reports und Marktanalysen an."
inputs={[
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "email", type: "email", placeholder: "E-Mail Adresse", required: true },
{ name: "interests", type: "text", placeholder: "Interessenschwerpunkte", required: false },
{ name: "interest", type: "text", placeholder: "Interessensgebiet", required: false },
]}
textarea={{
name: "message",
placeholder: "Welche Themen interessieren Sie besonders?",
rows: 4,
name: "message", placeholder: "Ihre Anfrage...", rows: 5,
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg?_wi=10"
imageAlt="Alpha research reports"
imageSrc="http://img.b2bpic.net/free-vector/premium-abstract-golden-lines-dark-background-design_1017-55324.jpg"
imageAlt="Alpha research and analysis"
mediaAnimation="none"
mediaPosition="right"
buttonText="Research Newsletter abonnieren"
buttonText="Anmelden"
onSubmit={(data) => console.log(data)}
/>
</div>
@@ -160,4 +94,4 @@ export default function ResearchPage() {
</div>
</ThemeProvider>
);
}
}