Merge version_2 into main #1
272
src/app/page.tsx
272
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Ansatz",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Ansatz", id: "#about"},
|
||||
{
|
||||
name: "Analyse",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Analyse", id: "#metrics"},
|
||||
{
|
||||
name: "Methodik",
|
||||
id: "#methodology",
|
||||
},
|
||||
name: "Methodik", id: "#methodology"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
brandName="DKG Consulting"
|
||||
/>
|
||||
@@ -55,23 +47,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Der unsichtbare Risikoraum"
|
||||
description="Risiko ist immer da, aber unsichtbar. Unsere DKG-Methodik macht komplexe Strukturen sichtbar, kontrollierbar und stabil für Ihre Zukunft."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start System-Analyse", href: "#contact"
|
||||
}
|
||||
]}
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Transparenz",
|
||||
},
|
||||
value: "100%", label: "Transparenz"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Überwachung",
|
||||
},
|
||||
value: "24/7", label: "Überwachung"},
|
||||
{
|
||||
value: "0",
|
||||
label: "Systemfehler",
|
||||
},
|
||||
value: "0", label: "Systemfehler"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="DKG Premium Advisory"
|
||||
@@ -80,48 +70,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cosmic-environment-with-blue-neon-laser-lights-perfect-digital-wallpaper_181624-24966.jpg",
|
||||
alt: "Expert 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cosmic-environment-with-blue-neon-laser-lights-perfect-digital-wallpaper_181624-24966.jpg", alt: "Expert 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-plexus-low-poly-design-with-selective-focus_1048-12167.jpg",
|
||||
alt: "Expert 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-modern-plexus-low-poly-design-with-selective-focus_1048-12167.jpg", alt: "Expert 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-hexagonal-background_1048-14160.jpg",
|
||||
alt: "Expert 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-hexagonal-background_1048-14160.jpg", alt: "Expert 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-texture-background_23-2151917194.jpg",
|
||||
alt: "Expert 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-texture-background_23-2151917194.jpg", alt: "Expert 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-digital-data-background-with-abstract-plexus-design_1048-16831.jpg",
|
||||
alt: "Expert 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-digital-data-background-with-abstract-plexus-design_1048-16831.jpg", alt: "Expert 5"},
|
||||
]}
|
||||
avatarText="Begleitet durch unsere Elite-Analysten."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Stabilität durch 3D-Analyse",
|
||||
},
|
||||
type: "text", text: "Stabilität durch 3D-Analyse"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Präzises Risikomanagement",
|
||||
},
|
||||
type: "text", text: "Präzises Risikomanagement"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Zukunftsorientierte Beratung",
|
||||
},
|
||||
type: "text", text: "Zukunftsorientierte Beratung"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Maximale Systemtransparenz",
|
||||
},
|
||||
type: "text", text: "Maximale Systemtransparenz"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Effiziente Cluster-Strukturen",
|
||||
},
|
||||
type: "text", text: "Effiziente Cluster-Strukturen"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,17 +103,11 @@ export default function LandingPage() {
|
||||
description="Was als chaotisches, loses Feld aus Partikeln beginnt, verwandeln wir durch präzise Analyse in ein stabiles, geometrisches System. Wir schaffen Klarheit dort, wo Unsicherheit herrscht."
|
||||
metrics={[
|
||||
{
|
||||
value: "3D",
|
||||
title: "Risiko-Mapping",
|
||||
},
|
||||
value: "3D", title: "Risiko-Mapping"},
|
||||
{
|
||||
value: "Klar",
|
||||
title: "Struktur",
|
||||
},
|
||||
value: "Klar", title: "Struktur"},
|
||||
{
|
||||
value: "Stabil",
|
||||
title: "System",
|
||||
},
|
||||
value: "Stabil", title: "System"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -157,20 +121,11 @@ export default function LandingPage() {
|
||||
tag="Performance Fakten"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Risikodetektionsrate",
|
||||
},
|
||||
id: "m1", value: "99.9%", description: "Risikodetektionsrate"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15min",
|
||||
description: "Reaktionszeit im Feld",
|
||||
},
|
||||
id: "m2", value: "15min", description: "Reaktionszeit im Feld"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24",
|
||||
description: "Stunden tägliche Analyse",
|
||||
},
|
||||
id: "m3", value: "24", description: "Stunden tägliche Analyse"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,34 +138,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Anfang",
|
||||
title: "Chaotische Partikel",
|
||||
items: [
|
||||
"Identifikation diffuser Risiken",
|
||||
"Unstrukturierte Datenerfassung",
|
||||
"Status Quo Analyse",
|
||||
],
|
||||
id: "f1", label: "Anfang", title: "Chaotische Partikel", items: [
|
||||
"Identifikation diffuser Risiken", "Unstrukturierte Datenerfassung", "Status Quo Analyse"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Prozess",
|
||||
title: "Verbindungen schaffen",
|
||||
items: [
|
||||
"Korrelationen finden",
|
||||
"Logische Cluster bilden",
|
||||
"Risiko-Netzwerk stabilisieren",
|
||||
],
|
||||
id: "f2", label: "Prozess", title: "Verbindungen schaffen", items: [
|
||||
"Korrelationen finden", "Logische Cluster bilden", "Risiko-Netzwerk stabilisieren"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Ziel",
|
||||
title: "Geometrische Struktur",
|
||||
items: [
|
||||
"Absicherung erreichen",
|
||||
"Kontrolle institutionalisieren",
|
||||
"Systemstabilität finalisieren",
|
||||
],
|
||||
id: "f3", label: "Ziel", title: "Geometrische Struktur", items: [
|
||||
"Absicherung erreichen", "Kontrolle institutionalisieren", "Systemstabilität finalisieren"],
|
||||
},
|
||||
]}
|
||||
title="Unsere Methode: Partikel zur Ordnung"
|
||||
@@ -225,50 +162,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Initial-Analyse",
|
||||
price: "1.900€",
|
||||
period: "Einmalig",
|
||||
features: [
|
||||
"Partikel-Scan",
|
||||
"Grobanalyse",
|
||||
"Sicherheits-Check",
|
||||
],
|
||||
id: "p1", title: "Initial-Analyse", price: "1.900€", period: "Einmalig", features: [
|
||||
"Partikel-Scan", "Grobanalyse", "Sicherheits-Check"],
|
||||
button: {
|
||||
text: "Starten",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412259.jpg",
|
||||
},
|
||||
text: "Starten"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412259.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "System-Setup",
|
||||
price: "4.500€",
|
||||
period: "Einmalig",
|
||||
features: [
|
||||
"Struktur-Aufbau",
|
||||
"Geometrische Sicherung",
|
||||
"Kontrollsystem",
|
||||
],
|
||||
id: "p2", title: "System-Setup", price: "4.500€", period: "Einmalig", features: [
|
||||
"Struktur-Aufbau", "Geometrische Sicherung", "Kontrollsystem"],
|
||||
button: {
|
||||
text: "Setup buchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-animals-assortment_23-2149057975.jpg",
|
||||
},
|
||||
text: "Setup buchen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-animals-assortment_23-2149057975.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Premium Beratung",
|
||||
price: "9.800€",
|
||||
period: "Projekt",
|
||||
features: [
|
||||
"Vollständige Absicherung",
|
||||
"Controlling & Backup",
|
||||
"3D Mapping",
|
||||
],
|
||||
id: "p3", title: "Premium Beratung", price: "9.800€", period: "Projekt", features: [
|
||||
"Vollständige Absicherung", "Controlling & Backup", "3D Mapping"],
|
||||
button: {
|
||||
text: "High-End Beratung",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raining-brown-rain-leadership-confidence_1134-1256.jpg",
|
||||
},
|
||||
text: "High-End Beratung"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raining-brown-rain-leadership-confidence_1134-1256.jpg"},
|
||||
]}
|
||||
title="Leistungspakete"
|
||||
description="Wählen Sie die Intensität Ihrer System-Stabilität."
|
||||
@@ -282,40 +192,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Markus Weber",
|
||||
role: "Vorstand",
|
||||
testimonial: "DKG hat unsere diffuse Unsicherheit in ein stabiles System verwandelt. Höchste professionelle Ebene.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
|
||||
},
|
||||
id: "t1", name: "Dr. Markus Weber", role: "Vorstand", testimonial: "DKG hat unsere diffuse Unsicherheit in ein stabiles System verwandelt. Höchste professionelle Ebene.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Fischer",
|
||||
role: "Finanzleiterin",
|
||||
testimonial: "Der unsichtbare Risikoraum war für mich vorher ein Rätsel. Jetzt ist alles geometrisch geordnet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg",
|
||||
},
|
||||
id: "t2", name: "Elena Fischer", role: "Finanzleiterin", testimonial: "Der unsichtbare Risikoraum war für mich vorher ein Rätsel. Jetzt ist alles geometrisch geordnet.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Thomas Schneider",
|
||||
role: "Inhaber",
|
||||
testimonial: "Absolut überzeugende Beratung. Ein völlig neuer, abstrakter Ansatz für reale Probleme.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg",
|
||||
},
|
||||
id: "t3", name: "Thomas Schneider", role: "Inhaber", testimonial: "Absolut überzeugende Beratung. Ein völlig neuer, abstrakter Ansatz für reale Probleme.", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Müller",
|
||||
role: "Strategieberatung",
|
||||
testimonial: "Endlich mal keine Ordner-Wüste, sondern echtes Systemverständnis. Sehr zu empfehlen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-business-woman-working-office_1398-1451.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah Müller", role: "Strategieberatung", testimonial: "Endlich mal keine Ordner-Wüste, sondern echtes Systemverständnis. Sehr zu empfehlen.", imageSrc: "http://img.b2bpic.net/free-photo/serious-business-woman-working-office_1398-1451.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dr. Julian Schmidt",
|
||||
role: "CIO",
|
||||
testimonial: "Der 3D-Ansatz für Risiko ist zukunftweisend und extrem effektiv für unser Portfoliomanagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-mature-businessman-using-tablet-while-his-colleagues-discussing-project-workplace-glass-wall-copy-space-communication-concept_74855-14242.jpg",
|
||||
},
|
||||
id: "t5", name: "Dr. Julian Schmidt", role: "CIO", testimonial: "Der 3D-Ansatz für Risiko ist zukunftweisend und extrem effektiv für unser Portfoliomanagement.", imageSrc: "http://img.b2bpic.net/free-photo/focused-mature-businessman-using-tablet-while-his-colleagues-discussing-project-workplace-glass-wall-copy-space-communication-concept_74855-14242.jpg"},
|
||||
]}
|
||||
title="Stabilität durch Vertrauen"
|
||||
description="Erfolgsgeschichten unserer Klienten."
|
||||
@@ -328,20 +213,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Was ist der unsichtbare Risikoraum?",
|
||||
content: "Das sind alle verdeckten Unsicherheiten in Ihrem System, die bei der klassischen Dokumentenprüfung unbemerkt bleiben.",
|
||||
},
|
||||
id: "q1", title: "Was ist der unsichtbare Risikoraum?", content: "Das sind alle verdeckten Unsicherheiten in Ihrem System, die bei der klassischen Dokumentenprüfung unbemerkt bleiben."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Wie visualisieren Sie Risiko?",
|
||||
content: "Wir nutzen ein 3D-Partikel-Modell, das mathematische Zusammenhänge in geometrische Strukturen umwandelt.",
|
||||
},
|
||||
id: "q2", title: "Wie visualisieren Sie Risiko?", content: "Wir nutzen ein 3D-Partikel-Modell, das mathematische Zusammenhänge in geometrische Strukturen umwandelt."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Warum kein Papier?",
|
||||
content: "Weil Dokumente statisch sind. Finanzielle Sicherheit ist dynamisch und muss als solches überwacht werden.",
|
||||
},
|
||||
id: "q3", title: "Warum kein Papier?", content: "Weil Dokumente statisch sind. Finanzielle Sicherheit ist dynamisch und muss als solches überwacht werden."},
|
||||
]}
|
||||
title="Fragen zum unsichtbaren Raum"
|
||||
description="Was Sie über unsere abstrakte System-Methode wissen müssen."
|
||||
@@ -356,22 +232,14 @@ export default function LandingPage() {
|
||||
description="Lassen Sie uns Ihr Risiko sichtbar machen."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Ihr Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Ihr Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Ihre E-Mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Ihre E-Mail", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Wie können wir Sie absichern?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Wie können wir Sie absichern?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-biodegradable-paper-straws_23-2149331865.jpg"
|
||||
/>
|
||||
@@ -381,29 +249,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "DKG",
|
||||
items: [
|
||||
title: "DKG", items: [
|
||||
{
|
||||
label: "Methodik",
|
||||
href: "#methodology",
|
||||
},
|
||||
label: "Methodik", href: "#methodology"},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -413,4 +271,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user