Update src/app/delivery/page.tsx

This commit is contained in:
2026-05-27 14:42:39 +00:00
parent bace9013f5
commit 83683fc8bc

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Cardápio",
id: "/cardapio",
},
name: "Cardápio", id: "/cardapio"},
{
name: "Delivery",
id: "/delivery",
},
name: "Delivery", id: "/delivery"},
{
name: "Sobre",
id: "/sobre",
},
name: "Sobre", id: "/sobre"},
{
name: "Contato",
id: "/contato",
},
name: "Contato", id: "/contato"},
]}
brandName="Tempero Caseiro"
/>
@@ -54,8 +44,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Peça Agora"
title="Delivery e Encomendas Online"
description="Faça seu pedido para delivery ou retirada. Para catering e marmitas especiais, preencha o formulário e entraremos em contato."
@@ -75,25 +64,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "Vocês fazem entrega?",
content: "Sim, fazemos entregas em toda a região de Itapuranga durante nosso horário de almoço.",
},
id: "faq1", title: "Vocês fazem entrega?", content: "Sim, fazemos entregas em toda a região de Itapuranga durante nosso horário de almoço."},
{
id: "faq2",
title: "Tem marmita todos os dias?",
content: "Sim, temos marmitas frescas e variadas todos os dias da semana para almoço.",
},
id: "faq2", title: "Tem marmita todos os dias?", content: "Sim, temos marmitas frescas e variadas todos os dias da semana para almoço."},
{
id: "faq3",
title: "Aceitam PIX?",
content: "Sim, aceitamos PIX, cartões de crédito/débito e dinheiro.",
},
id: "faq3", title: "Aceitam PIX?", content: "Sim, aceitamos PIX, cartões de crédito/débito e dinheiro."},
{
id: "faq4",
title: "Qual o valor da entrega?",
content: "O valor da taxa de entrega varia conforme a sua localização. Consulte-nos pelo WhatsApp.",
},
id: "faq4", title: "Qual o valor da entrega?", content: "O valor da taxa de entrega varia conforme a sua localização. Consulte-nos pelo WhatsApp."},
]}
imageSrc="http://img.b2bpic.net/free-photo/anxious-young-blonde-delivery-boy-puts-hand-face-holding-looking-cardbox-isolated-orange-wall-with-copy-space_141793-117864.jpg"
imageAlt="Mulher digitando no celular"
@@ -110,70 +87,41 @@ export default function LandingPage() {
logoText="Tempero Caseiro"
columns={[
{
title: "Navegação",
items: [
title: "Navegação", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Cardápio",
href: "/cardapio",
},
label: "Cardápio", href: "/cardapio"},
{
label: "Delivery",
href: "/delivery",
},
label: "Delivery", href: "/delivery"},
{
label: "Sobre Nós",
href: "/sobre",
},
label: "Sobre", href: "/sobre"},
{
label: "Contato",
href: "/contato",
},
label: "Contato", href: "/contato"},
],
},
{
title: "Serviços",
items: [
title: "Serviços", items: [
{
label: "Marmitaria",
href: "/delivery#marmita",
},
label: "Marmitaria", href: "/delivery#marmita"},
{
label: "Churrascaria",
href: "/cardapio#churrasco",
},
label: "Churrascaria", href: "/cardapio#churrasco"},
{
label: "Encomendas",
href: "/delivery#encomendas",
},
label: "Encomendas", href: "/delivery#encomendas"},
{
label: "Retirada no Local",
href: "/delivery#retirada",
},
label: "Retirada no Local", href: "/delivery#retirada"},
],
},
{
title: "Informações",
items: [
title: "Informações", items: [
{
label: "Localização",
href: "/contato#mapa",
},
label: "Localização", href: "/contato#mapa"},
{
label: "Horários",
href: "/contato#horarios",
},
label: "Horários", href: "/contato#horarios"},
{
label: "FAQ",
href: "/delivery#faq",
},
label: "FAQ", href: "/delivery#faq"},
{
label: "Privacidade",
href: "/politica-de-privacidade",
},
label: "Privacidade", href: "/politica-de-privacidade"},
],
},
]}