From 299621473c1f61ef8c96f4fd5b3e67ab49b17ac0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Jul 2026 19:42:42 +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 1f8a9f2..08e087a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -94,7 +94,7 @@ export default function Layout() { href: "https://twitter.com", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129264.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129264.jpg?_wi=2" /> -- 2.49.1 From bd01018c6016b48fed1e60178fd64ed96f5280d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Jul 2026 19:42:43 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 65eccbd..93d6040 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,7 +27,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-dough-tablecloth-flour_23-2147606577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-dough-tablecloth-flour_23-2147606577.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-loving-couple-bakers-drinking-coffee_171337-14154.jpg", @@ -57,7 +57,7 @@ export default function HomePage() { text: "Visit Us", href: "#contact", }} - imageSrc="http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129264.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129264.jpg?_wi=1" textAnimation="slide-up" /> @@ -147,7 +147,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-male-baker-front-baked-croissant-shelves_23-2148189030.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-dough-tablecloth-flour_23-2147606577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-dough-tablecloth-flour_23-2147606577.jpg?_wi=2", imageAlt: "portrait professional head baker", }, ]} -- 2.49.1