From 62d67f945e11a9f7527f3e817f07bf5b903bb6d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa64f7f..2dfc09b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,9 +89,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "Klassiker", name: "Eisbecher Da Claudio", price: "7,50 €", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-roasted-plums-bowl_53876-95446.jpg" }, + { id: "p1", brand: "Klassiker", name: "Eisbecher Da Claudio", price: "7,50 €", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775673145072-1y6v6ijd.png" }, { id: "p2", brand: "Spezial", name: "Raffaello Becher", price: "8,20 €", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-texture_23-2149450684.jpg" }, - { id: "p3", brand: "Frucht", name: "Maracuja Traum", price: "6,90 €", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fruit-shake-topped-with-frozen-strawberries-cranberries-coconut-bowl_181624-27868.jpg" }, + { id: "p3", brand: "Frucht", name: "Erdbeeren Traum ", price: "6,90 €", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775673167468-o342b0lf.png" }, { id: "p4", brand: "Genuss", name: "Frische Waffeln", price: "5,50 €", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-cream-tea-biscuit-birthday-cake-sweet_140725-101617.jpg" }, { id: "p5", brand: "Kuchen", name: "Hausgemachte Torte", price: "4,20 €", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-piece-cake-star-anise_114579-22268.jpg" }, { id: "p6", brand: "Getränke", name: "Italienischer Kaffee", price: "3,20 €", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672512739-ikudcd7k.png" }, -- 2.49.1