diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4e3df30..b49e18b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -84,7 +84,7 @@ export default function Layout() { }, ]} copyright="© 2024 Chef Muslim Restaurant. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=3" links={[ { label: "Privacy", diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fb65734..ce3483a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,7 +28,7 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/three-assorted-steamed-bao-buns-dark-serving-board_84443-85725.jpg", @@ -181,7 +181,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208326.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=2", imageAlt: "head chef portrait", }, ]}