diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 9c101e7..853e144 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -37,7 +37,7 @@ export default function ShopPage() {
useInvertedBackground={false}
title="Shop - Lashvelin"
description="Unsere Produkte für dich."
- products={[{ id: "s1", brand: "Lashvelin", name: "Lash Cleanser", price: "24,90 €", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg" }]}
+ products={[{ id: "s1", brand: "Lashvelin", name: "Lash Cleanser", price: "24,90 €", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=4" }]}
/>
@@ -47,14 +47,14 @@ export default function ShopPage() {
title="Warum Lashvelin"
description="Qualität bei jedem Schritt."
features={[
- { title: "Sichere Inhaltsstoffe", description: "Vegan.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/easter-egg-near-cup-bunch-fresh-wheat_23-2148074805.jpg", imageAlt: "elegant minimal beauty background creme" },
- { title: "Schnelle Lieferung", description: "Zuverlässig.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg", imageAlt: "premium eyelash shampoo bottle minimalist" },
+ { title: "Sichere Inhaltsstoffe", description: "Vegan.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/easter-egg-near-cup-bunch-fresh-wheat_23-2148074805.jpg?_wi=3", imageAlt: "elegant minimal beauty background creme" },
+ { title: "Schnelle Lieferung", description: "Zuverlässig.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=5", imageAlt: "premium eyelash shampoo bottle minimalist" },
]}
/>