diff --git a/src/app/page.tsx b/src/app/page.tsx
index af93174..1d6c202 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
-import { CheckCircle, Zap, Shield, Target } from "lucide-react";
+import { CheckCircle, Zap, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -61,6 +61,7 @@ export default function LandingPage() {
description="Alles was Sie für digitales Wachstum benötigen."
animationType="slide-up"
textboxLayout="split"
+ useInvertedBackground={false}
features={[
{
title: "Performance Marketing", description: "Datengetriebene Kampagnen mit Fokus auf messbaren ROI.", media: { imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg" },
@@ -75,6 +76,9 @@ export default function LandingPage() {