From 6c3b0a58a524a862f2f4f134881fc4e7a703497c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:27:51 +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 a78beb4..70b7b96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-near-twig-leaves_23-2147811214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cutlery-near-twig-leaves_23-2147811214.jpg?_wi=1", imageAlt: "Luxurious restaurant atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-plating-meal_23-2148794096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-plating-meal_23-2148794096.jpg?_wi=1", imageAlt: "Gourmet meal presentation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835842.jpg?_wi=1", imageAlt: "Elegant cocktail bar", }, { @@ -132,7 +132,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-souffle-with-strawberry-icing-with-fruit-decor-plate_140725-11554.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-near-twig-leaves_23-2147811214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cutlery-near-twig-leaves_23-2147811214.jpg?_wi=2", imageAlt: "gourmet steak dinner restaurant dish", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16142.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-plating-meal_23-2148794096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-plating-meal_23-2148794096.jpg?_wi=2", imageAlt: "gourmet steak dinner restaurant dish", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835842.jpg?_wi=2", imageAlt: "gourmet steak dinner restaurant dish", }, ]} -- 2.49.1