From e991469c149fe0a2dd64c77abbb95e42bb0aced6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:56:06 +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 8b3856a..481b6e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Vår meny", href: "#product" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg?_wi=1" imageAlt="Stadskällaren restaurant historic cellar dining" mediaAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -105,7 +105,7 @@ export default function LandingPage() { id: "efterrätt", name: "Efterrätter", price: "89 kr", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg", imageAlt: "Elegant presenterad efterrätt" }, { - id: "viner", name: "Viner & dryck", price: "från 79 kr", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg", imageAlt: "Urval av viner och dryck" + id: "viner", name: "Viner & dryck", price: "från 79 kr", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg?_wi=2", imageAlt: "Urval av viner och dryck" } ]} /> -- 2.49.1