From a1838e7af1fd2a799d77c16ead5d621eef2074ad Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:28:01 +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 a9d95dc..9cac0e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,7 +169,7 @@ export default function LandingPage() { price: "₱850", rating: 5, reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=1", }, { id: "p2", @@ -178,7 +178,7 @@ export default function LandingPage() { price: "₱950", rating: 5, reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=2", }, { id: "p3", @@ -187,7 +187,7 @@ export default function LandingPage() { price: "₱750", rating: 4, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=3", }, { id: "p4", @@ -196,7 +196,7 @@ export default function LandingPage() { price: "₱350", rating: 5, reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=4", }, { id: "p5", @@ -205,7 +205,7 @@ export default function LandingPage() { price: "₱600", rating: 4, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=5", }, { id: "p6", @@ -214,7 +214,7 @@ export default function LandingPage() { price: "₱150", rating: 5, reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-golden-spoons-dark-surface-color-food-restaurant-dinner-kitchen-cafe_179666-19703.jpg?_wi=6", }, ]} title="Signature Menu Highlights" -- 2.49.1