From 804ab4232a9d6c4445e40d40dc67b36987de2821 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:02:48 +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 cc8b074..828519c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=1" imageAlt="Giant gourmet pizza" mediaAnimation="slide-up" avatars={[ @@ -228,7 +228,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=2", imageAlt: "smartphone pizza ordering app interface", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-red-tomatoes-grey-surface_140725-14475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-red-tomatoes-grey-surface_140725-14475.jpg?_wi=1", imageAlt: "smartphone pizza ordering app interface", }, ]} @@ -273,7 +273,7 @@ export default function LandingPage() { id: "p1", name: "Pizza Mussarela Gigante", price: "R$ 69,90", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-red-tomatoes-grey-surface_140725-14475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-red-tomatoes-grey-surface_140725-14475.jpg?_wi=2", imageAlt: "Giant mozzarella pizza", }, { -- 2.49.1