Merge version_1 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -45,24 +45,21 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{ label: "Sobre", href: "/sobre" },
|
||||
{ label: "Serviços", href: "/servicos" },
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre", href: "#about" },
|
||||
{ label: "Serviços", href: "#services" },
|
||||
{ label: "Como Funciona", href: "#process" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{ label: "Email", href: "mailto:contato@agenciaalegre.com.br" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/5511999999999" },
|
||||
{ label: "Formulário", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacidade", href: "#" },
|
||||
{ label: "Termos", href: "#" },
|
||||
{ label: "Cookies", href: "#" },
|
||||
@@ -89,9 +86,7 @@ export default function HomePage() {
|
||||
brandName="Agência Alegre"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Agendar Diagnóstico",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Agendar Diagnóstico", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,10 +103,8 @@ export default function HomePage() {
|
||||
{ text: "Conhecer Serviços", href: "#services" },
|
||||
]}
|
||||
dashboard={{
|
||||
title: "Painel Estratégico",
|
||||
logoIcon: BarChart3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-showcasing-businessman-digital-environment_482257-127120.jpg",
|
||||
buttons: [
|
||||
title: "Painel Estratégico", logoIcon: BarChart3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-showcasing-businessman-digital-environment_482257-127120.jpg", buttons: [
|
||||
{ text: "Dashboard", href: "#" },
|
||||
{ text: "Relatório", href: "#" },
|
||||
],
|
||||
@@ -122,50 +115,34 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "ROI Médio",
|
||||
values: ["320%", "385%", "412%"],
|
||||
description: "Retorno em campanhas gerenciadas",
|
||||
},
|
||||
title: "ROI Médio", values: [320, 385, 412],
|
||||
description: "Retorno em campanhas gerenciadas"},
|
||||
{
|
||||
title: "Leads Gerados",
|
||||
values: ["1.250", "1.890", "2.340"],
|
||||
valueSuffix: "+",
|
||||
description: "Oportunidades qualificadas por mês",
|
||||
},
|
||||
title: "Leads Gerados", values: [1250, 1890, 2340],
|
||||
valueSuffix: "+", description: "Oportunidades qualificadas por mês"},
|
||||
{
|
||||
title: "Clientes Ativos",
|
||||
values: ["24", "31", "38"],
|
||||
description: "Empresas em crescimento estruturado",
|
||||
},
|
||||
title: "Clientes Ativos", values: [24, 31, 38],
|
||||
description: "Empresas em crescimento estruturado"},
|
||||
],
|
||||
chartTitle: "Crescimento de Campanhas",
|
||||
chartData: [
|
||||
chartTitle: "Crescimento de Campanhas", chartData: [
|
||||
{ value: 45 },
|
||||
{ value: 62 },
|
||||
{ value: 78 },
|
||||
{ value: 85 },
|
||||
{ value: 92 },
|
||||
],
|
||||
listTitle: "Últimas Campanhas",
|
||||
listItems: [
|
||||
listTitle: "Últimas Campanhas", listItems: [
|
||||
{
|
||||
icon: Target,
|
||||
title: "Meta Ads - E-commerce",
|
||||
status: "Ativa",
|
||||
},
|
||||
title: "Meta Ads - E-commerce", status: "Ativa"},
|
||||
{
|
||||
icon: Search,
|
||||
title: "Google Ads - Serviços",
|
||||
status: "Otimizando",
|
||||
},
|
||||
title: "Google Ads - Serviços", status: "Otimizando"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Tráfego Orgânico",
|
||||
status: "Crescendo",
|
||||
},
|
||||
title: "Tráfego Orgânico", status: "Crescendo"},
|
||||
],
|
||||
searchPlaceholder: "Buscar campanha...",
|
||||
}}
|
||||
searchPlaceholder: "Buscar campanha..."}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,24 +152,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: AlertCircle,
|
||||
label: "Marketing Sem Foco",
|
||||
value: "73%",
|
||||
},
|
||||
label: "Marketing Sem Foco", value: "73%"},
|
||||
{
|
||||
icon: TrendingDown,
|
||||
label: "ROI Perdido",
|
||||
value: "85%",
|
||||
},
|
||||
label: "ROI Perdido", value: "85%"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Tempo Desperdiçado",
|
||||
value: "40h",
|
||||
},
|
||||
label: "Tempo Desperdiçado", value: "40h"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Investimento Ineficiente",
|
||||
value: "$0",
|
||||
},
|
||||
label: "Investimento Ineficiente", value: "$0"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -208,14 +177,10 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Gestão de Tráfego Pago",
|
||||
description:
|
||||
"Campanhas estruturadas no Meta Ads e Google Ads com foco em geração de oportunidades qualificadas para seu negócio.",
|
||||
media: {
|
||||
id: "1", title: "Gestão de Tráfego Pago", description:
|
||||
"Campanhas estruturadas no Meta Ads e Google Ads com foco em geração de oportunidades qualificadas para seu negócio.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mature-person-signing-contract-with-insurance-agency-banker_482257-94936.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/mature-person-signing-contract-with-insurance-agency-banker_482257-94936.jpg"},
|
||||
items: [
|
||||
{ icon: Target, text: "Segmentação precisão" },
|
||||
{ icon: BarChart3, text: "ROI otimizado" },
|
||||
@@ -224,14 +189,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Estratégia Digital",
|
||||
description:
|
||||
"Organização da comunicação e presença online para posicionamento mais forte e consistente no mercado.",
|
||||
media: {
|
||||
id: "2", title: "Estratégia Digital", description:
|
||||
"Organização da comunicação e presença online para posicionamento mais forte e consistente no mercado.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/investigating-aviation-accident_1098-16035.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/investigating-aviation-accident_1098-16035.jpg"},
|
||||
items: [
|
||||
{ icon: Compass, text: "Posicionamento claro" },
|
||||
{ icon: Users, text: "Persona mapeada" },
|
||||
@@ -240,14 +201,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Estruturação de Captação",
|
||||
description:
|
||||
"Ajustamos funis, mensagens e direcionamento para melhorar conversão e qualidade dos leads gerados.",
|
||||
media: {
|
||||
id: "3", title: "Estruturação de Captação", description:
|
||||
"Ajustamos funis, mensagens e direcionamento para melhorar conversão e qualidade dos leads gerados.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/advertise-communication-digital-marketing-business-concept_53876-133825.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/advertise-communication-digital-marketing-business-concept_53876-133825.jpg"},
|
||||
items: [
|
||||
{ icon: Funnel, text: "Funis otimizados" },
|
||||
{ icon: MessageSquare, text: "Copy persuasiva" },
|
||||
@@ -268,14 +225,10 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Diagnóstico",
|
||||
description:
|
||||
"Analisamos profundamente seu negócio, concorrência, presença digital atual e oportunidades de mercado.",
|
||||
media: {
|
||||
id: "1", title: "Diagnóstico", description:
|
||||
"Analisamos profundamente seu negócio, concorrência, presença digital atual e oportunidades de mercado.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mature-person-signing-contract-with-insurance-agency-banker_482257-94936.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/mature-person-signing-contract-with-insurance-agency-banker_482257-94936.jpg"},
|
||||
items: [
|
||||
{ icon: Search, text: "Análise de mercado" },
|
||||
{ icon: Users, text: "Estudo de público" },
|
||||
@@ -284,14 +237,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Planejamento",
|
||||
description:
|
||||
"Definimos estratégia personalizada com metas claras, timeline realista e investimento estruturado.",
|
||||
media: {
|
||||
id: "2", title: "Planejamento", description:
|
||||
"Definimos estratégia personalizada com metas claras, timeline realista e investimento estruturado.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/investigating-aviation-accident_1098-16035.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/investigating-aviation-accident_1098-16035.jpg"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Metas SMART" },
|
||||
{ icon: Calendar, text: "Timeline claro" },
|
||||
@@ -300,14 +249,10 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Execução",
|
||||
description:
|
||||
"Criamos e gerenciamos campanhas profissionais com foco em qualidade, consistência e resultados.",
|
||||
media: {
|
||||
id: "3", title: "Execução", description:
|
||||
"Criamos e gerenciamos campanhas profissionais com foco em qualidade, consistência e resultados.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/advertise-communication-digital-marketing-business-concept_53876-133825.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/advertise-communication-digital-marketing-business-concept_53876-133825.jpg"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Campanhas ao vivo" },
|
||||
{ icon: Settings, text: "Monitoramento 24/7" },
|
||||
@@ -316,14 +261,10 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Otimização",
|
||||
description:
|
||||
"Ajustes constantes baseados em dados, testes A/B e learnings para maximizar ROI e crescimento.",
|
||||
media: {
|
||||
id: "4", title: "Otimização", description:
|
||||
"Ajustes constantes baseados em dados, testes A/B e learnings para maximizar ROI e crescimento.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-freelancer-working-from-home-using-financial-graphs_482257-119054.jpg",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/african-american-freelancer-working-from-home-using-financial-graphs_482257-119054.jpg"},
|
||||
items: [
|
||||
{ icon: Repeat, text: "Testes contínuos" },
|
||||
{ icon: TrendingUp, text: "Ajustes inteligentes" },
|
||||
@@ -339,7 +280,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Não fazemos marketing por impulso. Cada campanha é baseada em estratégia. Cada investimento é direcionado. Cada decisão é orientada por dados."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[]}
|
||||
/>
|
||||
@@ -351,31 +292,23 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Building2,
|
||||
label: "Pequenas e Médias",
|
||||
value: "PMEs",
|
||||
},
|
||||
label: "Pequenas e Médias", value: "PMEs"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Negócios Locais",
|
||||
value: "Regional",
|
||||
},
|
||||
label: "Negócios Locais", value: "Regional"},
|
||||
{
|
||||
icon: Stethoscope,
|
||||
label: "Clínicas e Serviços",
|
||||
value: "B2C",
|
||||
},
|
||||
label: "Clínicas e Serviços", value: "B2C"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Empresários Sérios",
|
||||
value: "Visão",
|
||||
},
|
||||
label: "Empresários Sérios", value: "Visão"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Sua empresa pode crescer com direção. Marketing não é sorte. É estratégia. Vamos conversar sobre como estruturar o crescimento do seu negócio?"
|
||||
animationType="reveal-blur"
|
||||
|
||||
Reference in New Issue
Block a user