From 6dcd336fadfa25a5bbbe79316cde0827725c9159 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:03:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 221 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a147fcf..436211b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Cake, Coffee, Heart, Sparkles, Users } from "lucide-react"; +import { Cake, Coffee, Heart, Sparkles, Users, Coffee as CupSoda } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -110,64 +75,34 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Türkisches Frühstück", - description: "Reichhaltig, frisch und zum Teilen gedacht. Ein herzhaftes Erlebnis für jeden Morgen.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-buns-bucket-with-cheese-tomato-cucumber-bowl-white-background_141793-52938.jpg", + title: "Türkisches Frühstück", description: "Reichhaltig, frisch und zum Teilen gedacht. Ein herzhaftes Erlebnis für jeden Morgen.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-buns-bucket-with-cheese-tomato-cucumber-bowl-white-background_141793-52938.jpg", imageAlt: "rich turkish breakfast set with olives cheese bread" }, items: [ - { - icon: Coffee, - text: "Frische Zutaten", - }, - { - icon: Users, - text: "Ideal zum Teilen", - }, + { icon: Coffee, text: "Frische Zutaten" }, + { icon: Users, text: "Ideal zum Teilen" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-kitchen-top-view_140725-5547.jpg?_wi=2", - imageAlt: "rich turkish breakfast set with olives cheese bread", }, { - title: "Hausgemachte Kuchen", - description: "Wechselnde Sorten, immer frisch gebacken – nicht zu süß, einfach perfekt.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-cakes-white-plate_114579-75966.jpg", + title: "Hausgemachte Kuchen", description: "Wechselnde Sorten, immer frisch gebacken – nicht zu süß, einfach perfekt.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-cakes-white-plate_114579-75966.jpg", imageAlt: "rich turkish breakfast set with olives cheese bread" }, items: [ - { - icon: Cake, - text: "Täglich frisch", - }, - { - icon: Sparkles, - text: "Handgemacht", - }, + { icon: Cake, text: "Täglich frisch" }, + { icon: Sparkles, text: "Handgemacht" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-take-away-coffee_1303-29355.jpg", - imageAlt: "rich turkish breakfast set with olives cheese bread", }, { - title: "Kaffee mit Seele", - description: "Vom cremigen Cappuccino bis zum aromatischen Americano – mit Liebe für dich zubereitet.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-machine-with-loads-cups_23-2148523034.jpg", + title: "Kaffee mit Seele", description: "Vom cremigen Cappuccino bis zum aromatischen Americano – mit Liebe für dich zubereitet.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-machine-with-loads-cups_23-2148523034.jpg", imageAlt: "rich turkish breakfast set with olives cheese bread" }, items: [ - { - icon: CupSoda, - text: "Beste Bohnen", - }, - { - icon: Heart, - text: "Mit Leidenschaft", - }, + { icon: CupSoda, text: "Beste Bohnen" }, + { icon: Heart, text: "Mit Leidenschaft" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16254.jpg?_wi=1", - imageAlt: "rich turkish breakfast set with olives cheese bread", }, ]} title="Signature Highlights" @@ -179,31 +114,11 @@ export default function LandingPage() { -- 2.49.1