diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c2499e3..efbd7a9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Handshake, HeartHandshake, Lightbulb, Sparkles, TrendingUp } from "lucide-react"; +import { Users, Heart, Lightbulb, Sparkles, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -57,7 +57,7 @@ export default function LandingPage() { title: "Resultados Comprovados", description: "Entregamos estratégias baseadas em dados que geram faturamento real e sustentável para o seu negócio.", icon: TrendingUp, }, { - title: "Parceria Estratégica", description: "Trabalhamos lado a lado com você para entender a fundo seus objetivos e superar suas expectativas a cada etapa.", icon: Handshake, + title: "Parceria Estratégica", description: "Trabalhamos lado a lado com você para entender a fundo seus objetivos e superar suas expectativas a cada etapa.", icon: Users, }, { title: "Inovação Constante", description: "Estamos sempre à frente das últimas tendências e tecnologias em marketing digital para garantir sua vantagem competitiva.", icon: Lightbulb, @@ -81,7 +81,7 @@ export default function LandingPage() { icon: TrendingUp, label: "Crescimento Médio", value: "+45%"}, { - icon: HeartHandshake, + icon: Heart, label: "Projetos Concluídos", value: "200+"}, ]} metricsAnimation="blur-reveal" @@ -128,37 +128,37 @@ export default function LandingPage() { { items: [ { - label: "Sobre Nós", href: "/about"}, + label: "Sobre Nós", id: "/about"}, { - label: "Serviços", href: "/services"}, + label: "Serviços", id: "/services"}, { - label: "Blog", href: "/blog"}, + label: "Blog", id: "/blog"}, { - label: "Contato", href: "/contact"}, + label: "Contato", id: "/contact"}, ], }, { items: [ { - label: "Tráfego Pago", href: "/services#trafego"}, + label: "Tráfego Pago", id: "/services#trafego"}, { - label: "CRM & Automação", href: "/services#crm-automacao"}, + label: "CRM & Automação", id: "/services#crm-automacao"}, { - label: "Marketing de Conteúdo", href: "/services#conteudo"}, + label: "Marketing de Conteúdo", id: "/services#conteudo"}, { - label: "Consultoria", href: "/contact"}, + label: "Consultoria", id: "/contact"}, ], }, { items: [ { - label: "Case Studies", href: "/blog"}, + label: "Case Studies", id: "/blog"}, { - label: "FAQ", href: "/contact#faq"}, + label: "FAQ", id: "/contact#faq"}, { - label: "Termos de Uso", href: "#"}, + label: "Termos de Uso", id: "#"}, { - label: "Política de Privacidade", href: "#"}, + label: "Política de Privacidade", id: "#"}, ], }, ]}