From 0c47d2d656c3fc61c745e85294a66b73f6ca1155 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:49:11 +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 0f12da5..d17f0fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Order Online", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -98,7 +98,7 @@ export default function LandingPage() { { value: "24/7", title: "Open Hours"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -142,11 +142,11 @@ export default function LandingPage() { { id: "f2", title: "Consistent Quality", tags: [ "Original Recipe"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg", imageAlt: "family at airport restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-american-food-concept_23-2148454862.jpg?_wi=2", imageAlt: "family at airport restaurant"}, { id: "f3", title: "Comfort Food", tags: [ "Satisfying"], - imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg", imageAlt: "family at airport restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg?_wi=2", imageAlt: "family at airport restaurant"}, ]} title="Why Choose Us?" description="Traveling can be stressful, but our food is simple and satisfying." -- 2.49.1