contact form

This commit is contained in:
2026-01-30 01:43:07 +01:00
parent 36bb12f656
commit 520be462f0
3 changed files with 795 additions and 406 deletions

View File

@@ -6,21 +6,21 @@ import { ContactForm } from '../../src/components/ContactForm';
export default function ContactPage() {
return (
<div className="flex flex-col gap-24 py-12 md:py-24 overflow-hidden">
<PageHeader
<div className="flex flex-col gap-12 py-12 md:py-24 overflow-hidden">
<PageHeader
title={<>Projekt <br /><span className="text-slate-200">konfigurieren.</span></>}
description="Nutzen Sie den Konfigurator für eine erste Einschätzung oder schreiben Sie mir direkt eine Email."
backLink={{ href: '/', label: 'Zurück' }}
backgroundSymbol="?"
/>
<Section number="01" title="Konfigurator" containerVariant="wide">
<Section number="01" title="Konfigurator" containerVariant="wide" className="!py-12">
<Reveal delay={0.2}>
<ContactForm />
</Reveal>
</Section>
<Section number="02" title="Direkt">
<Section number="02" title="Direkt" className="!py-12">
<div className="grid grid-cols-1 gap-24">
<Reveal delay={0.4}>
<div className="space-y-8">