diff --git a/src/app/contato/page.tsx b/src/app/contato/page.tsx
index fec432a..53dc0a2 100644
--- a/src/app/contato/page.tsx
+++ b/src/app/contato/page.tsx
@@ -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() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index e8ad26e..9215b20 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -7,50 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
- variable: "--font-halant",
- subsets: ["latin"],
+ variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
- variable: "--font-roboto",
- subsets: ["latin"],
+ variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
- title: "SCALENZA - Automação e Performance para Expansão de Franquias",
- description: "Transforme sua franqueadora em máquina previsível de crescimento. Automação, dados e inteligência comercial para expansão de franquias com resultados mensuráveis.",
- keywords: "expansão de franquias, automação franquias, marketing para franquias, geração de leads franquias, crescimento franquia, franchise growth automation, performance franquias",
- metadataBase: new URL("https://scalenza.com"),
+ title: "SCALENZA - Technology Platform for Global Franchise Growth", description: "Advanced technology platform transforming franchise expansion worldwide. Intelligent automation, real-time analytics, and predictable growth for global franchise systems.", keywords: "franchise technology, global franchise growth, franchise expansion platform, enterprise franchise solutions, predictable franchise scaling, international franchise automation", metadataBase: new URL("https://scalenza.com"),
alternates: {
- canonical: "https://scalenza.com",
- },
+ canonical: "https://scalenza.com"},
openGraph: {
- title: "SCALENZA - Intelligent Franchise Growth",
- description: "Transforme sua franqueadora em máquina previsível de crescimento com automação, dados e inteligência comercial.",
- url: "https://scalenza.com",
- siteName: "SCALENZA",
- type: "website",
- images: [
+ title: "SCALENZA - Global Franchise Technology Platform", description: "Advanced technology platform for intelligent, scalable franchise expansion worldwide.", url: "https://scalenza.com", siteName: "SCALENZA", type: "website", images: [
{
- url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-sophisticated-dashboard-interface-show-1772665548956-856cf142.png",
- alt: "Dashboard de crescimento e performance de franquias",
- },
+ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-sophisticated-dashboard-interface-show-1772665548956-856cf142.png", alt: "SCALENZA Technology Dashboard"},
],
},
twitter: {
- card: "summary_large_image",
- title: "SCALENZA - Intelligent Franchise Growth",
- description: "Transforme sua franqueadora em máquina previsível de crescimento.",
- images: [
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-sophisticated-dashboard-interface-show-1772665548956-856cf142.png",
- ],
+ card: "summary_large_image", title: "SCALENZA - Global Franchise Technology Platform", description: "Advanced technology platform for intelligent, scalable franchise expansion worldwide.", images: [
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV64qLDViQ8fXh668ee5UaJJsc/a-sophisticated-dashboard-interface-show-1772665548956-856cf142.png"],
},
robots: {
index: true,
@@ -1442,4 +1424,4 @@ export default function RootLayout({