From 2b5f5217c960759544dc9a49cda1925e6cf789a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:05:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e5d539..aac9d3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="Museu de Arte de Joinville" description="Preservando a cultura, inspirando a criatividade e conectando a história da arte ao público joinvilense." buttons={[{ text: "Planeje sua visita", 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} /> @@ -67,9 +67,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} features={[ - { 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", 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", 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", imageAlt: "Oficinas" }, + { 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?_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?_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?_wi=4", imageAlt: "Oficinas" }, ]} title="Nossas Exposições e Acervo" description="Conheça as coleções permanentes e as exposições temporárias que celebram a diversidade artística regional e nacional." -- 2.49.1