From 88bd9acb646ac3297b75bd454ba4741dafedf8ee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 10:31:00 +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 9f2f57c..f5d59e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-elegant-set-dining-lunch_1203-5578.jpg?_wi=1", imageAlt: "Elegant table" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-plating-meal_23-2148794096.jpg", imageAlt: "Plating" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", imageAlt: "Interior" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg", imageAlt: "Dish" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=1", imageAlt: "Dish" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg", imageAlt: "Dessert" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg", imageAlt: "Pasta" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg?_wi=1", imageAlt: "Pasta" }, ]} buttons={[{ text: "View Menu", href: "#menu" }, { text: "Reserve", href: "#contact" }]} /> @@ -78,8 +78,8 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Seared Scallops", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-squid-octopus-with-cheese-potatoes-ia-backed-bread_140725-10256.jpg" }, - { id: "p2", name: "Truffle Risotto", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg" }, - { id: "p3", name: "Filet Mignon", price: "$52", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg" }, + { id: "p2", name: "Truffle Risotto", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg?_wi=2" }, + { id: "p3", name: "Filet Mignon", price: "$52", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=2" }, ]} /> -- 2.49.1