diff --git a/src/app/page.tsx b/src/app/page.tsx index 3232744..77f209a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,8 +113,8 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Basis-Paket", price: "999 €", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }, - { id: "p2", name: "Enterprise-Paket", price: "4.500 €", imageSrc: "https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=600" }, - { id: "p3", name: "Premium-Service", price: "1.200 €", imageSrc: "https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=600" } + { id: "p2", name: "Enterprise-Paket", price: "4.500 €", imageSrc: "https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=600&_wi=1" }, + { id: "p3", name: "Premium-Service", price: "1.200 €", imageSrc: "https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=600&_wi=2" } ]} />