Update src/app/contato/page.tsx
This commit is contained in:
@@ -6,7 +6,6 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
export default function ContatoPage() {
|
||||
return (
|
||||
@@ -42,7 +41,7 @@ export default function ContatoPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Sua mesa está pronta."
|
||||
description="Reserve agora pelo nosso WhatsApp 04833048808 ou faça uma visita."
|
||||
description="Reserve agora pelo nosso WhatsApp (48) 3304-8828 ou faça uma visita."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954776.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonText="WhatsApp"
|
||||
@@ -71,7 +70,7 @@ export default function ContatoPage() {
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] },
|
||||
{ items: [
|
||||
{ label: "WhatsApp: 04833048808", href: "https://wa.me/04833048808" },
|
||||
{ label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" }
|
||||
] },
|
||||
]}
|
||||
@@ -81,4 +80,4 @@ export default function ContatoPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user