From a7d1388b87027e73246636ed158276400ece8880 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:34:07 +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 7b9c432..1685070 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "Better than anywhere else in Iceland. A true hidden gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg?_wi=1", imageAlt: "luxury omakase restaurant interior dark", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@local", testimonial: "A surprise in every dish. Obsessive quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-healthy-food-composition-with-fish_23-2147992820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-healthy-food-composition-with-fish_23-2147992820.jpg?_wi=1", imageAlt: "luxury omakase restaurant interior dark", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@gourmet", testimonial: "Exquisite attention to detail, truly high-end dining.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sushi-meal-sliced-fish-rolls-with-green-wassabi-sticks-grey-wall_140725-46912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sushi-meal-sliced-fish-rolls-with-green-wassabi-sticks-grey-wall_140725-46912.jpg?_wi=1", imageAlt: "luxury omakase restaurant interior dark", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@icelandtravel", testimonial: "The Oshi experience is unrivaled in Reykjavik.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/asian-rolls-with-herbs-spices_23-2148195520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-rolls-with-herbs-spices_23-2148195520.jpg?_wi=1", imageAlt: "luxury omakase restaurant interior dark", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg" + imageSrc="http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg?_wi=2" imageAlt="Oshi interior luxury setting" avatars={[ { @@ -172,19 +172,19 @@ export default function LandingPage() { { title: "Arctic Char", description: "Delicately prepared with local herbs and precision.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-healthy-food-composition-with-fish_23-2147992820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-healthy-food-composition-with-fish_23-2147992820.jpg?_wi=2", imageAlt: "Arctic Char", }, { title: "Wagyu Sliders", description: "Rich wagyu beef on house-made brioche buns.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sushi-meal-sliced-fish-rolls-with-green-wassabi-sticks-grey-wall_140725-46912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sushi-meal-sliced-fish-rolls-with-green-wassabi-sticks-grey-wall_140725-46912.jpg?_wi=2", imageAlt: "Wagyu Sliders", }, { title: "Chicken Katsu", description: "Perfectly crispy, juicy chicken in our signature coating.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-rolls-with-herbs-spices_23-2148195520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-rolls-with-herbs-spices_23-2148195520.jpg?_wi=2", imageAlt: "Chicken Katsu", }, ]} -- 2.49.1