From edf9bb2f8e5292319582a2732aaae7d0066e97d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:40:21 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2acb368..b617865 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { ArrowUpRight, Contact, Workflow } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,45 +29,45 @@ export default function LandingPage() { { name: "A Empresa", id: "/about" }, { name: "Serviços", id: "/services" }, { name: "Blog", id: "/blog" }, - { name: "Depoimentos", id: "#testimonials" } + { name: "Depoimentos", id: "#testimonials" }, ]} brandName="Scavi Company" - button={{ text: "Agendar Consultoria Gratuita", href: "/contact" }} + button={{ + text: "Agendar Consultoria Gratuita", href: "/contact"}} />
+
+ +
+ -
- -
-
@@ -79,25 +79,25 @@ export default function LandingPage() { { label: "Sobre Nós", href: "/about" }, { label: "Serviços", href: "/services" }, { label: "Blog", href: "/blog" }, - { label: "Contato", href: "/contact" } - ] + { label: "Contato", href: "/contact" }, + ], }, { items: [ { label: "Tráfego Pago", href: "/services#trafego" }, { label: "CRM & Automação", href: "/services#crm-automacao" }, { label: "Marketing de Conteúdo", href: "/services#conteudo" }, - { label: "Consultoria", href: "/contact" } - ] + { label: "Consultoria", href: "/contact" }, + ], }, { items: [ { label: "Case Studies", href: "/blog" }, { label: "FAQ", href: "/contact#faq" }, { label: "Termos de Uso", href: "#" }, - { label: "Política de Privacidade", href: "#" } - ] - } + { label: "Política de Privacidade", href: "#" }, + ], + }, ]} logoText="Scavi Company" />