From 329806133b5703caa7598613a538a9d79a6b3a42 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:28:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 920db13..88ea4d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11924.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11924.jpg?_wi=1" imageAlt="Our signature Yorkie Wrap" /> @@ -123,15 +123,15 @@ export default function LandingPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg?_wi=1", imageAlt: "Fresh ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg?_wi=2", imageAlt: "Wrapping process", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11924.jpg?_wi=2", imageAlt: "artisanal gourmet yorkshire pudding wrap", }, { @@ -140,11 +140,11 @@ export default function LandingPage() { icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg?_wi=3", imageAlt: "Heritage food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-meal-assortment_23-2148833915.jpg?_wi=4", imageAlt: "Yorkie wrap detail", }, ], @@ -169,7 +169,7 @@ export default function LandingPage() { handle: "@brentwoodlocal", testimonial: "The best Yorkie wrap I have ever had. The staff are so friendly and the parking is a huge bonus!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891087.jpg?_wi=1", }, { id: "2", @@ -201,7 +201,7 @@ export default function LandingPage() { handle: "@essexfoodie", testimonial: "A unique concept executed perfectly. The Yorkie wrap is the ultimate comfort food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891087.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1