From f3a1d5e613237a75ed0ff0acb4bc7d54a503609e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:39:46 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1675866..94ea9b1 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -91,7 +91,7 @@ export default function Layout() { }, ]} copyright="© 2024 SEB'S GARDEN. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg?_wi=2" /> -- 2.49.1 From 350bc1056a6cac967d80466774934c6e3f575799 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:39:47 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6257fde..0b165c4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -136,7 +136,7 @@ export default function HomePage() { title: "Evening Ambiance", description: "Warm candlelight and cozy nights.", href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-with-mint-table_23-2149418266.jpg?_wi=1", }, { title: "Marble Surfaces", -- 2.49.1