Merge version_1 into main #10
@@ -2,12 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -22,112 +22,88 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início", id: "/"},
|
||||
{
|
||||
name: "A Empresa", id: "/about"},
|
||||
{
|
||||
name: "Serviços", id: "/services"},
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
]}
|
||||
brandName="Scavi Company"
|
||||
button={{
|
||||
text: "Agendar Consultoria Gratuita", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "A Empresa", id: "/about" },
|
||||
{ name: "Serviços", id: "/services" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Depoimentos", id: "#testimonials" }
|
||||
]}
|
||||
brandName="Scavi Company"
|
||||
button={{ text: "Agendar Consultoria Gratuita", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog-recent" data-section="blog-recent">
|
||||
<BlogCardOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="Nosso Blog: Insights e Estratégias de Marketing Digital"
|
||||
description="Mantenha-se atualizado com as últimas tendências, dicas e melhores práticas em tráfego pago, CRM, automação e muito mais, direto dos nossos especialistas."
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Tráfego Pago", title: "Aumente Suas Vendas com Tráfego Pago Eficaz", excerpt: "Descubra como otimizar suas campanhas no Google Ads e Meta Ads para gerar mais leads qualificados e impulsionar suas vendas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/a-modern-digital-marketing-dashboard-dis-1774390721348-f2282a1c.png?_wi=6", imageAlt: "Dashboard de anúncios digitais", authorName: "Ana Clara", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390720533-52810890.png", date: "15 de Maio, 2024"},
|
||||
{
|
||||
id: "2", category: "Automação", title: "Automação de Marketing: Fidelize Clientes e Poupe Tempo", excerpt: "Conheça as ferramentas e estratégias para automatizar seu funil de vendas, nutrição de leads e melhorar o relacionamento com clientes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/a-modern-digital-marketing-dashboard-dis-1774390721348-f2282a1c.png?_wi=7", imageAlt: "Automação de e-mail marketing", authorName: "João Silva", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390721846-34647eb6.png", date: "10 de Maio, 2024"},
|
||||
{
|
||||
id: "3", category: "CRM", title: "O Poder do CRM para a Gestão de Relacionamento com Clientes", excerpt: "Veja como um CRM bem implementado pode transformar a experiência do cliente, otimizar processos e impulsionar suas vendas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/a-modern-digital-marketing-dashboard-dis-1774390721348-f2282a1c.png?_wi=8", imageAlt: "Interface de sistema CRM", authorName: "Mariana Costa", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390720325-6432d7c4.png", date: "05 de Maio, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
{/* Placeholder for blog content sections */}
|
||||
<div id="blog-hero" data-section="blog-hero">
|
||||
{/* A simple placeholder section */}
|
||||
<section className="py-24 text-center">
|
||||
<h1 className="text-4xl font-bold">Nosso Blog</h1>
|
||||
<p className="mt-4 text-lg">Conteúdo relevante para impulsionar seu negócio.</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div id="blog-insights" data-section="blog-insights">
|
||||
<BlogCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
title="Últimas Notícias e Análises do Mercado"
|
||||
description="Fique por dentro das novidades do marketing digital e aprofunde seu conhecimento com nossos artigos especializados e tendências."
|
||||
blogs={[
|
||||
{
|
||||
id: "4", category: [
|
||||
"Tendências", "Inovação"],
|
||||
title: "Tendências de Marketing Digital para 2024 que Você Precisa Conhecer", excerpt: "Explore as inovações que moldarão o futuro do marketing digital e como aplicá-las em seu negócio para se manter à frente.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/a-modern-digital-marketing-dashboard-dis-1774390721348-f2282a1c.png?_wi=9", imageAlt: "Gráficos de tendências digitais", authorName: "Pedro Mendes", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390721667-a1d77e42.png", date: "28 de Abril, 2024"},
|
||||
{
|
||||
id: "5", category: [
|
||||
"Conteúdo", "Redes Sociais"],
|
||||
title: "Como Criar Conteúdo Que Converte para Redes Sociais", excerpt: "Dicas práticas para desenvolver conteúdo engajador que transforma seguidores em clientes fiéis e promove sua marca online.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/a-modern-digital-marketing-dashboard-dis-1774390721348-f2282a1c.png?_wi=10", imageAlt: "Redes sociais com conteúdo de sucesso", authorName: "Fernanda Lima", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390720533-52810890.png", date: "20 de Abril, 2024"},
|
||||
{
|
||||
id: "6", category: [
|
||||
"SEO", "Negócios Locais"],
|
||||
title: "SEO Local: Atraia Clientes Próximos ao Seu Negócio", excerpt: "Estratégias eficazes de SEO local para aumentar a visibilidade e o tráfego de clientes da sua região para sua empresa.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/a-modern-digital-marketing-dashboard-dis-1774390721348-f2282a1c.png?_wi=11", imageAlt: "Mapa com pontos de localização de negócios", authorName: "Rafael Souza", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390721846-34647eb6.png", date: "12 de Abril, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
testimonial="A Scavi Company transformou a presença online da minha empresa. Os resultados superaram todas as expectativas!"
|
||||
rating={5}
|
||||
author="Maria Silva, CEO da InovaTech"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-headshot-of-a-diverse-busin-1774390721846-34647eb6.png", alt: "Maria Silva"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós", href: "/about"},
|
||||
{
|
||||
label: "Serviços", href: "/services"},
|
||||
{
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Case Studies", href: "/blog"},
|
||||
{
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Termos de Uso", href: "#"},
|
||||
{
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Scavi Company"
|
||||
copyrightText="© 2024 Agência de Aceleração Comercial. Todos os direitos reservados."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-promo" data-section="contact-promo">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
text="Pronto para Acelerar Seus Resultados?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Fale Conosco", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Início", id: "/" },
|
||||
{ label: "Serviços", id: "/services" },
|
||||
{ label: "Sobre Nós", id: "/about" },
|
||||
{ label: "Contato", id: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Tráfego Pago", id: "/services#trafego" },
|
||||
{ label: "CRM & Automação", id: "/services#crm-automacao" },
|
||||
{ label: "Marketing de Conteúdo", id: "/services#conteudo" },
|
||||
{ label: "Consultoria", id: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Artigos", id: "/blog" },
|
||||
{ label: "Eventos", id: "#" },
|
||||
{ label: "Imprensa", id: "#" },
|
||||
{ label: "Carreiras", id: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Scavi Company"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user