From 6ee951fec9bfe4e821c553748ee2d3a67cfeae60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:20:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 466 +++++++++++++---------------------------------- 1 file changed, 130 insertions(+), 336 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb694a8..3ea8947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,52 +11,48 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Sparkles, AlertCircle, Zap, Crown, TrendingUp, Lightbulb, MessageCircle, Calendar, Phone } from "lucide-react"; +import { Sparkles, Zap, Crown, TrendingUp, Lightbulb, MessageCircle, Calendar, Code, Globe, BarChart3 } from "lucide-react"; export default function HomePage() { 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" }, ], }, ]; @@ -80,107 +76,67 @@ export default function HomePage() {
-
+
-
+
@@ -384,69 +263,33 @@ export default function HomePage() {
); -} \ No newline at end of file +}