diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7d364de..e039168 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,120 +31,37 @@ export default function LandingPage() {
@@ -153,65 +70,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
- useInvertedBackground={false}
+ title="Loja CDB: Premium & Exclusivo"
+ description="Explore nosso catálogo seletivo de camisas nacionais e internacionais."
products={[
- {
- id: "1",
- brand: "Brasil",
- name: "Home 2026",
- price: "R$ 149,90",
- rating: 5,
- reviewCount: "124",
- imageSrc: "http://img.b2bpic.net/free-photo/black-teen-with-soccer-ball_23-2148203590.jpg",
- },
- {
- id: "2",
- brand: "Argentina",
- name: "Away 2026",
- price: "R$ 149,90",
- rating: 5,
- reviewCount: "98",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2151871482.jpg",
- },
- {
- id: "3",
- brand: "Real Madrid",
- name: "Home Premium",
- price: "R$ 159,90",
- rating: 4,
- reviewCount: "87",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-football-composition_23-2147827729.jpg",
- },
- {
- id: "4",
- brand: "Brasil",
- name: "Away 2026",
- price: "R$ 149,90",
- rating: 5,
- reviewCount: "112",
- imageSrc: "http://img.b2bpic.net/free-vector/soccer-uniform-vector-graphics-sublimation-sports-apparel-designs_29096-4789.jpg",
- },
- {
- id: "5",
- brand: "Liverpool",
- name: "Home Special",
- price: "R$ 159,90",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-vector/highquality-sports-apparel-vectors-customizable-athletic-jersey-textures_29096-5556.jpg",
- },
- {
- id: "6",
- brand: "Personalizado",
- name: "Limited Gold",
- price: "R$ 179,90",
- rating: 5,
- reviewCount: "32",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-three-male-rugby-players-posing-with-ball_23-2148793314.jpg",
- },
+ { id: "1", brand: "Brasil", name: "Amarelinha 2026", price: "R$ 149,90", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/black-teen-with-soccer-ball_23-2148203590.jpg" },
+ { id: "2", brand: "Real Madrid", name: "Home Kit", price: "R$ 159,90", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/creative-football-composition_23-2147827729.jpg" },
+ { id: "3", brand: "Argentina", name: "Away Edition", price: "R$ 149,90", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2151871482.jpg" },
+ { id: "4", brand: "Liverpool", name: "Special Gold", price: "R$ 179,90", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-vector/highquality-sports-apparel-vectors-customizable-athletic-jersey-textures_29096-5556.jpg" }
]}
- title="Produtos em Alta"
- description="Descubra as camisas que estão dominando as arquibancadas."
/>
@@ -220,32 +86,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
+ title="Nossos Números"
+ description="O que nos torna a referência em camisas de futebol no país."
metrics={[
- {
- id: "m1",
- value: "100%",
- title: "Qualidade Garantida",
- description: "Acabamento de ponta em cada detalhe.",
- icon: Award,
- },
- {
- id: "m2",
- value: "24h",
- title: "Envio Nacional",
- description: "Prazo que respeita o torcedor.",
- icon: Truck,
- },
- {
- id: "m3",
- value: "Seguro",
- title: "Pagamento Fácil",
- description: "Pix, boleto e cartão protegido.",
- icon: ShieldCheck,
- },
+ { id: "1", value: "5000+", title: "Vendas Totais", description: "Clientes satisfeitos em todo território nacional.", icon: Award },
+ { id: "2", value: "4.9/5", title: "Satisfação", description: "Média baseada em avaliações reais dos torcedores.", icon: ShieldCheck },
+ { id: "3", value: "24/7", title: "Suporte", description: "Prontos para te atender a qualquer momento.", icon: Truck }
]}
- title="Por que nos escolher?"
- description="Qualidade que entra em campo com você."
/>
@@ -253,137 +100,47 @@ export default function LandingPage() {