"use client"; import { ComparisonRow, ConceptCode, ConceptCommunication, ConceptPrice, ConceptPrototyping, ConceptWebsite, } from "../src/components/Landing"; import { Reveal } from "../src/components/Reveal"; import { Section } from "../src/components/Section"; import { H1, H3, LeadText, BodyText, MonoLabel, Label, } from "../src/components/Typography"; import { Card, Container } from "../src/components/Layout"; import { Button } from "../src/components/Button"; import { GradientMesh, CodeSnippet } from "../src/components/Effects"; import { IconList, IconListItem } from "../src/components/IconList"; import { HeroSection } from "../src/components/HeroSection"; import { GlitchText } from "../src/components/GlitchText"; import { Marker } from "../src/components/Marker"; import { PenCircle } from "../src/components/PenCircle"; export default function LandingPage() { return (
{/* Dark Hero */} {/* Rest of page on white */} {/* Section 02: The Promise – Streamlined */}
} >

Kein Agentur-Zirkus.
Ergebnisse.

{[ { icon: , title: "Direkte Kommunikation", text: "Sie sprechen mit dem Entwickler. Keine Stille Post, keine Umwege.", }, { icon: , title: "Schnelle Umsetzung", text: "Sichtbare Fortschritte in Tagen. Prototypen statt Konzeptpapiere.", }, { icon: , title: "Sauberer Code", text: "Maßgeschneiderte Architektur. Kein Baukasten, kein Plugin-Chaos.", }, { icon: , title: "Klare Fixpreise", text: "Volle Budgetsicherheit. Keine versteckten Kosten.", }, ].map((item, i) => (
{item.icon}
{item.text}
))}
{/* Section 03: The Difference – Visual Comparison */}

Ich arbeite für das Ergebnis,
nicht gegen die Uhr.

Schnelle Prototypen. Ergebnisse in{" "} Tagen, nicht Monaten. } delay={0.1} /> Fixpreise. Sie wissen von Anfang an, was es kostet. } reverse delay={0.2} />
{/* Section 04: Target Group */}

Unternehmer &
Geschäftsführer

Sie wollen eine Website, die funktioniert – ohne sich mit Technik beschäftigen zu müssen.
{/* Icon placeholder or same as above if needed */}

Marketing &
Vertrieb

Sie brauchen Landingpages und Tools, die Ergebnisse liefern. Schnell und zuverlässig.
{/* Section 05: Leistungen — Interactive Service Rows */}
{[ { num: "01", binary: "00000001", title: "Websites", text: "High-Performance Websites mit maßgeschneiderter Architektur. Von der Konzeption bis zum Go-Live — individuell, schnell, messbar.", tags: ["Next.js", "React", "TypeScript", "Performance"], href: "/websites", }, { num: "02", binary: "00000010", title: "Systeme", text: "Web-Applikationen und interne Tools, wenn Standard-Software nicht reicht. Dashboards, Portale, Automatisierungen.", tags: ["Full-Stack", "APIs", "Datenbanken", "Auth"], href: "/contact", }, { num: "03", binary: "00000011", title: "Automatisierung", text: "Verbindung von Tools, automatische Prozesse, Daten-Synchronisation. Weniger manuelle Arbeit, mehr Effizienz.", tags: ["CI/CD", "Workflows", "Integrationen", "Monitoring"], href: "/contact", }, ].map((service, i) => (
{/* Number + Binary */}
{service.num}
{/* Content */}

{service.title}

{service.text} {/* Tags */}
{service.tags.map((tag, j) => ( {tag} ))}
{/* Arrow */}
))}
{/* Section 06: Contact */}

Lassen Sie uns
starten.

Beschreiben Sie kurz Ihr Vorhaben. Ich melde mich{" "} zeitnah {" "} bei Ihnen.
Aktuell nehme ich Projekte für{" "} Q2 2026{" "} an.
); }