diff --git a/src/app/page.tsx b/src/app/page.tsx
index a727aa9..f414949 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactText from '@/components/sections/contact/ContactText';
+import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -30,131 +30,78 @@ export default function LandingPage() {
@@ -166,13 +113,9 @@ export default function LandingPage() {
description="Nossa missão é descomplicar a antecipação de recebíveis, dando ao varejista o poder de gerenciar seu próprio caixa sem taxas abusivas."
metrics={[
{
- value: "24h",
- title: "Recebimento rápido",
- },
+ value: "24h", title: "Recebimento rápido"},
{
- value: "1.5%",
- title: "Taxa a.m.",
- },
+ value: "1.5%", title: "Taxa a.m."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-businessman-analyzing-annual-report_1098-3061.jpg"
mediaAnimation="slide-up"
@@ -187,26 +130,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "feat-1",
- title: "Antecipação rápida",
- subtitle: "Liquidez em 24h",
- category: "Operação",
- value: "Rápido",
- },
+ id: "feat-1", title: "Antecipação rápida", subtitle: "Liquidez em 24h", category: "Operação", value: "Rápido"},
{
- id: "feat-2",
- title: "Gestão completa",
- subtitle: "Dashboards em tempo real",
- category: "Gestão",
- value: "Visibilidade",
- },
+ id: "feat-2", title: "Gestão completa", subtitle: "Dashboards em tempo real", category: "Gestão", value: "Visibilidade"},
{
- id: "feat-3",
- title: "Controle de taxa",
- subtitle: "Defina seu limite",
- category: "Financeiro",
- value: "Liberdade",
- },
+ id: "feat-3", title: "Controle de taxa", subtitle: "Defina seu limite", category: "Financeiro", value: "Liberdade"},
]}
title="Vantagens da Alinha"
description="Ferramentas pensadas para facilitar o dia a dia do seu negócio."
@@ -220,24 +148,12 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- value: "98%",
- title: "Clientes Satisfeitos",
- items: [
- "Aumento no caixa",
- "Taxas reduzidas",
- "Sem burocracia",
- ],
+ id: "m1", value: "98%", title: "Clientes Satisfeitos", items: [
+ "Aumento no caixa", "Taxas reduzidas", "Sem burocracia"],
},
{
- id: "m2",
- value: "40M+",
- title: "Antecipado",
- items: [
- "Volume total",
- "Transações",
- "Suporte",
- ],
+ id: "m2", value: "40M+", title: "Antecipado", items: [
+ "Volume total", "Transações", "Suporte"],
},
]}
title="Resultados reais para varejistas"
@@ -246,81 +162,67 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file