Merge version_1 into main #1
266
src/app/page.tsx
266
src/app/page.tsx
@@ -32,103 +32,64 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Nós",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Nós", id: "#about"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Cardápio", id: "#menu"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27026.jpg"
|
||||
logoAlt="Logo Divino Pizzas"
|
||||
brandName="Divino Pizzas"
|
||||
button={{
|
||||
text: "Fazer Pedido",
|
||||
href: "https://app.anota.ai/divinopizzas",
|
||||
}}
|
||||
text: "Fazer Pedido", href: "https://app.anota.ai/divinopizzas"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Divino Pizzas: Sabor Perfeito, Experiência Inesquecível"
|
||||
description="Com a melhor avaliação da Vargem Pequena, entregamos pizzas com massa leve, recheios caprichados e os sabores mais divinos. Aberto às 18:00 para refeição, retirada ou entrega!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "https://app.anota.ai/divinopizzas",
|
||||
},
|
||||
text: "Ver Cardápio", href: "https://app.anota.ai/divinopizzas"},
|
||||
{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+552137964041",
|
||||
},
|
||||
text: "Ligar Agora", href: "tel:+552137964041"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pizza-with-sausage-olives-grated-cheese_140725-3301.jpg"
|
||||
imageAlt="Uma pizza deliciosa e recém-assada."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-delivery-girl-holding-pizza-boxes-putting-hand-her-mouth_141793-125137.jpg",
|
||||
alt: "Cliente satisfeito 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-delivery-girl-holding-pizza-boxes-putting-hand-her-mouth_141793-125137.jpg", alt: "Cliente satisfeito 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-eating-pizza_23-2149031211.jpg",
|
||||
alt: "Cliente satisfeito 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-eating-pizza_23-2149031211.jpg", alt: "Cliente satisfeito 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg",
|
||||
alt: "Cliente satisfeito 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg", alt: "Cliente satisfeito 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-banana_23-2150241108.jpg",
|
||||
alt: "Cliente satisfeito 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-banana_23-2150241108.jpg", alt: "Cliente satisfeito 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419414.jpg",
|
||||
alt: "Cliente satisfeito 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419414.jpg", alt: "Cliente satisfeito 5"},
|
||||
]}
|
||||
avatarText="Mais de 1000 clientes satisfeitos e 5 estrelas!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabor Autêntico",
|
||||
},
|
||||
type: "text", text: "Sabor Autêntico"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
type: "text", text: "Ingredientes Frescos"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Entrega Rápida",
|
||||
},
|
||||
type: "text", text: "Entrega Rápida"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Massa Leve",
|
||||
},
|
||||
type: "text", text: "Massa Leve"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Acolhedor",
|
||||
},
|
||||
type: "text", text: "Ambiente Acolhedor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,55 +98,39 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Tradição do Sabor Artesanal"
|
||||
description="No Divino Pizzas, cada pizza é uma obra de arte. Utilizamos ingredientes frescos e selecionados, com uma massa de fermentação lenta que resulta em leveza e crocância inigualáveis. Uma pizzaria que acolhe a todos e celebra a paixão pela culinária. Venha experimentar a diferença que a dedicação e o carinho fazem em cada fatia."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "https://app.anota.ai/divinopizzas",
|
||||
},
|
||||
text: "Ver Cardápio", href: "https://app.anota.ai/divinopizzas"},
|
||||
{
|
||||
text: "Nossa História",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Nossa História", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Refeição no Local",
|
||||
description: "Desfrute de nossas pizzas quentinhas em um ambiente acolhedor e familiar, perfeito para todas as ocasiões.",
|
||||
},
|
||||
title: "Refeição no Local", description: "Desfrute de nossas pizzas quentinhas em um ambiente acolhedor e familiar, perfeito para todas as ocasiões."},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Retirada na Porta",
|
||||
description: "Faça seu pedido online ou por telefone e retire sua pizza quente e fresquinha diretamente em nosso balcão.",
|
||||
},
|
||||
title: "Retirada na Porta", description: "Faça seu pedido online ou por telefone e retire sua pizza quente e fresquinha diretamente em nosso balcão."},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Entrega Sem Contato",
|
||||
description: "Receba sua pizza no conforto da sua casa com a máxima segurança e higiene, garantindo sua tranquilidade.",
|
||||
},
|
||||
title: "Entrega Sem Contato", description: "Receba sua pizza no conforto da sua casa com a máxima segurança e higiene, garantindo sua tranquilidade."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Ingredientes Frescos",
|
||||
description: "Priorizamos a qualidade, utilizando apenas ingredientes frescos e selecionados para um sabor inigualável em cada mordida.",
|
||||
},
|
||||
title: "Ingredientes Frescos", description: "Priorizamos a qualidade, utilizando apenas ingredientes frescos e selecionados para um sabor inigualável em cada mordida."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Comunidade LGBTQ+",
|
||||
description: "Somos uma empresa que acolhe e valoriza a diversidade, criando um espaço seguro e inclusivo para todos os nossos clientes.",
|
||||
},
|
||||
title: "Comunidade LGBTQ+", description: "Somos uma empresa que acolhe e valoriza a diversidade, criando um espaço seguro e inclusivo para todos os nossos clientes."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "5 Estrelas em Avaliações",
|
||||
description: "Com uma pontuação perfeita de 5.0 e dezenas de avaliações, nossa qualidade e serviço são comprovados por quem mais importa: você!",
|
||||
},
|
||||
title: "5 Estrelas em Avaliações", description: "Com uma pontuação perfeita de 5.0 e dezenas de avaliações, nossa qualidade e serviço são comprovados por quem mais importa: você!"},
|
||||
]}
|
||||
title="Nossos Diferenciais"
|
||||
description="No Divino Pizzas, vamos além do sabor para oferecer uma experiência completa e conveniente para todos os nossos clientes."
|
||||
@@ -201,47 +146,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "margherita",
|
||||
name: "Pizza Margherita",
|
||||
price: "R$ 45,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg",
|
||||
imageAlt: "Pizza Margherita fresca com manjericão",
|
||||
},
|
||||
id: "margherita", name: "Pizza Margherita", price: "R$ 45,00", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", imageAlt: "Pizza Margherita fresca com manjericão"},
|
||||
{
|
||||
id: "pepperoni",
|
||||
name: "Pizza de Pepperoni",
|
||||
price: "R$ 55,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-melted-white-cheese-top_114579-4349.jpg",
|
||||
imageAlt: "Pizza de Pepperoni com muito queijo",
|
||||
},
|
||||
id: "pepperoni", name: "Pizza de Pepperoni", price: "R$ 55,00", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-melted-white-cheese-top_114579-4349.jpg", imageAlt: "Pizza de Pepperoni com muito queijo"},
|
||||
{
|
||||
id: "frango-catupiry",
|
||||
name: "Pizza de Frango com Catupiry",
|
||||
price: "R$ 58,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-cheese_23-2148765338.jpg",
|
||||
imageAlt: "Pizza de Frango com Catupiry cremoso",
|
||||
},
|
||||
id: "frango-catupiry", name: "Pizza de Frango com Catupiry", price: "R$ 58,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-cheese_23-2148765338.jpg", imageAlt: "Pizza de Frango com Catupiry cremoso"},
|
||||
{
|
||||
id: "portuguesa",
|
||||
name: "Pizza Portuguesa",
|
||||
price: "R$ 52,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-sauce_23-2148601648.jpg",
|
||||
imageAlt: "Pizza Portuguesa com ovos e presunto",
|
||||
},
|
||||
id: "portuguesa", name: "Pizza Portuguesa", price: "R$ 52,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-sauce_23-2148601648.jpg", imageAlt: "Pizza Portuguesa com ovos e presunto"},
|
||||
{
|
||||
id: "calabresa",
|
||||
name: "Pizza de Calabresa",
|
||||
price: "R$ 48,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper-black-olives_114579-4471.jpg",
|
||||
imageAlt: "Pizza de Calabresa com cebola",
|
||||
},
|
||||
id: "calabresa", name: "Pizza de Calabresa", price: "R$ 48,00", imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper-black-olives_114579-4471.jpg", imageAlt: "Pizza de Calabresa com cebola"},
|
||||
{
|
||||
id: "quatro-queijos",
|
||||
name: "Pizza Quatro Queijos",
|
||||
price: "R$ 60,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-margarita-pizza-with-full-parmesan-cheese_114579-2271.jpg",
|
||||
imageAlt: "Pizza Quatro Queijos cremosa",
|
||||
},
|
||||
id: "quatro-queijos", name: "Pizza Quatro Queijos", price: "R$ 60,00", imageSrc: "http://img.b2bpic.net/free-photo/classic-margarita-pizza-with-full-parmesan-cheese_114579-2271.jpg", imageAlt: "Pizza Quatro Queijos cremosa"},
|
||||
]}
|
||||
title="Delícias do Nosso Cardápio"
|
||||
description="Uma seleção divina de pizzas clássicas e especiais, preparadas com carinho e os melhores ingredientes para você se deliciar. Veja alguns dos nossos favoritos:"
|
||||
@@ -258,59 +173,23 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcelo Cassar",
|
||||
role: "Local Guide",
|
||||
company: "Comunidade Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
imageAlt: "Marcelo Cassar, cliente satisfeito",
|
||||
},
|
||||
id: "1", name: "Marcelo Cassar", role: "Local Guide", company: "Comunidade Google", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageAlt: "Marcelo Cassar, cliente satisfeito"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana Paula G.",
|
||||
role: "Cliente Verificada",
|
||||
company: "Anota.ai",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
imageAlt: "Ana Paula, cliente satisfeita",
|
||||
},
|
||||
id: "2", name: "Ana Paula G.", role: "Cliente Verificada", company: "Anota.ai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", imageAlt: "Ana Paula, cliente satisfeita"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pedro H.",
|
||||
role: "Avaliador",
|
||||
company: "Google Maps",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-picnic-date-together_169016-23806.jpg",
|
||||
imageAlt: "Pedro, cliente satisfeito",
|
||||
},
|
||||
id: "3", name: "Pedro H.", role: "Avaliador", company: "Google Maps", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-picnic-date-together_169016-23806.jpg", imageAlt: "Pedro, cliente satisfeito"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mariana S.",
|
||||
role: "Comentarista",
|
||||
company: "Anota.ai",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-chef-kitchen_23-2148006649.jpg",
|
||||
imageAlt: "Mariana, cliente satisfeita",
|
||||
},
|
||||
id: "4", name: "Mariana S.", role: "Comentarista", company: "Anota.ai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-chef-kitchen_23-2148006649.jpg", imageAlt: "Mariana, cliente satisfeita"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos R.",
|
||||
role: "Morador Local",
|
||||
company: "Vargem Pequena",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-pizza_23-2150347910.jpg",
|
||||
imageAlt: "Carlos, cliente satisfeito",
|
||||
},
|
||||
id: "5", name: "Carlos R.", role: "Morador Local", company: "Vargem Pequena", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-pizza_23-2150347910.jpg", imageAlt: "Carlos, cliente satisfeito"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fernanda L.",
|
||||
role: "Visitante",
|
||||
company: "Rio de Janeiro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-taking-photo-food_23-2149304420.jpg",
|
||||
imageAlt: "Fernanda, cliente satisfeita",
|
||||
},
|
||||
id: "6", name: "Fernanda L.", role: "Visitante", company: "Rio de Janeiro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-taking-photo-food_23-2149304420.jpg", imageAlt: "Fernanda, cliente satisfeita"},
|
||||
]}
|
||||
title="O Que Dizem Nossos Clientes"
|
||||
description="Orgulho em servir pizzas que encantam e criam momentos especiais para todos que nos visitam ou fazem pedidos."
|
||||
@@ -322,25 +201,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Qual o horário de funcionamento?",
|
||||
content: "Estamos abertos todos os dias a partir das 18:00 para refeição no local, retirada e entrega.",
|
||||
},
|
||||
id: "faq1", title: "Qual o horário de funcionamento?", content: "Estamos abertos todos os dias a partir das 18:00 para refeição no local, retirada e entrega."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Vocês fazem entrega?",
|
||||
content: "Sim, oferecemos serviço de entrega sem contato em toda a região da Vargem Pequena e arredores. Consulte a área de entrega no nosso cardápio online.",
|
||||
},
|
||||
id: "faq2", title: "Vocês fazem entrega?", content: "Sim, oferecemos serviço de entrega sem contato em toda a região da Vargem Pequena e arredores. Consulte a área de entrega no nosso cardápio online."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Como posso fazer um pedido?",
|
||||
content: "Você pode fazer seu pedido diretamente pelo nosso site em app.anota.ai ou ligar para (21) 3796-4041.",
|
||||
},
|
||||
id: "faq3", title: "Como posso fazer um pedido?", content: "Você pode fazer seu pedido diretamente pelo nosso site em app.anota.ai ou ligar para (21) 3796-4041."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Quais são as opções de pagamento?",
|
||||
content: "Aceitamos PIX, cartões de crédito e débito, e dinheiro na retirada ou entrega.",
|
||||
},
|
||||
id: "faq4", title: "Quais são as opções de pagamento?", content: "Aceitamos PIX, cartões de crédito e débito, e dinheiro na retirada ou entrega."},
|
||||
]}
|
||||
sideTitle="Perguntas Frequentes"
|
||||
sideDescription="Encontre respostas rápidas para as dúvidas mais comuns sobre o Divino Pizzas, desde horários de funcionamento até opções de entrega."
|
||||
@@ -348,13 +215,9 @@ export default function LandingPage() {
|
||||
textPosition="left"
|
||||
buttons={[
|
||||
{
|
||||
text: "Entre em Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Entre em Contato", href: "#contact"},
|
||||
{
|
||||
text: "Fazer um Pedido",
|
||||
href: "https://app.anota.ai/divinopizzas",
|
||||
},
|
||||
text: "Fazer um Pedido", href: "https://app.anota.ai/divinopizzas"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -363,20 +226,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Entre em Contato"
|
||||
title="Peça Já a Sua Divina Pizza!"
|
||||
description="Estamos abertos todos os dias a partir das 18:00 para servir a melhor pizza de Vargem Pequena. Faça seu pedido ou visite-nos!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+552137964041",
|
||||
},
|
||||
text: "Ligar Agora", href: "tel:+552137964041"},
|
||||
{
|
||||
text: "Ver Cardápio Online",
|
||||
href: "https://app.anota.ai/divinopizzas",
|
||||
},
|
||||
text: "Ver Cardápio Online", href: "https://app.anota.ai/divinopizzas"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -390,19 +248,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+552137964041",
|
||||
ariaLabel: "Telefone",
|
||||
},
|
||||
href: "tel:+552137964041", ariaLabel: "Telefone"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user