diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b3edf96..2acb368 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 FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { ArrowUpRight, Contact, Workflow } from 'lucide-react'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return ( @@ -29,49 +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" }} />
-
- -
- +
+ +
+
@@ -83,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" />