From 607091a9ba829bb7a667b4fc8470516233762f7a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:26:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6578ef..edd0608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,12 +87,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "dish1", name: "Svinjski gulaš s pireom", price: "75 HRK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg" }, - { id: "dish2", name: "Domaća juha", price: "38 HRK", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg" }, - { id: "dish3", name: "Gablec specijal", price: "55 HRK", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg" }, - { id: "dish4", name: "Domaći njoki", price: "60 HRK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg" }, - { id: "dish5", name: "Pečeni krumpir", price: "40 HRK", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg" }, - { id: "dish6", name: "Domaći desert", price: "45 HRK", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg" } + { id: "dish1", name: "Svinjski gulaš s pireom", price: "75 HRK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg?_wi=1" }, + { id: "dish2", name: "Domaća juha", price: "38 HRK", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg?_wi=1" }, + { id: "dish3", name: "Gablec specijal", price: "55 HRK", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg?_wi=1" }, + { id: "dish4", name: "Domaći njoki", price: "60 HRK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg?_wi=2" }, + { id: "dish5", name: "Pečeni krumpir", price: "40 HRK", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg?_wi=2" }, + { id: "dish6", name: "Domaći desert", price: "45 HRK", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg?_wi=2" } ]} title="Signature Dishes" description="Domaća jela. Lokalni sastojci. Cijene iz prošlosti." -- 2.49.1