Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96ba874089 | |||
| 65cafb25af |
@@ -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"
|
||||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<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: "#" }],
|
||||||
|
|||||||
Reference in New Issue
Block a user