From 9536922443e589f0a139a740b8d18d53fa6583ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 17:03:09 +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 16169ad..99bf8b4 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -98,7 +98,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-entrance-with-wood-doors-two-turquoise-chairs-with-plant_140725-2569.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-entrance-with-wood-doors-two-turquoise-chairs-with-plant_140725-2569.jpg?_wi=2" /> -- 2.49.1 From 00c907c39f9353ef284f99fa965a29207861abc2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 17:03:09 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1482dd7..78c4c23 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,10 +28,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dining-table-modern-boho-chic-aesthetic-dining-room_53876-132817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-table-modern-boho-chic-aesthetic-dining-room_53876-132817.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/cozy-winter-scenes-with-family_23-2149187631.jpg", @@ -73,7 +73,7 @@ export default function HomePage() { description: "Live traditional performances to elevate your visit.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-entrance-with-wood-doors-two-turquoise-chairs-with-plant_140725-2569.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-entrance-with-wood-doors-two-turquoise-chairs-with-plant_140725-2569.jpg?_wi=1" /> @@ -169,7 +169,7 @@ export default function HomePage() { detail: "The city's favorite.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/dining-table-modern-boho-chic-aesthetic-dining-room_53876-132817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-table-modern-boho-chic-aesthetic-dining-room_53876-132817.jpg?_wi=2", imageAlt: "Minimalist and spacious interior design", }, { @@ -189,7 +189,7 @@ export default function HomePage() { }, ], placeholder: "Ask anything...", - imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg?_wi=2", imageAlt: "Minimalist and spacious interior design", }, ]} -- 2.49.1