From 47aef20792b2ee8196ba5f1455a1ae87e111655f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:33:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 141 +++++++++-------------------------------------- 1 file changed, 27 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be1ad73..5e0ec76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -88,15 +60,8 @@ export default function LandingPage() { @@ -107,30 +72,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { - id: "1", - name: "Scott McCall", - role: "True Alpha", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f7lnyu", - }, - { - id: "2", - name: "Stiles Stilinski", - role: "Investigator", - imageSrc: "http://img.b2bpic.net/free-photo/teen-blond-male-with-hand-near-head-casual-shirt-looking-thoughtful-front-view_176474-109671.jpg", - }, - { - id: "3", - name: "Lydia Martin", - role: "Banshee", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-with-blue-eyes-white-clothes_613910-14966.jpg", - }, - { - id: "4", - name: "Derek Hale", - role: "Hale Legacy", - imageSrc: "http://img.b2bpic.net/free-photo/hawaii-illustration-retro-comic-style_23-2151771099.jpg", - }, + { id: "1", name: "Scott McCall", role: "True Alpha", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f7lnyu" }, + { id: "2", name: "Stiles Stilinski", role: "Investigator", imageSrc: "http://img.b2bpic.net/free-photo/teen-blond-male-with-hand-near-head-casual-shirt-looking-thoughtful-front-view_176474-109671.jpg" }, + { id: "3", name: "Lydia Martin", role: "Banshee", imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-with-blue-eyes-white-clothes_613910-14966.jpg" }, + { id: "4", name: "Derek Hale", role: "Hale Legacy", imageSrc: "http://img.b2bpic.net/free-photo/hawaii-illustration-retro-comic-style_23-2151771099.jpg" }, ]} title="Personagens Principais" description="Conheça os lobisomens, banshees e caçadores que moldaram a série." @@ -142,21 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Onde foi filmado?", - content: "A série foi filmada majoritariamente na Geórgia.", - }, - { - id: "2", - title: "Quantas temporadas?", - content: "Teen Wolf teve um total de 6 temporadas.", - }, - { - id: "3", - title: "Quem é o criador?", - content: "Jeff Davis criou a série baseada no filme de 1985.", - }, + { id: "1", title: "Onde foi filmado?", content: "A série foi filmada majoritariamente na Geórgia." }, + { id: "2", title: "Quantas temporadas?", content: "Teen Wolf teve um total de 6 temporadas." }, + { id: "3", title: "Quem é o criador?", content: "Jeff Davis criou a série baseada no filme de 1985." }, ]} imageSrc="http://img.b2bpic.net/free-photo/haunted-house-gothic-style_23-2151626675.jpg" mediaAnimation="opacity" @@ -175,31 +108,11 @@ export default function LandingPage() { title="Impacto em Beacon Hills" description="Alguns números sobre a nossa jornada sobrenatural." metrics={[ - { - id: "1", - value: "6", - description: "Temporadas de puro suspense", - }, - { - id: "2", - value: "100+", - description: "Episódios inesquecíveis", - }, - { - id: "3", - value: "15k+", - description: "Fãs ativos na comunidade", - }, - { - id: "4", - value: "10+", - description: "Quizzes disponíveis", - }, - { - id: "5", - value: "4", - description: "Principais clãs sobrenaturais", - }, + { id: "1", value: "6", description: "Temporadas de puro suspense" }, + { id: "2", value: "100+", description: "Episódios inesquecíveis" }, + { id: "3", value: "15k+", description: "Fãs ativos na comunidade" }, + { id: "4", value: "10+", description: "Quizzes disponíveis" }, + { id: "5", value: "4", description: "Principais clãs sobrenaturais" }, ]} /> @@ -213,4 +126,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From d74fd50c93a04d72d8f78ee2949de2e0e382a8ce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:33:38 +0000 Subject: [PATCH 2/2] Update src/app/quizzes/page.tsx --- src/app/quizzes/page.tsx | 149 ++++++++++----------------------------- 1 file changed, 37 insertions(+), 112 deletions(-) diff --git a/src/app/quizzes/page.tsx b/src/app/quizzes/page.tsx index b2dbe8e..c47b4f2 100644 --- a/src/app/quizzes/page.tsx +++ b/src/app/quizzes/page.tsx @@ -2,12 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterCard from '@/components/sections/footer/FooterCard'; -export default function LandingPage() { +export default function QuizzesPage() { return ( - + + +
+ -
- -
+
+

Quizzes de Beacon Hills

+
+ {/* Quiz Placeholder */} +
+

Quanto você sabe sobre o Scott?

+

Teste seus conhecimentos sobre o True Alpha.

+ +
+
+
+
-
- -
- -
- -
- -
- -
- - +
); -- 2.49.1