diff --git a/src/app/page.tsx b/src/app/page.tsx index 0319bcf..f1247c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ 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 { Sparkles, Truck, Languages, Award, Phone, Star } from "lucide-react"; +import { Sparkles, Truck, Languages, Award, Phone, Star, ShieldCheck } from "lucide-react"; export default function BolebaPage() { return ( @@ -57,7 +57,7 @@ export default function BolebaPage() { bulletPoints={[ { title: "30+ Jahre Erfahrung", description: "Fachwissen, das man sieht.", icon: Award }, { title: "Kostenlose Abholung", description: "Wir kommen in die ganze Schweiz.", icon: Truck }, - { title: "5 Sprachen", description: "Internationale Beratung vor Ort.", icon: Languages }, + { title: "30-Tage Zufriedenheitsgarantie", description: "Risikofreie Reinigung mit Qualitätsversprechen.", icon: ShieldCheck }, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454488.jpg" textboxLayout="split" @@ -178,4 +178,4 @@ export default function BolebaPage() { ); -} \ No newline at end of file +}