diff --git a/src/app/page.tsx b/src/app/page.tsx index 7261979..726840a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { href: "#product", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287839.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287839.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/fresh-fishes_53876-41744.jpg", @@ -113,7 +113,7 @@ export default function LandingPage() { price: "R$ 89,90", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-dark-background-seafood-ocean-meat-meal-water-pepper-dish-food_179666-17761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-dark-background-seafood-ocean-meat-meal-water-pepper-dish-food_179666-17761.jpg?_wi=1", }, { id: "2", @@ -122,7 +122,7 @@ export default function LandingPage() { price: "R$ 110,00", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-raw-shrimps-baking-paper_127675-2478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-raw-shrimps-baking-paper_127675-2478.jpg?_wi=1", }, { id: "3", @@ -131,7 +131,7 @@ export default function LandingPage() { price: "R$ 95,00", rating: 4, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151053719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151053719.jpg?_wi=1", }, { id: "4", @@ -233,7 +233,7 @@ export default function LandingPage() { quote: "Peixes sempre muito frescos, nota 10!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-salad-home_1301-7057.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287839.jpg?_wi=2", imageAlt: "happy customer seafood market portrait", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Variedade excelente e tudo muito limpo.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/fisherwoman-showing-her-successful-catch_273609-12446.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-dark-background-seafood-ocean-meat-meal-water-pepper-dish-food_179666-17761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-dark-background-seafood-ocean-meat-meal-water-pepper-dish-food_179666-17761.jpg?_wi=2", imageAlt: "happy customer seafood market portrait", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "O salmão estava impecável.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-holding-fruits_23-2148388795.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-raw-shrimps-baking-paper_127675-2478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-raw-shrimps-baking-paper_127675-2478.jpg?_wi=2", imageAlt: "happy customer seafood market portrait", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Nunca me decepcionei com a qualidade.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-taco_23-2149073436.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151053719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151053719.jpg?_wi=2", imageAlt: "happy customer seafood market portrait", }, ]}