From c747d8c72e1df33fae707dd4c0f58c1ffb7eab08 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:20:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d743ad..ad1797b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { href: "https://wa.me/266XXXXXXXXX", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=1" imageAlt="luxury restaurant dining table setup" /> @@ -142,14 +142,14 @@ export default function LandingPage() { id: "p1", name: "Signature Dish", price: "M150", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg?_wi=1", imageAlt: "gourmet dish plating professional culinary", }, { id: "p2", name: "Grilled Delight", price: "M120", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg?_wi=1", imageAlt: "savory steak dinner restaurant", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=2", imageAlt: "gourmet dish plating professional culinary", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510924.jpg?_wi=2", imageAlt: "gourmet dish plating professional culinary", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg?_wi=2", imageAlt: "gourmet dish plating professional culinary", }, ]} -- 2.49.1