From 9d72d52bd93dbebe7166ec0ae3da4a81fc755a32 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:14:32 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }, ]} />