From b75b130b3ea1bd59189896bcc113b865abdaa710 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:31:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 188eae7..9b12c3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Best sushi in the city, the freshness is undeniable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg?_wi=1", imageAlt: "luxury sushi dark mood photography", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sofial", testimonial: "My go-to spot for sushi nights!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-plate_23-2148862984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-plate_23-2148862984.jpg?_wi=1", imageAlt: "salmon sushi roll top down", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", @@ -172,7 +172,7 @@ export default function LandingPage() { id: "p1", name: "Salmon Sashimi Roll", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-plate_23-2148862984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-plate_23-2148862984.jpg?_wi=2", }, { id: "p2", -- 2.49.1