diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0230875..79eb334 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
-import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
+import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,118 +46,20 @@ export default function LandingPage() {
@@ -174,48 +68,34 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
title="Sobre o RuaBall"
- description="Nossa missão é organizar as peladas de rua, garantindo que ninguém fique de fora e a diversão seja garantida para todos."
+ description="Nossa missão é organizar as peladas de rua, garantindo que ninguém fique de fora."
bulletPoints={[
- {
- title: "Facilidade",
- description: "Registro simplificado para jogadores.",
- },
- {
- title: "Comunidade",
- description: "Conectando apaixonados por futebol.",
- },
- {
- title: "Tempo Real",
- description: "Lista de jogadores atualizada.",
- },
+ { title: "Facilidade", description: "Registro simplificado." },
+ { title: "Comunidade", description: "Conectando apaixonados." },
+ { title: "Tempo Real", description: "Lista de jogadores atualizada." },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-friends-sitting-outdoors_23-2149085444.jpg"
/>
-
@@ -226,21 +106,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "100%",
- description: "Segurança de dados",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Disponibilidade",
- },
- {
- id: "m3",
- value: "Ágil",
- description: "Sistema de confirmação",
- },
+ { id: "m1", value: "100%", description: "Segurança de dados" },
+ { id: "m2", value: "24/7", description: "Disponibilidade" },
+ { id: "m3", value: "Ágil", description: "Sistema de confirmação" },
]}
title="Confirmação de Jogadores"
description="Mantenha sua conta ativa e confirmada."
@@ -254,42 +122,8 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "João",
- price: "Confirmado",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white_23-2150853585.jpg",
- },
- {
- id: "p2",
- name: "Maria",
- price: "Confirmado",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904427.jpg",
- },
- {
- id: "p3",
- name: "Pedro",
- price: "Confirmado",
- imageSrc: "http://img.b2bpic.net/free-photo/people-grandstands_52683-100558.jpg",
- },
- {
- id: "p4",
- name: "Ana",
- price: "Confirmado",
- imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg",
- },
- {
- id: "p5",
- name: "Carlos",
- price: "Confirmado",
- imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231751.jpg",
- },
- {
- id: "p6",
- name: "Bia",
- price: "Confirmado",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13805.jpg",
- },
+ { id: "p1", name: "João", price: "Confirmado", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white_23-2150853585.jpg" },
+ { id: "p2", name: "Maria", price: "Confirmado", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904427.jpg" },
]}
title="Lista de Confirmados"
description="Veja quem já garantiu a vaga no jogo."
@@ -300,24 +134,10 @@ export default function LandingPage() {
@@ -325,48 +145,17 @@ export default function LandingPage() {