diff --git a/src/app/page.tsx b/src/app/page.tsx
index b0b2a5b..c36a66a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -55,36 +43,16 @@ export default function LandingPage() {
@@ -95,24 +63,8 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={true}
- negativeCard={{
- items: [
- "Sem chefes cobrando",
- "Sem escritório fixo",
- "Sem longos deslocamentos",
- "Sem horário rígido",
- "Sem necessidade de diploma",
- ],
- }}
- positiveCard={{
- items: [
- "Flexibilidade de horários",
- "Zero custo inicial",
- "Praticidade total",
- "Sem burocracia",
- "Acesso em qualquer lugar",
- ],
- }}
+ negativeCard={{ items: ["Sem chefes cobrando", "Sem escritório fixo", "Sem longos deslocamentos", "Sem horário rígido", "Sem necessidade de diploma"] }}
+ positiveCard={{ items: ["Flexibilidade de horários", "Zero custo inicial", "Praticidade total", "Sem burocracia", "Acesso em qualquer lugar"] }}
title="Por que usar o celular?"
description="Vantagens imbatíveis para quem busca flexibilidade."
/>
@@ -125,42 +77,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Responder Pesquisas",
- price: "Ganhos imediatos",
- imageSrc: "http://img.b2bpic.net/free-photo/person-working-late-night-from-home_23-2150062732.jpg",
- },
- {
- id: "2",
- name: "Afiliado Digital",
- price: "Comissões altas",
- imageSrc: "http://img.b2bpic.net/free-photo/location-map-direction-right-side_187299-45230.jpg",
- },
- {
- id: "3",
- name: "Criação de Conteúdo",
- price: "Potencial criativo",
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4899.jpg",
- },
- {
- id: "4",
- name: "Freelas Online",
- price: "Projetos diversos",
- imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-sale-close-up_169016-43183.jpg",
- },
- {
- id: "5",
- name: "Vendas em Redes",
- price: "Alcance global",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-architecture-holding-house-model-while-sitting-office_23-2148203925.jpg",
- },
- {
- id: "6",
- name: "Cashback e Apps",
- price: "Renda recorrente",
- imageSrc: "http://img.b2bpic.net/free-photo/skeptical-businessman-suit-grimacing-disappointed-holding-credit-card-mobile-phone-standing-white-background_176420-50059.jpg",
- },
+ { id: "1", name: "Responder Pesquisas", price: "Ganhos imediatos", imageSrc: "http://img.b2bpic.net/free-photo/person-working-late-night-from-home_23-2150062732.jpg" },
+ { id: "2", name: "Afiliado Digital", price: "Comissões altas", imageSrc: "http://img.b2bpic.net/free-photo/location-map-direction-right-side_187299-45230.jpg" },
+ { id: "3", name: "Criação de Conteúdo", price: "Potencial criativo", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4899.jpg" },
+ { id: "4", name: "Freelas Online", price: "Projetos diversos", imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-sale-close-up_169016-43183.jpg" },
+ { id: "5", name: "Vendas em Redes", price: "Alcance global", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-architecture-holding-house-model-while-sitting-office_23-2148203925.jpg" },
+ { id: "6", name: "Cashback e Apps", price: "Renda recorrente", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-businessman-suit-grimacing-disappointed-holding-credit-card-mobile-phone-standing-white-background_176420-50059.jpg" }
]}
title="Ideias Práticas para Lucrar"
description="Escolha o método que melhor se adapta à sua rotina."
@@ -169,25 +91,14 @@ export default function LandingPage() {