Update src/app/page.tsx

This commit is contained in:
2026-04-26 13:34:16 +00:00
parent c403b96c18
commit ba611eea2a

View File

@@ -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}
/>
</div>