From bc3749f9dc135743eb4cc1f700fea77990071ab0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:04:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} /> -- 2.49.1