form
Some checks failed
Build & Deploy Mintel Blog / build-and-deploy (push) Failing after 56s

This commit is contained in:
2026-01-30 18:11:52 +01:00
parent 8c1a7f6b5a
commit 8124e9cc95
16 changed files with 326 additions and 313 deletions

View File

@@ -6,7 +6,7 @@ import { ContactForm } from '../../src/components/ContactForm';
export default function ContactPage() {
return (
<div className="flex flex-col gap-12 py-12 md:py-24 overflow-hidden">
<div className="flex flex-col gap-12 py-12 md:py-24">
<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."
@@ -15,9 +15,7 @@ export default function ContactPage() {
/>
<Section number="01" title="Konfigurator" containerVariant="wide" className="!py-12">
<Reveal delay={0.2}>
<ContactForm />
</Reveal>
<ContactForm />
</Section>
<Section number="02" title="Direkt" className="!py-12">