From ba611eea2a2b3f07333fc88f8da5efb09c643412 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:34:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} /> -- 2.49.1