Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:09:29 +00:00
parent 23f3e5e709
commit 3082a9a498

View File

@@ -64,10 +64,10 @@ export default function LandingPage() {
title="Resultados Comprovados"
description="Números que falam por si. Nossa expertise em marketing digital transforma visibilidade em vendas reais."
metrics={[
{ id: "1", value: "+200", description: "Clientes Satisfeitos" },
{ id: "2", value: "98%", description: "Taxa de Satisfação" },
{ id: "3", value: "+5", description: "Anos de Experiência" },
{ id: "4", value: "+1.2M", description: "Em Faturamento Gerado" }
{ id: "1", value: "+10", description: "Clientes Satisfeitos" },
{ id: "2", value: "99%", description: "Taxa de Satisfação" },
{ id: "3", value: "+3", description: "Anos de Experiência" },
{ id: "4", value: "", description: "" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -114,23 +114,23 @@ export default function LandingPage() {
<div id="services" data-section="services">
<ProductCardTwo
title="Serviços Premium"
title="Serviços"
description="Soluções completas de marketing digital para empresas que não querem passar despercebidas."
products={[
{
id: "1", brand: "BrandLift Interactive", name: "Gestão de Redes Sociais", price: "A partir de R$2.500", rating: 5,
id: "1", brand: "BrandLift Interactive", name: "Gestão de Redes Sociais", price: "A partir de R$500", rating: 5,
reviewCount: "48 clientes", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg?_wi=3", imageAlt: "Gestão de redes sociais"
},
{
id: "2", brand: "BrandLift Interactive", name: "Sites e Landing Pages", price: "A partir de R$5.000", rating: 5,
id: "2", brand: "BrandLift Interactive", name: "Sites e Landing Pages", price: "A partir de R$700", rating: 5,
reviewCount: "72 projetos", imageSrc: "http://img.b2bpic.net/free-vector/flat-cms-content-landing-page_23-2148806201.jpg?_wi=2", imageAlt: "Desenvolvimento de sites"
},
{
id: "3", brand: "BrandLift Interactive", name: "Rebranding Completo", price: "A partir de R$8.000", rating: 5,
id: "3", brand: "BrandLift Interactive", name: "Rebranding Completo", price: "A partir de R$1.000", rating: 5,
reviewCount: "35 transformações", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277812.jpg?_wi=3", imageAlt: "Rebranding estratégico"
},
{
id: "4", brand: "BrandLift Interactive", name: "Automações de IA", price: "A partir de R$3.500", rating: 5,
id: "4", brand: "BrandLift Interactive", name: "Automações de IA", price: "A partir de R$3.000", rating: 5,
reviewCount: "91 clientes", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-with-chatbot-interface_23-2151977872.jpg?_wi=3", imageAlt: "Automações WhatsApp e E-mail"
}
]}