Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81868dbeb7 | |||
| c305372fca | |||
| 83e0d4ffb6 | |||
| 4f3ad87f85 |
@@ -68,10 +68,9 @@ 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="Sanfte Reinigung für ein langanhaltendes Wimpern-Lifting."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
@@ -97,7 +96,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[{ id: "1", title: "Ist das Produkt für die tägliche Anwendung geeignet?", content: "Ja, Lashvelin ist speziell für die tägliche, sanfte Reinigung konzipiert." }, { id: "2", title: "Kann ich es mit Lash Extensions verwenden?", content: "Absolut! Lashvelin ist ölfrei und perfekt für Lash Extensions geeignet." }, { id: "3", title: "Wie wende ich es an?", content: "Einfach auftragen, sanft einmassieren und mit klarem Wasser abspülen." }, { id: "4", title: "Ist das Shampoo sanft?", content: "Wir setzen auf besonders milde, haut- und wimpernverträgliche Inhaltsstoffe." }]}
|
faqs={[{ id: "1", title: "Ist das Produkt für die tägliche Anwendung geeignet?", content: "Ja, Lashvelin ist speziell für die tägliche, sanfte Reinigung konzipiert." }, { id: "2", title: "Kann ich es mit Lash Extensions verwenden?", content: "Absolut! Lashvelin ist ölfrei und perfekt für Lash Extensions geeignet." }, { id: "3", title: "Wie wende ich es an?", content: "Einfach auftragen, sanft einmassieren und mit klarem Wasser abspülen." }, { id: "4", title: "Ist das Shampoo sanft?", content: "Wir setzen auf besonders milde, haut- und wimpernverträgliche Inhaltsstoffe." }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-chic-boho-dress-amongst-flowers_23-2150260822.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-chic-boho-dress-amongst-flowers_23-2150260822.jpg?_wi=2"
|
||||||
title="Häufige Fragen"
|
title="Warum Lashvelin die beste Wahl ist"
|
||||||
description="Alles rund um deine Lashvelin Routine."
|
description="Alles rund um deine Lashvelin Routine."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user