Merge version_1 into main #12
@@ -4,9 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import BlogCardsModern from '@/components/sections/blog/BlogCardsModern';
|
||||
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"
|
||||
@@ -21,88 +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-cards" data-section="blog-cards">
|
||||
<BlogCardsModern
|
||||
posts={[
|
||||
{
|
||||
id: "1", title: "Como o Tráfego Pago Pode Transformar Seu Negócio", description: "Descubra as estratégias essenciais para impulsionar suas vendas com anúncios online e segmentação inteligente.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/digital-marketing-analytics-dashboard-seo-1774390721868-b78901c0.png?_wi=1", imageAlt: "Análise de tráfego pago em dashboard", date: "2024-07-20", author: "Ricardo Almeida", category: "Tráfego Pago", href: "/blog/post-1"},
|
||||
{
|
||||
id: "2", title: "A Importância do CRM na Fidelização de Clientes", description: "Saiba como um sistema de CRM eficaz pode otimizar seu relacionamento com os clientes e aumentar a retenção.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/customer-support-agent-helping-a-client-o-1774390721598-f2b1574d.png?_wi=1", imageAlt: "Atendente de suporte ao cliente usando CRM", date: "2024-07-18", author: "Laura Mendes", category: "CRM e Automação", href: "/blog/post-2"},
|
||||
{
|
||||
id: "3", title: "Marketing de Conteúdo: Atraia e Engaje Sua Audiência", description: "Crie conteúdo relevante e de valor para educar seu público, construir autoridade e gerar leads qualificados.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPVKJTwrI9xrMeVzkY339blNny/professional-writer-typing-on-laptop-at-de-1774390720612-9c3f0c11.png?_wi=1", imageAlt: "Profissional escrevendo conteúdo em laptop", date: "2024-07-15", author: "Pedro Costa", category: "Conteúdo", href: "/blog/post-3"},
|
||||
]}
|
||||
title="Últimas Notícias e Insights"
|
||||
description="Mantenha-se atualizado com as últimas tendências e estratégias de marketing digital para impulsionar o seu negócio."
|
||||
gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</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="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"
|
||||
/>
|
||||
</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="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", href: "/" },
|
||||
{ label: "Serviços", href: "/services" },
|
||||
{ label: "Sobre Nós", href: "/about" },
|
||||
{ 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: "Artigos", href: "/blog" },
|
||||
{ label: "Eventos", href: "#" },
|
||||
{ label: "Imprensa", href: "#" },
|
||||
{ label: "Carreiras", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Scavi Company"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user