Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-07 01:15:15 +00:00

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "Contato", id: "contact" },
]}
brandName="Gourmet Kitchen"
button={{ text: "Reservar", href: "#contact" }}
/>
</div>
@@ -104,6 +105,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Vamos conversar?"
description="Envie sua mensagem e retornaremos em breve."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Seu nome" },
{ name: "email", type: "email", placeholder: "Seu e-mail" }