From b594b07c5d911016d616f0bfebcf02cacc643fe8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:05:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 +++++++++-------------------------------------- 1 file changed, 31 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 405240c..bcb059b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,11 @@ export default function LandingPage() { @@ -118,27 +86,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} - products={[ - { - id: "p1", brand: "Signature", name: "Perfekt balancierte Steaks", price: "Hohe Qualität", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-table_140725-7286.jpg"}, - { - id: "p2", brand: "Traditionell", name: "Goldenes Schnitzel", price: "Handpaniert", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/cooked-grilled-lamb-ribs-with-herbs_23-2148517066.jpg"}, - { - id: "p3", brand: "Meeresfrüchte", name: "Frische Garnelen", price: "Auf Bestellung", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-vegetables-lemon-slices_140725-6207.jpg"}, - { - id: "p4", brand: "Spezialität", name: "Die berühmte Ente", price: "100 Punkte", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg"}, - { - id: "p5", brand: "Saisonal", name: "Tagesgerichte", price: "Frische Zutaten", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/crispy-pork-white-plate-topped-with-sauce_1150-21303.jpg"}, - { - id: "p6", brand: "Dessert", name: "Hausgemachte Genüsse", price: "Süßer Abschluss", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/pastries-tasty-salted-meat-filled-along-with-sumax-green-leafs-inside-white-plate-grey-surface_140725-14191.jpg"}, - ]} title="Kulinarische Highlights" description="Handgefertigte Gerichte, perfekt zubereitet, als Ausdruck unseres Qualitätsversprechens." /> @@ -149,20 +96,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" useInvertedBackground={true} - features={[ - { - id: "f1", title: "Sommerterrasse", author: "Außenbereich", description: "Entspannen Sie auf unserer wunderschönen Terrasse in der Sonne.", tags: [ - "Sommer", "Essen"], - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg"}, - { - id: "f2", title: "Warme Innenräume", author: "Gemütliche Atmosphäre", description: "Stilvoller, hochwertiger Speisebereich im Innenraum.", tags: [ - "Warm", "Elegant"], - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg"}, - { - id: "f3", title: "Familienfreundlich", author: "Herzlich Willkommen", description: "Kinder sind willkommen und erhalten besondere Leckereien.", tags: [ - "Familie", "Kinder"], - imageSrc: "http://img.b2bpic.net/free-photo/crispy-breaded-chicken-patty-topped-with-herbs-black-bowl_140725-5792.jpg"}, - ]} title="Ein Ort, an den man immer wieder zurückkehren möchte" description="Die perfekte Balance zwischen stilvollem Fine Dining und herzlichem Familienkomfort." /> @@ -173,30 +106,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "t1", name: "Gast", role: "Besucher", company: "Rhein", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25258.jpg"}, - { - id: "t2", name: "Feinschmecker", role: "Stammgast", company: "Lokal", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-eyeglasses-taking-selfie-from-mobile-phone-restaurant_23-2147871308.jpg"}, - { - id: "t3", name: "Enten-Fan", role: "Gast", company: "Tourist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"}, - { - id: "t4", name: "Glückliche Familie", role: "Besucher", company: "Stammgast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"}, - { - id: "t5", name: "Schnitzel-Fan", role: "Gast", company: "Erpel", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg"}, - ]} kpiItems={[ - { - value: "100+", label: "Fünf Sterne"}, - { - value: "100%", label: "Glückliche Gäste"}, - { - value: "Erpel", label: "Herz"}, + { value: "100+", label: "Fünf Sterne" }, + { value: "100%", label: "Glückliche Gäste" }, + { value: "Erpel", label: "Herz" }, ]} title="Gasterfahrungen" description="Authentische Stimmen unserer zufriedenen Gäste aus der gesamten Rheinregion." @@ -207,8 +120,7 @@ export default function LandingPage() { @@ -217,45 +129,20 @@ export default function LandingPage() {