diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e532e9..6fb7771 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; +import { ShieldCheck, Wrench, DollarSign } from "lucide-react"; export default function HvacPage() { return ( @@ -150,6 +150,7 @@ export default function HvacPage() { title="Bereit für Ihr Projekt?" description="Kontaktieren Sie uns für ein unverbindliches Angebot oder eine Beratung." buttons={[{ text: "Kontaktanfrage", href: "#contact" }]} + background={{ variant: "plain" }} useInvertedBackground={false} />