Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 121b7e322f | |||
| e448340d60 | |||
| 6bf81afbed | |||
| de8c22f13b | |||
| 42454e39ec | |||
| 6c4ea572ee |
@@ -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 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 FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
||||||
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';
|
||||||
@@ -150,27 +150,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
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."
|
||||||
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>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<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: "#hero" }, { 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"
|
logoText="Casa Brasil"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-libre-baskerville), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-libre-baskerville), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #EFE8C8;
|
--background: #FDFBF6;
|
||||||
--card: #F8F5E9;
|
--card: #FFFFFF;
|
||||||
--foreground: #1E2792;
|
--foreground: #1B1914;
|
||||||
--primary-cta: #1E2792;
|
--primary-cta: #8B6B45;
|
||||||
--primary-cta-text: #EFE8C8;
|
--primary-cta-text: #EFE8C8;
|
||||||
--secondary-cta: #FB5508;
|
--secondary-cta: #E6E0D4;
|
||||||
--secondary-cta-text: #FFFFFF;
|
--secondary-cta-text: #FFFFFF;
|
||||||
--accent: #E0C31B;
|
--accent: #C4A484;
|
||||||
--background-accent: #D6CEAA;
|
--background-accent: #F2EDE3;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user