Update src/app/shop/page.tsx

This commit is contained in:
2026-04-03 17:14:32 +00:00
parent 3d811122ee
commit 9d72d52bd9

View File

@@ -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" }]}
/>
</div>
<div id="feature" data-section="feature">
@@ -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" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg"
imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=6"
columns={[{ title: "Marke", items: [{ label: "Über uns", href: "/about" }, { label: "Kontakt", href: "/contact" }] }, { title: "Rechtliches", items: [{ label: "AGB", href: "/legal" }, { label: "Datenschutz", href: "/legal" }, { label: "Impressum", href: "/legal" }, { label: "Versand & Rückgabe", href: "/legal" }] }]}
/>
</div>