Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:52:30 +00:00
parent 65cafb25af
commit 96ba874089

View File

@@ -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"
@@ -164,7 +164,7 @@ export default function LandingPage() {
<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: "#" }],