Merge version_2 into main #2
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user