diff --git a/src/app/page.tsx b/src/app/page.tsx index 52ece55..10014b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,17 +121,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Weißkäse Auswahl", price: "ab 4,99 €", variant: "Frisch", imageSrc: "http://img.b2bpic.net/free-photo/cheese-appetizer_23-2148145190.jpg"}, + id: "p1", name: "Weißkäse Auswahl", price: "ab 4,99 €", variant: "Authentic flavor", imageSrc: "http://img.b2bpic.net/free-photo/cheese-appetizer_23-2148145190.jpg"}, { - id: "p2", name: "Eingelegte Oliven", price: "ab 3,50 €", variant: "Authentisch", imageSrc: "http://img.b2bpic.net/free-photo/marinated-olives-cans-market_1398-2250.jpg"}, + id: "p2", name: "Eingelegte Oliven", price: "ab 3,50 €", variant: "Daily fresh arrival", imageSrc: "http://img.b2bpic.net/free-photo/marinated-olives-cans-market_1398-2250.jpg"}, { - id: "p3", name: "Orientalische Gewürze", price: "ab 2,99 €", variant: "Aromatisch", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-dried-food-market-place-sideways_23-2148648930.jpg"}, + id: "p3", name: "Orientalische Gewürze", price: "ab 2,99 €", variant: "Authentic flavor", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-dried-food-market-place-sideways_23-2148648930.jpg"}, { - id: "p4", name: "Frisches Baklava", price: "ab 8,99 €", variant: "Süß", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-delicious-sweet-snacks-banquet-table_181624-24586.jpg"}, + id: "p4", name: "Frisches Baklava", price: "ab 8,99 €", variant: "Daily fresh arrival", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-delicious-sweet-snacks-banquet-table_181624-24586.jpg"}, { - id: "p5", name: "Türkischer Schwarztee", price: "ab 5,49 €", variant: "Tee", imageSrc: "http://img.b2bpic.net/free-photo/herbs-tea-counter_1398-3046.jpg"}, + id: "p5", name: "Türkischer Schwarztee", price: "ab 5,49 €", variant: "Authentic flavor", imageSrc: "http://img.b2bpic.net/free-photo/herbs-tea-counter_1398-3046.jpg"}, { - id: "p6", name: "Snack-Auswahl", price: "ab 1,99 €", variant: "Lecker", imageSrc: "http://img.b2bpic.net/free-photo/shop-client-uses-biodegradable-paper-bag_482257-81668.jpg"}, + id: "p6", name: "Snack-Auswahl", price: "ab 1,99 €", variant: "Daily fresh arrival", imageSrc: "http://img.b2bpic.net/free-photo/shop-client-uses-biodegradable-paper-bag_482257-81668.jpg"}, ]} title="Unsere Spezialitäten" description="Entdecken Sie eine Vielfalt an authentischen Produkten für Ihren täglichen Genuss."