From 5a7256543da99a95e186534d4e718d6825cfc438 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:00:18 +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 a11af39..067f4ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#order", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sushi-table_23-2149957028.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sushi-table_23-2149957028.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -143,7 +143,7 @@ export default function LandingPage() { price: "€18.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-near-sushi-set_23-2147773703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-near-sushi-set_23-2147773703.jpg?_wi=1", }, { id: "2", @@ -206,7 +206,7 @@ export default function LandingPage() { { title: "Order Online", description: "Quick and easy checkout on our website.", - imageSrc: "http://img.b2bpic.net/free-photo/california-maki-sushi-close-up_1401-425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/california-maki-sushi-close-up_1401-425.jpg?_wi=1", }, { title: "Call Us", @@ -245,7 +245,7 @@ export default function LandingPage() { handle: "@annas", testimonial: "Quick delivery and great taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sushi-table_23-2149957028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sushi-table_23-2149957028.jpg?_wi=2", imageAlt: "Sushi rolls served on wooden plate with classic ingredients top view", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { handle: "@laurik", testimonial: "Authentic flavors, highly recommended.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/california-maki-sushi-close-up_1401-425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/california-maki-sushi-close-up_1401-425.jpg?_wi=2", imageAlt: "Sushi rolls served on wooden plate with classic ingredients top view", }, { @@ -263,7 +263,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "Great service and friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-near-sushi-set_23-2147773703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-near-sushi-set_23-2147773703.jpg?_wi=2", imageAlt: "Sushi rolls served on wooden plate with classic ingredients top view", }, { @@ -272,7 +272,7 @@ export default function LandingPage() { handle: "@tuomash", testimonial: "My go-to place for takeaway.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150471718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-view-map_23-2150471718.jpg?_wi=1", imageAlt: "Sushi rolls served on wooden plate with classic ingredients top view", }, ]} @@ -327,7 +327,7 @@ export default function LandingPage() { tag="Contact" title="Visit Us Today" description="Yliopistonkatu 39–41, 20100 Turku. Open until 21:00." - imageSrc="http://img.b2bpic.net/free-photo/3d-view-map_23-2150471718.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-view-map_23-2150471718.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1