Merge version_4 into main #6
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
@@ -42,16 +42,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="ECLORE"
|
||||
description="Estratégia antes da execução. Crescimento com clareza, posicionamento e direção."
|
||||
<HeroOverlay
|
||||
title="ECLORE"
|
||||
subtitle="Estratégia antes da execução. Crescimento com clareza, posicionamento e direção."
|
||||
buttons={[
|
||||
{ text: "Agendar uma Chamada Estratégica", href: "contact" },
|
||||
{ text: "Solicitar um Diagnóstico Inicial", href: "contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-business-environment-with-financial-data-overlay_84443-73962.jpg?id=426492935"
|
||||
imageAlt="Visualização de crescimento estratégico"
|
||||
showDimOverlay={true}
|
||||
backgroundImageSrc="http://img.b2bpic.net/free-photo/corporate-business-environment-with-financial-data-overlay_84443-73962.jpg?id=426492935"
|
||||
backgroundImageAlt="Visualização de crescimento estratégico"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -61,10 +60,7 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "" },
|
||||
{ type: "text", content: "" },
|
||||
{ type: "text", content: "Sem estratégia
|
||||
Seu negócio perde eficiência.
|
||||
Sua marca perde
|
||||
" },
|
||||
{ type: "text", content: "Sem estratégia\nSeu negócio perde eficiência.\nSua marca perde " },
|
||||
]}
|
||||
buttons={[{ text: "Explorar Nossa Abordagem", href: "methodology" }]}
|
||||
useInvertedBackground={true}
|
||||
@@ -260,4 +256,4 @@ Sua marca perde
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user