From 8966926bb70c2cfffa111e6798fd1b1df1bd18e0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:49:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41ccc23..0b2571a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Calendar, CheckCircle, Wrench, ShieldCheck, Truck, Users } from "lucide-react"; +import { Calendar, CheckCircle, Wrench, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -112,6 +112,8 @@ export default function LandingPage() { { id: "m2", value: "850+", title: "Zufriedene Kunden", items: ["Gewerblich", "Privat"] }, { id: "m3", value: "100%", title: "Service-Qualität", items: ["Garantie", "Support"] } ]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -139,6 +141,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Ihre Nachricht oder Serviceanfrage", rows: 4 }} imageSrc="https://img.b2bpic.net/free-photo/trailer-center-contact.jpg" + useInvertedBackground={false} /> -- 2.49.1