From 42149edcc810ed3c5ee56fabea33482a67fb08c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:00:16 +0000 Subject: [PATCH] Update src/app/catalogo/page.tsx --- src/app/catalogo/page.tsx | 98 ++++++--------------------------------- 1 file changed, 14 insertions(+), 84 deletions(-) diff --git a/src/app/catalogo/page.tsx b/src/app/catalogo/page.tsx index 0069182..dd059ba 100644 --- a/src/app/catalogo/page.tsx +++ b/src/app/catalogo/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -92,23 +57,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Como escolher a torra?", - content: "Depende do seu gosto pessoal...", - }, - { - id: "f2", - title: "Como funciona o clube?", - content: "Mensal ou trimestral...", - }, - { - id: "f3", - title: "Qual a validade?", - content: "Consumir em até 30 dias...", - }, + { id: "f1", title: "Como escolher a torra?", content: "Depende do seu gosto pessoal..." }, + { id: "f2", title: "Como funciona o clube?", content: "Mensal ou trimestral..." }, + { id: "f3", title: "Qual a validade?", content: "Consumir em até 30 dias..." }, ]} title="Dúvidas Frequentes" + description="Respostas rápidas para as suas questões sobre nosso café e serviços." faqsAnimation="slide-up" /> @@ -117,32 +71,8 @@ export default function LandingPage() {