diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d6cf52..5263f2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg", imageAlt: "Flores no quintal"}, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg?_wi=1", imageAlt: "Flores no quintal"}, { imageSrc: "http://img.b2bpic.net/free-photo/wild-flowers-field_23-2147781166.jpg", imageAlt: "Quintal acolhedor"}, { @@ -86,7 +86,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Plantas Ornamentais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg"}, + id: "p1", name: "Plantas Ornamentais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg?_wi=1"}, { id: "p2", name: "Flores Naturais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36747.jpg"}, { @@ -144,11 +144,11 @@ export default function LandingPage() { { id: "f2", title: "Feira", author: "Quintas", description: "Em frente à casa menor", tags: [ "feira"], - imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg", imageAlt: "White and purple orchidea flowers branch."}, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg?_wi=2", imageAlt: "White and purple orchidea flowers branch."}, { id: "f3", title: "Local", author: "Box 7", description: "Praça da Feira, Capim Grosso - BA", tags: [ "local"], - imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg", imageAlt: "White and purple orchidea flowers branch."}, + imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg?_wi=2", imageAlt: "White and purple orchidea flowers branch."}, ]} title="Informações Úteis" description="Estamos prontos para atender você com toda atenção."