From 96ba8740894188ed64b465aa6fbc9f6fb8350107 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:52:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 123c257..b14b0b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {