Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
269
src/app/page.tsx
269
src/app/page.tsx
@@ -30,66 +30,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Promoções",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Promoções", id: "pricing" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Pedir no WhatsApp",
|
||||
href: "https://wa.me/55000000000",
|
||||
}}
|
||||
button={{ text: "Pedir no WhatsApp", href: "https://wa.me/55000000000" }}
|
||||
brandName="Botekas Lanches"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="As melhores promoções da cidade 🍔🔥"
|
||||
description="Combos especiais, delivery rápido e muito sabor."
|
||||
tag="Botekas Lanches"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir no WhatsApp",
|
||||
href: "https://wa.me/55000000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Pedir no WhatsApp", href: "https://wa.me/55000000000" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=1",
|
||||
imageAlt: "Hambúrguer Artesanal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg?_wi=1",
|
||||
imageAlt: "Combo Especial",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-beef-burger-with-salad-bacon_23-2148784491.jpg",
|
||||
imageAlt: "Front view hand holding beef burger with salad and bacon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-cutlery_23-2148784479.jpg",
|
||||
imageAlt: "Front view beef burgers with bacon and cutlery",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredient-cooking-grilled-meat-ground-meat_185193-110909.jpg",
|
||||
imageAlt: "Ingredient for cooking grilled meat ground meat",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", imageAlt: "Hambúrguer Artesanal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg", imageAlt: "Combo Especial" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,30 +62,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Logística",
|
||||
title: "Delivery Rápido",
|
||||
subtitle: "Entrega ágil",
|
||||
description: "Seu lanche quentinho na porta de casa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg",
|
||||
imageAlt: "Front view burger with bacon on slate",
|
||||
},
|
||||
{
|
||||
tag: "Ofertas",
|
||||
title: "Promoções Diárias",
|
||||
subtitle: "Descontos incríveis",
|
||||
description: "Economize todos os dias com nossas ofertas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=2",
|
||||
imageAlt: "Front view burger with bacon on slate",
|
||||
},
|
||||
{
|
||||
tag: "Qualidade",
|
||||
title: "Ingredientes Frescos",
|
||||
subtitle: "Artesanal de verdade",
|
||||
description: "Carne selecionada e ingredientes frescos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg?_wi=2",
|
||||
imageAlt: "Front view burger with bacon on slate",
|
||||
},
|
||||
{ tag: "Logística", title: "Delivery Rápido", subtitle: "Entrega ágil", description: "Seu lanche quentinho na porta de casa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg", imageAlt: "Front view burger with bacon on slate" },
|
||||
{ tag: "Ofertas", title: "Promoções Diárias", subtitle: "Descontos incríveis", description: "Economize todos os dias com nossas ofertas.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", imageAlt: "Front view burger with bacon on slate" },
|
||||
{ tag: "Qualidade", title: "Ingredientes Frescos", subtitle: "Artesanal de verdade", description: "Carne selecionada e ingredientes frescos.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg", imageAlt: "Front view burger with bacon on slate" }
|
||||
]}
|
||||
title="Por que escolher o Botekas?"
|
||||
description="Qualidade e sabor que você merece."
|
||||
@@ -139,48 +78,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Xis Salada + Refri",
|
||||
price: "R$ 35,00",
|
||||
variant: "Combo Individual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151433214.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Combo Família",
|
||||
price: "R$ 95,00",
|
||||
variant: "Para compartilhar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cachorro-quente",
|
||||
price: "R$ 20,00",
|
||||
variant: "Tradicional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Combo Burger",
|
||||
price: "R$ 42,00",
|
||||
variant: "Mais vendido",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-burger-stone-cutting-board-kitchen-restaurant_482257-24295.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Batata Frita",
|
||||
price: "R$ 15,00",
|
||||
variant: "Porção",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151293053.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Milkshake",
|
||||
price: "R$ 18,00",
|
||||
variant: "Bebidas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-burger-with-fries-ketchup_140725-3597.jpg",
|
||||
},
|
||||
{ id: "1", name: "Xis Salada + Refri", price: "R$ 35,00", variant: "Combo Individual", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151433214.jpg" },
|
||||
{ id: "2", name: "Combo Família", price: "R$ 95,00", variant: "Para compartilhar", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg" },
|
||||
{ id: "3", name: "Cachorro-quente", price: "R$ 20,00", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg" },
|
||||
{ id: "4", name: "Combo Burger", price: "R$ 42,00", variant: "Mais vendido", imageSrc: "http://img.b2bpic.net/free-photo/black-burger-stone-cutting-board-kitchen-restaurant_482257-24295.jpg" },
|
||||
{ id: "5", name: "Batata Frita", price: "R$ 15,00", variant: "Porção", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151293053.jpg" },
|
||||
{ id: "6", name: "Milkshake", price: "R$ 18,00", variant: "Bebidas", imageSrc: "http://img.b2bpic.net/free-photo/double-burger-with-fries-ketchup_140725-3597.jpg" }
|
||||
]}
|
||||
title="Nosso Menu"
|
||||
description="Escolha sua delícia preferida."
|
||||
@@ -193,40 +96,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Mais Pedido",
|
||||
price: "R$ 29,90",
|
||||
period: "/un",
|
||||
description: "O clássico que você ama.",
|
||||
button: {
|
||||
text: "Pedir Agora",
|
||||
href: "https://wa.me/55000000000",
|
||||
},
|
||||
featuresTitle: "O que vem nele:",
|
||||
features: [
|
||||
"Hambúrguer bovino",
|
||||
"Queijo especial",
|
||||
"Bacon crocante",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Popular",
|
||||
price: "R$ 49,90",
|
||||
period: "/un",
|
||||
description: "Sacia qualquer fome.",
|
||||
button: {
|
||||
text: "Pedir Agora",
|
||||
href: "https://wa.me/55000000000",
|
||||
},
|
||||
featuresTitle: "O que vem nele:",
|
||||
features: [
|
||||
"Dois hambúrgueres",
|
||||
"Dobro de queijo",
|
||||
"Batata média inclusa",
|
||||
],
|
||||
},
|
||||
{ id: "p1", tag: "Mais Pedido", price: "R$ 29,90", period: "/un", description: "O clássico que você ama.", button: { text: "Pedir Agora", href: "https://wa.me/55000000000" }, featuresTitle: "O que vem nele:", features: ["Hambúrguer bovino", "Queijo especial", "Bacon crocante"] },
|
||||
{ id: "p2", tag: "Popular", price: "R$ 49,90", period: "/un", description: "Sacia qualquer fome.", button: { text: "Pedir Agora", href: "https://wa.me/55000000000" }, featuresTitle: "O que vem nele:", features: ["Dois hambúrgueres", "Dobro de queijo", "Batata média inclusa"] }
|
||||
]}
|
||||
title="Promoções da Semana"
|
||||
description="Preços que cabem no seu bolso."
|
||||
@@ -239,46 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "João Silva",
|
||||
handle: "@joaosilva",
|
||||
testimonial: "O melhor hambúrguer artesanal da cidade, entrega muito rápida!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-burger-meal-with-french-fries_23-2150914879.jpg",
|
||||
imageAlt: "View of 3d burger meal with french fries",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Souza",
|
||||
handle: "@mariasouza",
|
||||
testimonial: "Sempre peço o combo família, vale muito a pena pelo preço.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=3",
|
||||
imageAlt: "View of 3d burger meal with french fries",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Pedro Lima",
|
||||
handle: "@pedrolima",
|
||||
testimonial: "Sabor incrível, muito caprichado e quentinho.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg?_wi=3",
|
||||
imageAlt: "View of 3d burger meal with french fries",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ana Oliveira",
|
||||
handle: "@anaoli",
|
||||
testimonial: "Atendimento top, sem dúvida a melhor lancheria da região.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg?_wi=2",
|
||||
imageAlt: "View of 3d burger meal with french fries",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Carlos Mendes",
|
||||
handle: "@carlosm",
|
||||
testimonial: "Chegou antes do tempo previsto, nota 10!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg?_wi=2",
|
||||
imageAlt: "View of 3d burger meal with french fries",
|
||||
},
|
||||
{ id: "t1", name: "João Silva", handle: "@joaosilva", testimonial: "O melhor hambúrguer artesanal da cidade, entrega muito rápida!", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-burger-meal-with-french-fries_23-2150914879.jpg", imageAlt: "View of 3d burger meal with french fries" },
|
||||
{ id: "t2", name: "Maria Souza", handle: "@mariasouza", testimonial: "Sempre peço o combo família, vale muito a pena pelo preço.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", imageAlt: "View of 3d burger meal with french fries" },
|
||||
{ id: "t3", name: "Pedro Lima", handle: "@pedrolima", testimonial: "Sabor incrível, muito caprichado e quentinho.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg", imageAlt: "View of 3d burger meal with french fries" },
|
||||
{ id: "t4", name: "Ana Oliveira", handle: "@anaoli", testimonial: "Atendimento top, sem dúvida a melhor lancheria da região.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg", imageAlt: "View of 3d burger meal with french fries" },
|
||||
{ id: "t5", name: "Carlos Mendes", handle: "@carlosm", testimonial: "Chegou antes do tempo previsto, nota 10!", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg", imageAlt: "View of 3d burger meal with french fries" }
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Qualidade aprovada."
|
||||
@@ -289,21 +125,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Qual o horário de funcionamento?",
|
||||
content: "Estamos abertos das 18h às 23:30h.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Quanto tempo para entrega?",
|
||||
content: "Nosso tempo médio é de 30 a 45 minutos.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Aceitam cartões?",
|
||||
content: "Sim, aceitamos todas as bandeiras.",
|
||||
},
|
||||
{ id: "q1", title: "Qual o horário de funcionamento?", content: "Estamos abertos das 18h às 23:30h." },
|
||||
{ id: "q2", title: "Quanto tempo para entrega?", content: "Nosso tempo médio é de 30 a 45 minutos." },
|
||||
{ id: "q3", title: "Aceitam cartões?", content: "Sim, aceitamos todas as bandeiras." }
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -313,18 +137,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contato"
|
||||
title="Ficou com fome?"
|
||||
description="Clique no botão e fale direto com a gente pelo WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chamar no WhatsApp",
|
||||
href: "https://wa.me/55000000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Chamar no WhatsApp", href: "https://wa.me/55000000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -332,28 +149,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Botekas Lanches"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Lanches",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Combos",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/55000000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Lanches", href: "#menu" }, { label: "Combos", href: "#pricing" }] },
|
||||
{ title: "Contato", items: [{ label: "WhatsApp", href: "https://wa.me/55000000000" }] }
|
||||
]}
|
||||
copyrightText="© Botekas Lanches — Delivery premium."
|
||||
/>
|
||||
@@ -361,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user