From 6f23f824b0ae8447d3fca817a71a6ba18e326dfc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:04:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++---------------------------------------- 1 file changed, 25 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dff0145..9a94a1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,55 +30,25 @@ export default function LandingPage() {
@@ -89,21 +59,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Unsere Philosophie" metrics={[ - { - icon: Zap, - label: "Abholbereit", - value: "10 Min.", - }, - { - icon: Flame, - label: "Frisch im Wok", - value: "100%", - }, - { - icon: Award, - label: "Stammimbiss", - value: "Seit Jahren", - }, + { icon: Zap, label: "Abholbereit", value: "10 Min." }, + { icon: Flame, label: "Frisch im Wok", value: "100%" }, + { icon: Award, label: "Stammimbiss", value: "Seit Jahren" }, ]} metricsAnimation="slide-up" /> @@ -116,42 +74,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Gebratene Nudeln", - price: "8,90 €", - imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2284.jpg", - }, - { - id: "p2", - name: "Wok-Hühnchen Curry", - price: "10,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/stir-fry-chicken-sweet-peppers-green-beans_2829-20110.jpg", - }, - { - id: "p3", - name: "Knusprige Frühlingsrollen", - price: "4,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food_1150-21500.jpg", - }, - { - id: "p4", - name: "Gebratenes Gemüse", - price: "7,90 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88398.jpg", - }, - { - id: "p5", - name: "Gebratener Reis Spezial", - price: "9,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-served-with-hot-syrup_157027-4061.jpg", - }, - { - id: "p6", - name: "Dim Sum Selection", - price: "6,90 €", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-arrangement_23-2149035098.jpg", - }, + { id: "p1", name: "Gebratene Nudeln", price: "8,90 €", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2284.jpg" }, + { id: "p2", name: "Wok-Hühnchen Curry", price: "10,50 €", imageSrc: "http://img.b2bpic.net/free-photo/stir-fry-chicken-sweet-peppers-green-beans_2829-20110.jpg" }, + { id: "p3", name: "Knusprige Frühlingsrollen", price: "4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food_1150-21500.jpg" }, ]} title="Signature Gerichte" description="Eine Auswahl unserer beliebtesten Gerichte – jede Woche frisch zubereitet." @@ -162,42 +87,11 @@ export default function LandingPage() {
-- 2.49.1