diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 812814d..083ccf3 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/wine-glass_74190-1307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279488.jpg", @@ -120,7 +120,7 @@ export default function HomePage() { "Award", "Shield", ], - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1307.jpg?_wi=2", imageAlt: "Empty dining table in a restaurant", }, { @@ -140,7 +140,7 @@ export default function HomePage() { }, ], placeholder: "Ask the Chef...", - imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg?_wi=2", imageAlt: "Empty dining table in a restaurant", }, ]}