From 267376e6ca95ac7eac36bc3c9d87e61837e5fc6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:29:35 +0000 Subject: [PATCH] Update src/app/quizzes/page.tsx --- src/app/quizzes/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} /> -- 2.49.1