Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-07 17:49:22 +00:00

View File

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