Update src/app/cadastro-servico/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function CadastroServicoPage() {
|
||||
@@ -34,11 +34,12 @@ export default function CadastroServicoPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplit
|
||||
tag="Novo Serviço"
|
||||
title="Cadastre seu Serviço"
|
||||
description="Preencha os dados abaixo para publicar seu serviço profissional na plataforma FreelanceFlow."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Nome do Serviço"
|
||||
buttonText="Publicar Serviço"
|
||||
termsText="Ao publicar, você concorda com nossos termos de serviço para prestadores."
|
||||
|
||||
Reference in New Issue
Block a user