From a16bba31d7c5ed7682f2fb6c01b2ce08682f3c38 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 22:05:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 288 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e8e78e..f31a2d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,70 +31,28 @@ export default function LandingPage() {
@@ -104,21 +62,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} negativeCard={{ - items: [ - "Keine Stresssituationen", - "Keine Kompromisse bei der Hygiene", - "Keine unsauberen Ergebnisse", - ], + items: ["Keine standardisierten 08/15 Designs", "Keine fehlende Markenidentität", "Keine mangelnde Kommunikation"], }} positiveCard={{ - items: [ - "Sterile Instrumente (Heißluftsterilisation)", - "Präzise Trockenmaniküre", - "Langanhaltende Gel-Beschichtung", - ], + items: ["Individuelles Design-Konzept", "Strategischer Aufbau", "Klare visuelle Kommunikation"], }} - title="Warum Crocus Beauty" - description="Wir sorgen dafür, dass du strahlend wiederkommst. Kein Stress, keine langen Wartezeiten – nur erstklassige Ergebnisse." + title="Mein Arbeitsansatz" + description="Design bedeutet für mich nicht nur Ästhetik, sondern eine funktionale Lösung für deine Ziele." /> @@ -129,63 +79,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Maniküre", - name: "Russische Maniküre", - price: "ab 35€", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262929.jpg", - }, - { - id: "p2", - brand: "Nägel", - name: "Gel-Beschichtung", - price: "ab 45€", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg", - }, - { - id: "p3", - brand: "Wimpern", - name: "Classic Set", - price: "ab 60€", - rating: 5, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-testing-lipstick-product_23-2148398614.jpg", - }, - { - id: "p4", - brand: "Wimpern", - name: "Volumen-Look", - price: "ab 85€", - rating: 5, - reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg", - }, - { - id: "p5", - brand: "Pflege", - name: "Pediküre mit Massage", - price: "ab 40€", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg", - }, - { - id: "p6", - brand: "Design", - name: "French-Finish", - price: "ab 10€", - rating: 5, - reviewCount: "70+", - imageSrc: "http://img.b2bpic.net/free-photo/modern-caucasian-young-woman-is-sitting-table-with-moisturizing-cosmetic-skin-care-product-brunette-green-shirt-looks-into-camera-while-room-natural-cosmetics-concept_197531-32260.jpg", - }, + { id: "s1", brand: "Design", name: "Branding & CI", price: "ab 500€", rating: 5, reviewCount: "15+", imageSrc: "https://images.unsplash.com/photo-1626785774573-4b799315347d?q=80&w=800" }, + { id: "s2", brand: "Digital", name: "Webdesign", price: "ab 800€", rating: 5, reviewCount: "20+", imageSrc: "https://images.unsplash.com/photo-1547658719-da2b51169165?q=80&w=800" }, + { id: "s3", brand: "Print", name: "Printmedien", price: "ab 300€", rating: 5, reviewCount: "10+", imageSrc: "https://images.unsplash.com/photo-1586717791821-3f44a563daae?q=80&w=800" } ]} - title="Unsere Leistungen" - description="Vom eleganten Nageldesign bis zur professionellen Wimpernverlängerung – individuell abgestimmt auf deine Wünsche." + title="Leistungsspektrum" + description="Ich unterstütze dich von der Konzeption bis zur finalen Umsetzung deiner kreativen Projekte." /> @@ -195,53 +94,21 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} plans={[ - { - id: "loyalty", - badge: "Treue", - price: "50% Rabatt", - subtitle: "Nach dem 5. Besuch", - buttons: [ - { - text: "Mehr erfahren", - href: "#", - }, - ], - features: [ - "Kein Code", - "Automatische Zählung", - "50% auf 6. Termin", - ], - }, - { - id: "vip", - badge: "Gratis", - price: "11. Besuch", - subtitle: "Vollständig gratis", - buttons: [ - { - text: "Mehr erfahren", - href: "#", - }, - ], - features: [ - "Treue belohnt", - "Kein Antrag nötig", - "Nach 10 Besuchen", - ], - }, + { id: "starter", badge: "Start", price: "Ab 500€", subtitle: "Kleine Projekte", buttons: [{ text: "Starten", href: "#contact" }], features: ["Individuelle Analyse", "3 Designvorschläge", "Quelldaten inklusive"] }, + { id: "pro", badge: "Premium", price: "Ab 1500€", subtitle: "Vollumfängliche Markenarbeit", buttons: [{ text: "Starten", href: "#contact" }], features: ["Umfassendes Branding", "Social Media Assets", "Priority Support"] } ]} - title="Treue zahlt sich aus" - description="Unsere Treueprogramme für zufriedene Kundinnen." + title="Investition in deine Marke" + description="Transparente Pakete für deinen kreativen Erfolg." />
@@ -251,44 +118,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sophie Krämer", - handle: "@sophie", - testimonial: "Sehr saubere und präzise Arbeit. Meine Nägel sehen natürlich aus und halten wirklich lange.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-hands_23-2148238253.jpg", - }, - { - id: "t2", - name: "Marlene Vogt", - handle: "@marlene", - testimonial: "Die Pediküre war angenehm und hygienisch. Besonders die Fußmassage war ein echtes Highlight.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-yellow-wall_1303-22991.jpg", - }, - { - id: "t3", - name: "Leonie H.", - handle: "@leonie", - testimonial: "Sehr schönes Ergebnis – nicht zu künstlich, genau wie ich es wollte.", - imageSrc: "http://img.b2bpic.net/free-photo/model-is-sitting-high-chair-professional-make-up-procedure_231208-3562.jpg", - }, - { - id: "t4", - name: "Anna S.", - handle: "@anna", - testimonial: "Habe mich vom ersten Moment an wohlgefühlt. Top Studio!", - imageSrc: "http://img.b2bpic.net/free-photo/women-talking-cafe_23-2147785301.jpg", - }, - { - id: "t5", - name: "Julia P.", - handle: "@julia", - testimonial: "Immer wieder gerne, die Wimpern sind perfekt.", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101183.jpg", - }, + { id: "t1", name: "Sarah M.", handle: "@sarah", testimonial: "Die Arbeit mit diesem Studio war eine absolute Bereicherung. Sehr professionell und kreativ!", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=400" }, + { id: "t2", name: "Markus W.", handle: "@markus", testimonial: "Endlich ein Design, das perfekt zu meiner Marke passt.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=400" } ]} - title="Was unsere Kundinnen sagen" - description="Über 500 zufriedene Kundinnen vertrauen auf unsere Technik." + title="Stimmen meiner Partner" + description="Kunden, die auf Qualität und Kreativität setzen." /> @@ -297,26 +131,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Wie lange halten die Nägel?", - content: "Die Ergebnisse halten bei guter Pflege etwa 3–4 Wochen.", - }, - { - id: "f2", - title: "Wie hygienisch sind die Instrumente?", - content: "Wir nutzen ausschließlich Heißluftsterilisation bei 180°C nach jedem Kunden.", - }, - { - id: "f3", - title: "Bieten Sie auch Gutscheine an?", - content: "Ja, Gutscheine ab 30€ sind online oder im Studio erhältlich.", - }, + { id: "f1", title: "Wie läuft der Prozess ab?", content: "Wir beginnen mit einem kostenlosen Erstgespräch, danach folgt die Konzeption und Umsetzung." }, + { id: "f2", title: "Wie lange dauert ein Projekt?", content: "Je nach Umfang planen wir etwa 2 bis 6 Wochen ein." } ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-friend-surprising-woman_23-2149315322.jpg" + imageSrc="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1000" mediaAnimation="slide-up" - title="Häufige Fragen" - description="Alles Wichtige für deinen Studiobesuch." + title="Fragen & Antworten" + description="Hier findest du alle wichtigen Informationen vorab." faqsAnimation="slide-up" /> @@ -324,37 +145,20 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1