diff --git a/src/app/quizzes/page.tsx b/src/app/quizzes/page.tsx index 2b08efd..b2dbe8e 100644 --- a/src/app/quizzes/page.tsx +++ b/src/app/quizzes/page.tsx @@ -60,21 +60,21 @@ export default function LandingPage() { title: "Scott McCall", subtitle: "Iniciantes", description: "Teste seu conhecimento básico sobre o protagonista.", - imageSrc: "http://img.b2bpic.net/free-photo/leather-craft-tools-wooden-background-leather-craftmans-work-desk_8353-6073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/leather-craft-tools-wooden-background-leather-craftmans-work-desk_8353-6073.jpg?_wi=1", }, { tag: "Médio", title: "Lendas de Beacon Hills", subtitle: "Intermediário", description: "História detalhada sobre os seres sobrenaturais.", - imageSrc: "http://img.b2bpic.net/free-vector/esoteric-elements-pack_23-2148564361.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/esoteric-elements-pack_23-2148564361.jpg?_wi=1", }, { tag: "Difícil", title: "Mistérios de Stiles", subtitle: "Avançado", description: "Perguntas complexas sobre os casos do Stiles.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-map-magnifying-glass_23-2148610432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-map-magnifying-glass_23-2148610432.jpg?_wi=1", }, ]} title="Nossos Quizzes" @@ -106,21 +106,21 @@ export default function LandingPage() { title: "Scott McCall", subtitle: "Iniciantes", description: "Teste seu conhecimento básico sobre o protagonista.", - imageSrc: "http://img.b2bpic.net/free-photo/leather-craft-tools-wooden-background-leather-craftmans-work-desk_8353-6073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/leather-craft-tools-wooden-background-leather-craftmans-work-desk_8353-6073.jpg?_wi=2", }, { tag: "Médio", title: "Lendas de Beacon Hills", subtitle: "Intermediário", description: "História detalhada sobre os seres sobrenaturais.", - imageSrc: "http://img.b2bpic.net/free-vector/esoteric-elements-pack_23-2148564361.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/esoteric-elements-pack_23-2148564361.jpg?_wi=2", }, { tag: "Difícil", title: "Mistérios de Stiles", subtitle: "Avançado", description: "Perguntas complexas sobre os casos do Stiles.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-map-magnifying-glass_23-2148610432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-map-magnifying-glass_23-2148610432.jpg?_wi=2", }, ]} />