From 333ecad67bedb8561ec34c8b9a29efbd4a80d842 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 14:01:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a72b0a8..93c9438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,11 +12,11 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Shield, Sparkles, Truck, Languages, Award, Star, ThumbsUp, Clock, MapPin, Sofa, Zap, Phone } from "lucide-react"; +import { Sparkles, Truck, Languages, Award, Phone } from "lucide-react"; export default function BolebaPage() { return ( - + @@ -56,6 +58,8 @@ export default function BolebaPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454488.jpg" textboxLayout="split" + useInvertedBackground={false} + mediaAnimation="none" /> @@ -70,6 +74,8 @@ export default function BolebaPage() { ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} /> @@ -83,6 +89,8 @@ export default function BolebaPage() { { id: "3", value: "100%", title: "Service", description: "Ganze Schweiz abgedeckt.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1wideh" }, ]} animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} /> @@ -102,6 +110,8 @@ export default function BolebaPage() { } ]} animationType="slide-up" + textboxLayout="split" + useInvertedBackground={false} /> @@ -116,6 +126,8 @@ export default function BolebaPage() { ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} /> @@ -130,6 +142,7 @@ export default function BolebaPage() { ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -144,6 +157,7 @@ export default function BolebaPage() { textarea={{ name: "message", placeholder: "Ihre Anfrage..." }} buttonText="Anfrage senden" imageSrc="http://img.b2bpic.net/free-photo/joyful-young-blonde-call-centre-girl-wearing-headset-sitting-desk-with-work-tools-looking-side-showing-thumbs-up-isolated-pink-wall_141793-113253.jpg" + useInvertedBackground={false} /> -- 2.49.1