|
|
|
@@ -3,9 +3,9 @@
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|
|
|
title="Cozinha Afetiva: Onde o Afeto Vira Arte."
|
|
|
|
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."
|
|
|
|
description="Confeitaria artesanal de luxo, transformando momentos em memórias inesquecíveis através do sabor e da sofisticação."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Monte seu Bolo", href: "#contact" },
|
|
|
|
{ text: "Monte seu Bolo", href: "/contact" },
|
|
|
|
{ text: "Ver Catálogo", href: "#products" },
|
|
|
|
{ text: "Ver Catálogo", href: "/products" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/slice-cheesecake-with-fruit-salad_114579-17913.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/slice-cheesecake-with-fruit-salad_114579-17913.jpg"
|
|
|
|
imageAlt="Bolo artesanal de luxo Casa Brasil"
|
|
|
|
imageAlt="Bolo artesanal de luxo Casa Brasil"
|
|
|
|
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCenter
|
|
|
|
<ContactSplit
|
|
|
|
tag="Pedido Via WhatsApp"
|
|
|
|
tag="Pedido Via WhatsApp"
|
|
|
|
title="Vamos criar o bolo dos seus sonhos?"
|
|
|
|
title="Vamos criar o bolo dos seus sonhos?"
|
|
|
|
description="Personalize agora sua experiência Casa Brasil e encante a todos."
|
|
|
|
description="Personalize agora sua experiência Casa Brasil e encante a todos."
|
|
|
|
@@ -161,10 +161,10 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBaseCard
|
|
|
|
<FooterBaseReveal
|
|
|
|
columns={[
|
|
|
|
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: "#" }],
|
|
|
|
|