Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 23:34:11 +00:00

View File

@@ -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",
},
]}