diff --git a/src/app/bulk-orders/page.tsx b/src/app/bulk-orders/page.tsx index 15e3631..34c79a3 100644 --- a/src/app/bulk-orders/page.tsx +++ b/src/app/bulk-orders/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { text: "Call Now", href: "tel:0247000000", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409227.jpg?_wi=2", imageAlt: "Two tasty toast with fried vegetables on wooden board", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { text: "Call Now", href: "tel:0247000000", }, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-arrangement_23-2148926761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-arrangement_23-2148926761.jpg?_wi=2", imageAlt: "Two tasty toast with fried vegetables on wooden board", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 88c9d6d..08501c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "tel:0247000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409227.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg", @@ -97,7 +97,7 @@ export default function LandingPage() { { title: "Daily Catch Fish", description: "Locally sourced fish, lightly battered or grilled.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-arrangement_23-2148926761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-arrangement_23-2148926761.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/view-seafood-being-cleaning-kitchen_52683-109813.jpg", buttonText: "See Menu", },