diff --git a/src/app/page.tsx b/src/app/page.tsx index 04a4604..1d2371d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg?_wi=1" imageAlt="Interior do Museu de Arte de Joinville" showDimOverlay={true} /> @@ -90,19 +90,19 @@ export default function LandingPage() { { title: "Acervo Permanente", description: "Obras que contam a história das artes visuais em Santa Catarina ao longo dos anos.", - imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg?_wi=2", imageAlt: "Acervo", }, { title: "Exposições Temporárias", description: "Uma rotatividade constante de novos artistas e conceitos contemporâneos.", - imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg?_wi=3", imageAlt: "Exposições", }, { title: "Oficinas Educativas", description: "Programas focados em crianças e jovens para despertar o interesse pela arte.", - imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-tree-with-sunlight_23-2150698208.jpg?_wi=4", imageAlt: "Oficinas", }, ]}