4 Commits

Author SHA1 Message Date
254d703633 Update src/app/page.tsx 2026-04-03 17:48:52 +00:00
76c9e794b1 Merge version_4 into main
Merge version_4 into main
2026-04-03 17:47:41 +00:00
048602f61e Update src/app/page.tsx 2026-04-03 17:47:35 +00:00
b49ed8a673 Merge version_3 into main
Merge version_3 into main
2026-04-03 17:46:55 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Saubere Wimpern. Schönere Routine." title="Saubere Wimpern. Schönere Routine."
description="Premium Wimpernshampoo für Frauen, die frische, gepflegte und schöne Wimpern als Teil ihrer täglichen Beauty-Routine wollen." description="Premium Wimpernshampoo für Frauen, die frische, gepflegte und schöne Wimpern als Teil ihrer täglichen Beauty-Routine wollen."
buttons={[{ text: "Jetzt Wimpernshampoo kaufen", href: "/shop" }]} buttons={[{ text: "Jetzt entdecken", href: "/shop" }, { text: "Mehr erfahren", href: "/about" }]}
imageSrc="http://img.b2bpic.net/free-photo/easter-egg-near-cup-bunch-fresh-wheat_23-2148074805.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/easter-egg-near-cup-bunch-fresh-wheat_23-2148074805.jpg?_wi=1"
avatars={[{ src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 1" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 2" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 3" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 4" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 5" }]} avatars={[{ src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 1" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 2" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 3" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 4" }, { src: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", alt: "Kunde 5" }]}
marqueeItems={[{ type: "text", text: "Vegan & Tierversuchsfrei" }, { type: "text", text: "Augenärztlich getestet" }, { type: "text", text: "Premium Qualität" }, { type: "text", text: "Sanfte Pflege" }, { type: "text", text: "Made in Europe" }]} marqueeItems={[{ type: "text", text: "Vegan & Tierversuchsfrei" }, { type: "text", text: "Augenärztlich getestet" }, { type: "text", text: "Premium Qualität" }, { type: "text", text: "Sanfte Pflege" }, { type: "text", text: "Made in Europe" }]}
@@ -68,6 +68,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[{ text: "Jetzt in den Warenkorb", href: "/cart" }]}
products={[{ id: "1", 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=2" }]} products={[{ id: "1", 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=2" }]}
title="Lashvelin Wimpernshampoo" title="Lashvelin Wimpernshampoo"
description="Frische, saubere und gepflegte Wimpern jeden Tag." description="Frische, saubere und gepflegte Wimpern jeden Tag."
@@ -86,7 +87,7 @@ export default function LandingPage() {
{ id: "5", name: "Sophie L.", handle: "Lash Fan", testimonial: "Die Qualität ist fantastisch, meine Wimpern sind so gepflegt wie nie zuvor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg?_wi=6" }, { id: "5", name: "Sophie L.", handle: "Lash Fan", testimonial: "Die Qualität ist fantastisch, meine Wimpern sind so gepflegt wie nie zuvor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg?_wi=6" },
]} ]}
showRating={true} showRating={true}
title="Kundinnenliebling" title="Tausende zufriedene Lashvelin-Anwenderinnen"
description="Was Lashvelin-Anwenderinnen sagen." description="Was Lashvelin-Anwenderinnen sagen."
/> />
</div> </div>