From 05862c386f66857337d339594d2b1bf4b8585df8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:38:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a570ae..50e1d4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, Coffee, Users } from "lucide-react"; +import { Award, Coffee, Users, Star, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -182,27 +103,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Coffee, - title: "Kaffeetassen serviert", - value: "15.000+", - }, - { - id: "m2", - icon: Award, - title: "Auszeichnungen", - value: "5", - }, - { - id: "m3", - icon: Users, - title: "Zufriedene Gäste", - value: "10.000+", - }, + { id: "m1", icon: Coffee, title: "Kaffeebohnen vermahlen", value: "500kg+" }, + { id: "m2", icon: Award, title: "Jahre Leidenschaft", value: "8" }, + { id: "m3", icon: Users, title: "Glückliche Gäste", value: "25.000+" }, ]} - title="Milis Cafe in Zahlen" - description="Unsere Leidenschaft für Kaffee im Überblick." + title="Milis Cafe Fakten" + description="Qualität durch Erfahrung." /> @@ -212,50 +118,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah M.", - handle: "@sarah_coffee", - testimonial: "Der beste Flat White, den ich seit langem hatte!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray-drinking-coffee_158538-14906.jpg", - }, - { - id: "2", - name: "Julian B.", - handle: "@julianb", - testimonial: "Toller Service und sehr gemütlich hier.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - }, - { - id: "3", - name: "Laura F.", - handle: "@lauraf", - testimonial: "Ein echtes Highlight in der Stadt.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-colleagues-looking-away-through-window_23-2148422304.jpg", - }, - { - id: "4", - name: "Markus K.", - handle: "@mk_coffee", - testimonial: "Immer wieder gerne für eine Auszeit.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman_1303-3880.jpg", - }, - { - id: "5", - name: "Julia H.", - handle: "@juliah", - testimonial: "Qualität schmeckt man hier einfach.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", - }, + { id: "1", name: "Sarah M.", handle: "@milis_fan", testimonial: "Die Instagram-Ästhetik im Laden ist genauso gut wie der Kaffee!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cafe_53876-130456.jpg" }, + { id: "2", name: "Marc L.", handle: "@berlin_cafes", testimonial: "Definitiv der beste Flat White der Stadt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee_53876-14022.jpg" }, ]} showRating={true} - title="Was unsere Gäste sagen" - description="Erfahrungen unserer Kaffeeliebhaber." + title="Stimmen von Milis-Fans" + description="Was die Community über uns postet." /> @@ -264,24 +132,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Woher stammen Ihre Kaffeebohnen?", - content: "Wir beziehen unsere Bohnen direkt von kleinen, nachhaltig arbeitenden Farmen.", - }, - { - id: "f2", - title: "Bieten Sie auch vegane Milchalternativen an?", - content: "Ja, wir bieten Hafer-, Mandel- und Sojamilch an.", - }, - { - id: "f3", - title: "Kann man bei Ihnen Plätze reservieren?", - content: "Wir sind ein Café zum spontanen Genießen und arbeiten daher ohne Reservierungen.", - }, + { id: "f1", title: "Darf ich für Instagram fotografieren?", content: "Absolut! Wir lieben es, wenn unsere Gäste ihre Milis-Momente teilen. Markiert uns gerne!" }, + { id: "f2", title: "Sind Hunde erlaubt?", content: "Ja, vierbeinige Begleiter sind bei uns herzlich willkommen." }, ]} - title="Häufige Fragen" - description="Alles, was du über Milis Cafe wissen musst." + title="Fragen & Infos" + description="Alles, was du für deinen Besuch wissen musst." faqsAnimation="slide-up" /> @@ -289,15 +144,10 @@ export default function LandingPage() {
@@ -305,30 +155,8 @@ export default function LandingPage() {