This commit is contained in:
2026-01-29 18:17:50 +02:00
parent cd2c227c2d
commit e50dc2ee28

View File

@@ -54,7 +54,7 @@ const ContactCenter = ({
termsClassName = "",
}: ContactCenterProps) => {
return (
<section aria-label={ariaLabel} className={cls("relative py-20 w-full", useInvertedBackground === "invertDefault" && "bg-foreground", className)}>
<section aria-label={ariaLabel} className={cls("relative py-20 w-full bg-blue-500", 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="relative z-1 w-full md:w-1/2">