From 08a595a8162b6f36073aee0d2c46c9fab3fee92c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:48:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a92351d..fab9a61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/volleyball-net-morning-beach-tropical-resort-egypt_639032-2634.jpg" } }, { - title: "Society", description: "Primeiro campo society coberto da cidade.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-dessert-bowl-with-banana-slices-cereal_23-2148417435.jpg" }, + title: "Society", description: "Primeiro campo society coberto da cidade.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-dessert-bowl-with-banana-slices-cereal_23-2148417435.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-football_23-2148867407.jpg" } }, ]} @@ -140,7 +140,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "a1", name: "Açaí Tradicional", price: "R$ 15,00", variant: "Grande", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-dessert-bowl-with-banana-slices-cereal_23-2148417435.jpg"}, + id: "a1", name: "Açaí Tradicional", price: "R$ 15,00", variant: "Grande", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-breakfast-dessert-bowl-with-banana-slices-cereal_23-2148417435.jpg?_wi=2"}, { id: "a2", name: "Açaí Nutella", price: "R$ 22,00", variant: "Grande", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg"}, { -- 2.49.1