Update src/app/contato/page.tsx
This commit is contained in:
@@ -10,48 +10,44 @@ import { Calendar, Phone, Mail, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Metodologia", id: "methodology" },
|
||||
{ name: "Resultados", id: "results" },
|
||||
{ name: "Platform", id: "platform" },
|
||||
{ name: "Innovation", id: "innovation" },
|
||||
{ name: "Results", id: "results" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Produto",
|
||||
items: [
|
||||
{ label: "Nossas Soluções", href: "#services" },
|
||||
{ label: "Metodologia", href: "/metodologia" },
|
||||
{ label: "Casos de Sucesso", href: "/resultados" },
|
||||
{ label: "Pricing", href: "#contact" },
|
||||
title: "Platform", items: [
|
||||
{ label: "Solutions", href: "#platform" },
|
||||
{ label: "Technology", href: "#innovation" },
|
||||
{ label: "Case Studies", href: "#results" },
|
||||
{ label: "Enterprise", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{ label: "Sobre SCALENZA", href: "/sobre" },
|
||||
{ label: "Nossa Equipe", href: "/sobre" },
|
||||
title: "Company", items: [
|
||||
{ label: "About SCALENZA", href: "/sobre" },
|
||||
{ label: "Team", href: "/sobre" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Carreiras", href: "#careers" },
|
||||
{ label: "Careers", href: "#careers" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suporte",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Entre em Contato", href: "/contato" },
|
||||
{ label: "Contact", href: "/contato" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/5511999999999" },
|
||||
{ label: "Email", href: "mailto:hello@scalenza.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{ label: "Política de Privacidade", href: "#privacy" },
|
||||
{ label: "Termos de Uso", href: "#terms" },
|
||||
{ label: "Política de Cookies", href: "#cookies" },
|
||||
{ label: "LGPD", href: "#lgpd" },
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
{ label: "Cookie Policy", href: "#cookies" },
|
||||
{ label: "Data Protection", href: "#data" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -75,33 +71,21 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact-methods" data-section="contact-methods">
|
||||
<FeatureCardSeven
|
||||
title="Entre em Contato com SCALENZA"
|
||||
description="Múltiplas formas de conectar com nossa equipe para discutir sua estratégia de crescimento."
|
||||
tag="Estamos Prontos"
|
||||
title="Connect with SCALENZA"
|
||||
description="Multiple ways to reach our team and discuss your franchise growth strategy."
|
||||
tag="We're Ready"
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Agende uma Consulta",
|
||||
description: "Preferimos conversar. Reserve 30 minutos com nosso especialista para entender seu desafio e apresentar soluções personalizadas.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-professional-diagnostic-session-bookin-1772665549575-9b9f64bb.png?_wi=2",
|
||||
imageAlt: "Agendar consulta estratégica",
|
||||
},
|
||||
title: "Schedule a Strategy Session", description: "We prefer conversation. Reserve 30 minutes with our team to discuss your challenges and explore customized solutions tailored to your growth objectives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-professional-diagnostic-session-bookin-1772665549575-9b9f64bb.png?_wi=2", imageAlt: "Strategy session"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Conversar no WhatsApp",
|
||||
description: "Tem uma pergunta rápida? Entre em contato conosco via WhatsApp. Responderemos em poucas horas com recomendações iniciais.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-strategic-process-automation-illustrat-1772665547974-42c5ab9c.png?_wi=2",
|
||||
imageAlt: "Contato via WhatsApp",
|
||||
},
|
||||
title: "WhatsApp Communication", description: "Quick questions? Reach us via WhatsApp. We respond within hours with initial insights and strategic recommendations relevant to your situation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-strategic-process-automation-illustrat-1772665547974-42c5ab9c.png?_wi=2", imageAlt: "WhatsApp contact"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Enviar Email",
|
||||
description: "Prefere comunicação formal? Envie um email detalhando sua situação e objetivos. Nossa equipe entrará em contato em até 24 horas.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-helpful-customer-support-and-knowledge-1772665550385-ede8be50.png",
|
||||
imageAlt: "Contato via email",
|
||||
},
|
||||
title: "Email Communication", description: "Prefer formal communication? Email us with detailed context about your franchise growth goals. We'll respond within 24 hours with strategic recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-helpful-customer-support-and-knowledge-1772665550385-ede8be50.png", imageAlt: "Email contact"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -113,24 +97,15 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Qual é o próximo passo após agendar uma consulta?",
|
||||
content: "Você receberá um link de calendário. Escolha o horário que preferir. Nossa equipe enviará uma chamada de video link e documentação preparatória antes da reunião.",
|
||||
},
|
||||
id: "1", title: "What's the next step after scheduling?", content: "You'll receive a calendar link. Choose your preferred time. Our team will send video call information and pre-session materials to prepare for maximum impact."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quanto custa uma consulta inicial?",
|
||||
content: "A consulta é completamente gratuita. Sem compromisso, sem custo oculto. O objetivo é entender sua situação e mostrar se e como podemos ajudar.",
|
||||
},
|
||||
id: "2", title: "Is there a cost for initial consultation?", content: "Completely free. No obligation, no hidden costs. We focus on understanding your situation and demonstrating how we can help your franchise system grow."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Quanto tempo após a consulta terei uma proposta?",
|
||||
content: "Proposta customizada é entregue em 2-3 dias úteis. Incluir análise completa do seu funil, recomendações estratégicas e investment projections.",
|
||||
},
|
||||
id: "3", title: "Timeline for proposal delivery?", content: "Customized proposal within 2-3 business days. Includes complete pipeline analysis, strategic recommendations, and investment projections for your consideration."},
|
||||
]}
|
||||
ctaTitle="Pronto para Começar?"
|
||||
ctaDescription="Agende seu diagnóstico estratégico gratuito agora. Sem compromisso, só insights valiosos."
|
||||
ctaButton={{ text: "Agendar Consulta Gratuita", href: "https://calendly.com/scalenza" }}
|
||||
ctaTitle="Ready to Start Your Growth Journey?"
|
||||
ctaDescription="Schedule your strategy session now. No obligation, just valuable insights."
|
||||
ctaButton={{ text: "Schedule Free Strategy Session", href: "https://calendly.com/scalenza" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
@@ -142,9 +117,9 @@ export default function ContactPage() {
|
||||
<FooterBaseCard
|
||||
logoText="SCALENZA"
|
||||
columns={footerColumns}
|
||||
copyrightText="© 2025 SCALENZA. Todos os direitos reservados. Intelligent Franchise Growth."
|
||||
copyrightText="© 2025 SCALENZA. All rights reserved. Global Franchise Technology Platform."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user