|
|
|
|
@@ -3,9 +3,9 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|
|
|
|
title="Cozinha Afetiva: Onde o Afeto Vira Arte."
|
|
|
|
|
description="Confeitaria artesanal de luxo, transformando momentos em memórias inesquecíveis através do sabor e da sofisticação."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Monte seu Bolo", href: "#contact" },
|
|
|
|
|
{ text: "Ver Catálogo", href: "#products" },
|
|
|
|
|
{ text: "Monte seu Bolo", href: "/contact" },
|
|
|
|
|
{ text: "Ver Catálogo", href: "/products" },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/slice-cheesecake-with-fruit-salad_114579-17913.jpg"
|
|
|
|
|
imageAlt="Bolo artesanal de luxo Casa Brasil"
|
|
|
|
|
@@ -150,27 +150,27 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Pedido Via WhatsApp"
|
|
|
|
|
title="Vamos criar o bolo dos seus sonhos?"
|
|
|
|
|
description="Personalize agora sua experiência Casa Brasil e encante a todos."
|
|
|
|
|
buttons={[{ text: "Monte seu Bolo Agora", href: "https://wa.me/5500000000000" }]}
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
onSubmit={(email) => console.log("Form submitted: ", email)}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBase
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Navegação", items: [{ label: "Início", href: "#hero" }, { label: "Catálogo", href: "#products" }, { label: "Contato", href: "#contact" }],
|
|
|
|
|
title: "Navegação", items: [{ label: "Início", href: "/" }, { label: "Catálogo", href: "/products" }, { label: "Contato", href: "/contact" }],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }, { label: "Pinterest", href: "#" }],
|
|
|
|
|
title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }, { label: "Pinterest", href: "#" }],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Legal", items: [{ label: "Termos", href: "#" }, { label: "Privacidade", href: "#" }],
|
|
|
|
|
title: "Legal", items: [{ label: "Termos", href: "#" }, { label: "Privacidade", href: "#" }],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
logoText="Casa Brasil"
|
|
|
|
|
@@ -180,4 +180,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|