Merge version_1 into main #2
304
src/app/page.tsx
304
src/app/page.tsx
@@ -31,86 +31,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Início", id: "#hero" },
|
||||
{ name: "Sobre", id: "#about" },
|
||||
{ name: "Menu", id: "#products" },
|
||||
{ name: "Contato", id: "#contact" },
|
||||
]}
|
||||
brandName="Big Lanches"
|
||||
button={{ text: "Pedir Agora", href: "https://wa.me/5512999999999" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Lanches Excepcionais, Entrega Rápida e Confiável"
|
||||
description="Desde 2017, Big Lanches prepara cada lanche com ingredientes de qualidade e o cuidado de quem cozinha em casa. Peça agora para retirada, entrega ou coma aqui."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir Agora pelo WhatsApp",
|
||||
href: "https://wa.me/5512999999999",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-decorated-dessert-table-restaurant_1303-18607.jpg?_wi=1"
|
||||
buttons={[{ text: "Pedir Agora pelo WhatsApp", href: "https://wa.me/5512999999999" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-decorated-dessert-table-restaurant_1303-18607.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-sweet-kozinaki-sunflower-seeds-sesame-peanuts-wooden-board-with-colorful-marshmallow-glass-jar-rustic_141793-6202.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-peanut-butter-bread_23-2150408173.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/potato-chips-with-pastry-products-wooden-platter-served-with-dark-bread_114579-12301.jpg",
|
||||
alt: "Regular customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cereal-bars-with-copy-space-almonds_23-2148562785.jpg",
|
||||
alt: "New customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-asian-female-entrepreneur-cafe-owner-with-tablet-wearing-shop-uniform-standing-with_1258-203446.jpg",
|
||||
alt: "Loyal customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-sweet-kozinaki-sunflower-seeds-sesame-peanuts-wooden-board-with-colorful-marshmallow-glass-jar-rustic_141793-6202.jpg", alt: "Satisfied customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-delicious-peanut-butter-bread_23-2150408173.jpg", alt: "Happy customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/potato-chips-with-pastry-products-wooden-platter-served-with-dark-bread_114579-12301.jpg", alt: "Regular customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-cereal-bars-with-copy-space-almonds_23-2148562785.jpg", alt: "New customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/enthusiastic-asian-female-entrepreneur-cafe-owner-with-tablet-wearing-shop-uniform-standing-with_1258-203446.jpg", alt: "Loyal customer" },
|
||||
]}
|
||||
avatarText="Mais de 10 mil clientes satisfeitos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Entrega Ágil",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabor Artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradição em SJC",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cardápio Completo",
|
||||
},
|
||||
{ type: "text", text: "Ingredientes Frescos" },
|
||||
{ type: "text", text: "Entrega Ágil" },
|
||||
{ type: "text", text: "Sabor Artesanal" },
|
||||
{ type: "text", text: "Tradição em SJC" },
|
||||
{ type: "text", text: "Cardápio Completo" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,20 +74,11 @@ export default function LandingPage() {
|
||||
title="Cuidado e Qualidade em Cada Mordida"
|
||||
description="Nossa missão é levar o conforto de comida caseira de qualidade para profissionais e famílias. Utilizamos ingredientes frescos e receitas que honram nossa trajetória desde 2017 em São José dos Campos."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Ingredientes Selecionados",
|
||||
description: "Priorizamos produtos frescos e locais para garantir o melhor sabor.",
|
||||
},
|
||||
{
|
||||
title: "Cozinha com Cuidado",
|
||||
description: "Cada lanche é feito artesanalmente como se fosse para nossa própria família.",
|
||||
},
|
||||
{
|
||||
title: "Conveniência Rápida",
|
||||
description: "Entregas ágeis e atendimento eficiente, respeitando seu tempo de almoço.",
|
||||
},
|
||||
{ title: "Ingredientes Selecionados", description: "Priorizamos produtos frescos e locais para garantir o melhor sabor." },
|
||||
{ title: "Cozinha com Cuidado", description: "Cada lanche é feito artesanalmente como se fosse para nossa própria família." },
|
||||
{ title: "Conveniência Rápida", description: "Entregas ágeis e atendimento eficiente, respeitando seu tempo de almoço." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -147,42 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Big Bacon Burger",
|
||||
price: "R$ 32,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-burgers-with-lettuce-ready-be-served_23-2148290591.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Frango Crispy Especial",
|
||||
price: "R$ 28,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-with-tomatoes-beside_23-2148454792.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Hot Dog Gourmet",
|
||||
price: "R$ 22,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-fast-food-hot-dog-flat-lay_23-2148668447.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fritas Crocantes",
|
||||
price: "R$ 20,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-blue-ceramic-bowl-full-with-yellow-sweet-candies_114579-87595.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Suco Natural",
|
||||
price: "R$ 15,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-fruit-cocktails-various-colors_8353-9113.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Brownie de Chocolate",
|
||||
price: "R$ 12,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258904.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Big Bacon Burger", price: "R$ 32,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-burgers-with-lettuce-ready-be-served_23-2148290591.jpg" },
|
||||
{ id: "p2", name: "Frango Crispy Especial", price: "R$ 28,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-with-tomatoes-beside_23-2148454792.jpg" },
|
||||
{ id: "p3", name: "Hot Dog Gourmet", price: "R$ 22,00", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-fast-food-hot-dog-flat-lay_23-2148668447.jpg" },
|
||||
{ id: "p4", name: "Fritas Crocantes", price: "R$ 20,00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-blue-ceramic-bowl-full-with-yellow-sweet-candies_114579-87595.jpg" },
|
||||
{ id: "p5", name: "Suco Natural", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-fruit-cocktails-various-colors_8353-9113.jpg" },
|
||||
{ id: "p6", name: "Brownie de Chocolate", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258904.jpg" },
|
||||
]}
|
||||
title="Nossas Delícias"
|
||||
description="Uma seleção de lanches, acompanhamentos e bebidas pensados para satisfazer sua fome."
|
||||
@@ -195,21 +108,9 @@ export default function LandingPage() {
|
||||
title="Nossa Trajetória em Números"
|
||||
tag="Qualidade Comprovada"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "7",
|
||||
description: "Anos de tradição",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8",
|
||||
description: "Estrelas de avaliação",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
description: "Lanches servidos",
|
||||
},
|
||||
{ id: "m1", value: "7", description: "Anos de tradição" },
|
||||
{ id: "m2", value: "4.8", description: "Estrelas de avaliação" },
|
||||
{ id: "m3", value: "10k+", description: "Lanches servidos" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -220,30 +121,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Delivery",
|
||||
title: "Entrega Expressa",
|
||||
subtitle: "Sempre quente",
|
||||
description: "Nossa frota garante que seu lanche chegue rápido e sem perder o ponto.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-blue-shirt-blue-cap-black-trousers-holding-notepad-white_140725-20613.jpg",
|
||||
imageAlt: "local food delivery partner logo",
|
||||
},
|
||||
{
|
||||
tag: "Menu",
|
||||
title: "Variedade Real",
|
||||
subtitle: "Para todos os gostos",
|
||||
description: "Opções clássicas e criações exclusivas todos os dias.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-decorated-dessert-table-restaurant_1303-18607.jpg?_wi=2",
|
||||
imageAlt: "local food delivery partner logo",
|
||||
},
|
||||
{
|
||||
tag: "Local",
|
||||
title: "Ambiente Acolhedor",
|
||||
subtitle: "Venha visitar",
|
||||
description: "Espaço ideal para almoços em família ou encontros rápidos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg?_wi=2",
|
||||
imageAlt: "local food delivery partner logo",
|
||||
},
|
||||
{ tag: "Delivery", title: "Entrega Expressa", subtitle: "Sempre quente", description: "Nossa frota garante que seu lanche chegue rápido e sem perder o ponto.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-blue-shirt-blue-cap-black-trousers-holding-notepad-white_140725-20613.jpg", imageAlt: "local food delivery partner logo" },
|
||||
{ tag: "Menu", title: "Variedade Real", subtitle: "Para todos os gostos", description: "Opções clássicas e criações exclusivas todos os dias.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-decorated-dessert-table-restaurant_1303-18607.jpg", imageAlt: "local food delivery partner logo" },
|
||||
{ tag: "Local", title: "Ambiente Acolhedor", subtitle: "Venha visitar", description: "Espaço ideal para almoços em família ou encontros rápidos.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg", imageAlt: "local food delivery partner logo" },
|
||||
]}
|
||||
title="Por que Escolher o Big Lanches?"
|
||||
description="Diferenciais que nos tornam a opção favorita em São José dos Campos."
|
||||
@@ -254,15 +134,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Delivery Parceiro",
|
||||
"Selo Gourmet",
|
||||
"Top Lanches SJC",
|
||||
"Parceiro Qualidade",
|
||||
"Selo Higiene",
|
||||
"Comunidade Amiga",
|
||||
"Excelência 2024",
|
||||
]}
|
||||
names={["Delivery Parceiro", "Selo Gourmet", "Top Lanches SJC", "Parceiro Qualidade", "Selo Higiene", "Comunidade Amiga", "Excelência 2024"]}
|
||||
title="Reconhecimento Local"
|
||||
description="Marcas e parceiros que confiam em nossa qualidade e transparência."
|
||||
/>
|
||||
@@ -273,61 +145,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana Silva",
|
||||
date: "12/05/2024",
|
||||
title: "Melhor lanche da SJC",
|
||||
quote: "Simplesmente maravilhoso! O hambúrguer é suculento e chega super rápido.",
|
||||
tag: "Frequente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-decorated-dessert-table-restaurant_1303-18607.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating burger restaurant",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bruno Souza",
|
||||
date: "10/05/2024",
|
||||
title: "Atendimento nota 10",
|
||||
quote: "Sempre muito atenciosos. O sabor é sempre consistente e de muita qualidade.",
|
||||
tag: "Delivery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-grey-eating_23-2147970531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating burger restaurant",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Carla Mendes",
|
||||
date: "08/05/2024",
|
||||
title: "Qualidade caseira",
|
||||
quote: "Adoro a opção vegetariana, super bem feita e saborosa. Recomendo muito!",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-burgers-with-lettuce-ready-be-served_23-2148290591.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating burger restaurant",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Daniel Oliveira",
|
||||
date: "05/05/2024",
|
||||
title: "Sempre quentinho",
|
||||
quote: "A entrega é excelente. O lanche chega como se estivesse saindo da chapa.",
|
||||
tag: "Família",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-with-tomatoes-beside_23-2148454792.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating burger restaurant",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Eduarda Lima",
|
||||
date: "01/05/2024",
|
||||
title: "Variedade excelente",
|
||||
quote: "O cardápio é super completo. Sempre tem algo novo para provar.",
|
||||
tag: "Estudante",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-student-with-coffee-paper-bag_23-2147650649.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-fast-food-hot-dog-flat-lay_23-2148668447.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating burger restaurant",
|
||||
},
|
||||
{ id: "t1", name: "Ana Silva", date: "12/05/2024", title: "Melhor lanche da SJC", quote: "Simplesmente maravilhoso! O hambúrguer é suculento e chega super rápido.", tag: "Frequente", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wedding-decorated-dessert-table-restaurant_1303-18607.jpg", imageAlt: "happy customer eating burger restaurant" },
|
||||
{ id: "t2", name: "Bruno Souza", date: "10/05/2024", title: "Atendimento nota 10", quote: "Sempre muito atenciosos. O sabor é sempre consistente e de muita qualidade.", tag: "Delivery", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-grey-eating_23-2147970531.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg", imageAlt: "happy customer eating burger restaurant" },
|
||||
{ id: "t3", name: "Carla Mendes", date: "08/05/2024", title: "Qualidade caseira", quote: "Adoro a opção vegetariana, super bem feita e saborosa. Recomendo muito!", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-burgers-with-lettuce-ready-be-served_23-2148290591.jpg", imageAlt: "happy customer eating burger restaurant" },
|
||||
{ id: "t4", name: "Daniel Oliveira", date: "05/05/2024", title: "Sempre quentinho", quote: "A entrega é excelente. O lanche chega como se estivesse saindo da chapa.", tag: "Família", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-with-tomatoes-beside_23-2148454792.jpg", imageAlt: "happy customer eating burger restaurant" },
|
||||
{ id: "t5", name: "Eduarda Lima", date: "01/05/2024", title: "Variedade excelente", quote: "O cardápio é super completo. Sempre tem algo novo para provar.", tag: "Estudante", avatarSrc: "http://img.b2bpic.net/free-photo/happy-student-with-coffee-paper-bag_23-2147650649.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-fast-food-hot-dog-flat-lay_23-2148668447.jpg", imageAlt: "happy customer eating burger restaurant" },
|
||||
]}
|
||||
title="O que Nossos Clientes Dizem"
|
||||
description="A opinião de quem já provou e aprovou nossos lanches."
|
||||
@@ -337,9 +159,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Fale Conosco"
|
||||
title="Faça seu pedido agora"
|
||||
description="Estamos te esperando. Clique abaixo para iniciar seu atendimento via WhatsApp."
|
||||
@@ -351,45 +171,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Big Lanches"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Promoções",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/5512999999999",
|
||||
},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sobre",
|
||||
items: [
|
||||
{
|
||||
label: "Nossa História",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Política de Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Cardápio", href: "#products" }, { label: "Promoções", href: "#" }] },
|
||||
{ title: "Contato", items: [{ label: "WhatsApp", href: "https://wa.me/5512999999999" }, { label: "Localização", href: "#" }] },
|
||||
{ title: "Sobre", items: [{ label: "Nossa História", href: "#about" }, { label: "Política de Privacidade", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Big Lanches. Todos os direitos reservados."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user