Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-03 17:52:48 +00:00

View File

@@ -71,12 +71,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Feinkost", name: "Delikatessen", price: "ab 12€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg" },
{ id: "p2", brand: "Weine", name: "Erlesene Weine", price: "ab 25€", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-wine-glass_140725-162600.jpg" },
{ id: "p1", brand: "Feinkost", name: "Delikatessen", price: "ab 12€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=1" },
{ id: "p2", brand: "Weine", name: "Erlesene Weine", price: "ab 25€", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-wine-glass_140725-162600.jpg?_wi=1" },
{ id: "p3", brand: "Bar", name: "Signature Drinks", price: "14€", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-iced-cocktail-with-dried-lemons-black-board_181624-57689.jpg" },
{ id: "p4", brand: "Antipasti", name: "Hausgemachte Feinkost", price: "ab 15€", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-types-cheese-with-honey-grapes-wooden-platter-with-pickled-olives_140725-12228.jpg" },
{ id: "p5", brand: "Süßwaren", name: "Artisan Desserts", price: "ab 8€", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg" },
{ id: "p6", brand: "Spirituosen", name: "Edle Raritäten", price: "ab 45€", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-wine-glass_140725-162600.jpg" },
{ id: "p5", brand: "Süßwaren", name: "Artisan Desserts", price: "ab 8€", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=2" },
{ id: "p6", brand: "Spirituosen", name: "Edle Raritäten", price: "ab 45€", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-wine-glass_140725-162600.jpg?_wi=2" },
]}
title="Unsere Auswahl"
description="Entdecken Sie unsere kuratierten Spezialitäten, die mit Liebe zum Detail für echte Genießer ausgewählt wurden."
@@ -119,8 +119,8 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah M.", handle: "Genießerin", testimonial: "Ein Ort, an dem man die Zeit vergisst.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-table_23-2149684349.jpg" },
{ id: "t2", name: "Michael B.", handle: "Feinschmecker", testimonial: "Unglaubliche Auswahl und eine Atmosphäre wie im Urlaub.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
{ id: "t3", name: "Elena R.", handle: "Stammgast", testimonial: "Hier wird Genuss wirklich gelebt.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
{ id: "t2", name: "Michael B.", handle: "Feinschmecker", testimonial: "Unglaubliche Auswahl und eine Atmosphäre wie im Urlaub.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=1" },
{ id: "t3", name: "Elena R.", handle: "Stammgast", testimonial: "Hier wird Genuss wirklich gelebt.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=2" },
{ id: "t4", name: "David K.", handle: "Experte", testimonial: "Hervorragende Beratung und exzellente Qualität.", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
{ id: "t5", name: "Lisa H.", handle: "Kundin", testimonial: "Immer wieder ein Erlebnis.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg" },
]}