From 2170426d6aa402e76cc24adaf15fe1ed6fc31f7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 21:00:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e039168..fde8a46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { @@ -78,6 +79,7 @@ export default function LandingPage() { { 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" } ]} + useInvertedBackground={false} /> @@ -93,6 +95,7 @@ export default function LandingPage() { { 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 } ]} + useInvertedBackground={false} /> @@ -107,6 +110,7 @@ export default function LandingPage() { { id: "2", name: "Ana P.", handle: "@ana_futebol", testimonial: "Entrega muito rápida e atendimento nota 10." }, { id: "3", name: "Rafael M.", handle: "@rafa_kit", testimonial: "A melhor loja para colecionadores." } ]} + useInvertedBackground={false} /> @@ -122,6 +126,7 @@ export default function LandingPage() { { id: "3", title: "Tem garantia?", content: "Oferecemos garantia total contra defeitos de fabricação e suporte em caso de trocas." } ]} imageSrc="http://img.b2bpic.net/free-photo/still-life-colombia-national-soccer-team_23-2149728376.jpg" + useInvertedBackground={false} /> @@ -130,6 +135,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} text="Ficou com alguma dúvida ou quer encomendar sua camisa exclusiva? Chama no WhatsApp!" buttons={[{ text: "Falar agora", href: "https://wa.me/5511999999999" }]} + useInvertedBackground={false} /> -- 2.49.1