This commit is contained in:
2026-01-29 18:18:22 +02:00
parent e50dc2ee28
commit 2a02993d0f

View File

@@ -54,9 +54,9 @@ const ContactCenter = ({
termsClassName = "",
}: ContactCenterProps) => {
return (
<section aria-label={ariaLabel} className={cls("relative py-20 w-full bg-blue-500", useInvertedBackground === "invertDefault" && "bg-foreground", className)}>
<section aria-label={ariaLabel} className={cls("relative py-20 w-full", useInvertedBackground === "invertDefault" && "bg-foreground", className)}>
<div className={cls("w-content-width mx-auto", containerClassName)}>
<div className={cls("w-full card p-6 md:p-0 py-20 md:py-20 rounded-theme-capped flex items-center justify-center", contentClassName)}>
<div className={cls("w-full card p-6 md:p-0 py-20 md:py-20 rounded-theme-capped flex items-center justify-center bg-blue-500", contentClassName)}>
<div className="relative z-1 w-full md:w-1/2">
<ContactForm
tag={tag}