diff --git a/src/app/page.tsx b/src/app/page.tsx index aa4dfe2..47148c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg?_wi=1", imageAlt: "Flores no quintal", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { id: "p1", name: "Plantas Ornamentais", price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg?_wi=1", }, { id: "p2", @@ -228,7 +228,7 @@ export default function LandingPage() { tags: [ "feira", ], - imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg?_wi=2", imageAlt: "White and purple orchidea flowers branch.", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { tags: [ "local", ], - imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg?_wi=2", imageAlt: "White and purple orchidea flowers branch.", }, ]}