From 83e0d4ffb6e3e9db18a23263cc389ef520b592b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:50:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 688caa5..7002665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,6 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" 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" }]} title="Lashvelin Wimpernshampoo" description="Frische, saubere und gepflegte Wimpern – jeden Tag." @@ -97,7 +96,7 @@ export default function LandingPage() { 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." }]} 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." faqsAnimation="slide-up" mediaAnimation="slide-up" -- 2.49.1