Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -31,36 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "cardapio",
|
||||
href: "/cardapio",
|
||||
},
|
||||
name: "Cardápio", id: "/cardapio"},
|
||||
{
|
||||
name: "Sobre Nós",
|
||||
id: "sobre-nos",
|
||||
href: "/sobre-nos",
|
||||
},
|
||||
name: "Sobre Nós", id: "/sobre-nos"},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "avaliacoes",
|
||||
href: "/avaliacoes",
|
||||
},
|
||||
name: "Avaliações", id: "/avaliacoes"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contato",
|
||||
href: "/contato",
|
||||
},
|
||||
name: "Contato", id: "/contato"},
|
||||
]}
|
||||
brandName="Pizzaria Bom Forno"
|
||||
button={{
|
||||
text: "Pedir Agora",
|
||||
href: "https://wa.me/5599992065537",
|
||||
}}
|
||||
text: "Pedir Agora", href: "https://wa.me/5599992065537"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,36 +51,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="A melhor pizza de Dom Pedro — sabor que conquista!"
|
||||
description="Massa fina, ingredientes selecionados e entrega rápida para você e sua família desfrutarem de momentos inesquecíveis."
|
||||
tag="Pizzaria Bom Forno"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir no WhatsApp",
|
||||
href: "https://wa.me/5599992065537",
|
||||
},
|
||||
text: "Pedir no WhatsApp", href: "https://wa.me/5599992065537"},
|
||||
{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+5599992065537",
|
||||
},
|
||||
text: "Ligar Agora", href: "tel:+5599992065537"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicilous-pizza-wooden-table_23-2148305649.jpg",
|
||||
imageAlt: "Appetizing supreme pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicilous-pizza-wooden-table_23-2148305649.jpg", imageAlt: "Appetizing supreme pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageAlt: "Delicious pepperoni pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg", imageAlt: "Delicious pepperoni pizza"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={4.9}
|
||||
ratingText="(40 avaliações)"
|
||||
ratingText=" (40 avaliações)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,29 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Avaliação",
|
||||
value: "4.9 Estrelas",
|
||||
},
|
||||
id: "1", icon: Star,
|
||||
title: "Avaliação", value: "4.9 Estrelas"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Ambiente",
|
||||
value: "Familiar e Acolhedor",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Ambiente", value: "Familiar e Acolhedor"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Truck,
|
||||
title: "Entrega",
|
||||
value: "Rápida e Grátis",
|
||||
},
|
||||
id: "3", icon: Truck,
|
||||
title: "Entrega", value: "Rápida e Grátis"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Flame,
|
||||
title: "Ingredientes",
|
||||
value: "Sempre Frescos",
|
||||
},
|
||||
id: "4", icon: Flame,
|
||||
title: "Ingredientes", value: "Sempre Frescos"},
|
||||
]}
|
||||
title="Qualidade e Satisfação Garantida"
|
||||
description="Na Pizzaria Bom Forno, cada detalhe é pensado para você ter a melhor experiência com a sua pizza favorita."
|
||||
@@ -145,45 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "pizza-1",
|
||||
brand: "Clássica",
|
||||
name: "Margherita",
|
||||
price: "R$ 45,00",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/simple-background-tasty-pizza_23-2147569881.jpg",
|
||||
imageAlt: "Pizza Margherita",
|
||||
},
|
||||
id: "pizza-1", brand: "Clássica", name: "Margherita", price: "R$ 45,00", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-vector/simple-background-tasty-pizza_23-2147569881.jpg", imageAlt: "Pizza Margherita"},
|
||||
{
|
||||
id: "pizza-2",
|
||||
brand: "Popular",
|
||||
name: "Pepperoni",
|
||||
price: "R$ 52,00",
|
||||
rating: 4.8,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheese-pizza-with-sausages-tomatoes-dark-table_140725-143583.jpg",
|
||||
imageAlt: "Pizza Pepperoni",
|
||||
},
|
||||
id: "pizza-2", brand: "Popular", name: "Pepperoni", price: "R$ 52,00", rating: 4.8,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheese-pizza-with-sausages-tomatoes-dark-table_140725-143583.jpg", imageAlt: "Pizza Pepperoni"},
|
||||
{
|
||||
id: "pizza-3",
|
||||
brand: "Brasileira",
|
||||
name: "Frango c/ Catupiry",
|
||||
price: "R$ 55,00",
|
||||
rating: 4.9,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peri-peri-chicken-pizza-hd-photo_505751-5372.jpg",
|
||||
imageAlt: "Pizza Frango com Catupiry",
|
||||
},
|
||||
id: "pizza-3", brand: "Brasileira", name: "Frango c/ Catupiry", price: "R$ 55,00", rating: 4.9,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/peri-peri-chicken-pizza-hd-photo_505751-5372.jpg", imageAlt: "Pizza Frango com Catupiry"},
|
||||
{
|
||||
id: "pizza-4",
|
||||
brand: "Tradicional",
|
||||
name: "Portuguesa",
|
||||
price: "R$ 49,00",
|
||||
rating: 4.7,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-arugula-cherry-tomatoes_23-2148305678.jpg",
|
||||
imageAlt: "Pizza Portuguesa",
|
||||
},
|
||||
id: "pizza-4", brand: "Tradicional", name: "Portuguesa", price: "R$ 49,00", rating: 4.7,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-arugula-cherry-tomatoes_23-2148305678.jpg", imageAlt: "Pizza Portuguesa"},
|
||||
]}
|
||||
title="Nosso Cardápio Selecionado"
|
||||
description="Descubra as pizzas mais amadas pelos nossos clientes. Feitas com ingredientes frescos e massa artesanal que conquista a cada mordida."
|
||||
@@ -195,11 +129,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Por que escolher a Pizzaria Bom Forno?"
|
||||
description={[
|
||||
"Nossa massa é o segredo: fina, leve e crocante, feita artesanalmente todos os dias para uma experiência única.",
|
||||
"Oferecemos uma variedade de sabores que agradam a todos os paladares, desde os tradicionais até as criações especiais da casa.",
|
||||
"Valorizamos o atendimento de qualidade e um ambiente tranquilo, perfeito para você desfrutar com amigos e família.",
|
||||
"Com 4.9 estrelas em 40 avaliações, nossa prioridade é a sua satisfação, garantindo sempre a melhor pizza de Dom Pedro.",
|
||||
]}
|
||||
"Nossa massa é o segredo: fina, leve e crocante, feita artesanalmente todos os dias para uma experiência única.", "Oferecemos uma variedade de sabores que agradam a todos os paladares, desde os tradicionais até as criações especiais da casa.", "Valorizamos o atendimento de qualidade e um ambiente tranquilo, perfeito para você desfrutar com amigos e família.", "Com 4.9 estrelas em 40 avaliações, nossa prioridade é a sua satisfação, garantindo sempre a melhor pizza de Dom Pedro."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,27 +141,17 @@ export default function LandingPage() {
|
||||
author="Maria Silva, Cliente Satisfeita"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg",
|
||||
alt: "Foto de Maria Silva",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg", alt: "Foto de Maria Silva"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14366.jpg",
|
||||
alt: "Foto de João Souza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14366.jpg", alt: "Foto de João Souza"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg",
|
||||
alt: "Foto de Ana Costa",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg", alt: "Foto de Ana Costa"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-white-female-smiling-front-festive-cheerful_181624-7962.jpg",
|
||||
alt: "Foto de Pedro Lima",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-white-female-smiling-front-festive-cheerful_181624-7962.jpg", alt: "Foto de Pedro Lima"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
alt: "Foto de Sofia Martins",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", alt: "Foto de Sofia Martins"},
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -241,20 +161,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Por que escolher a Pizzaria Bom Forno?"
|
||||
description={[
|
||||
"Nossa massa é o segredo: fina, leve e crocante, feita artesanalmente todos os dias para uma experiência única.",
|
||||
"Oferecemos uma variedade de sabores que agradam a todos os paladares, desde os tradicionais até as criações especiais da casa.",
|
||||
"Valorizamos o atendimento de qualidade e um ambiente tranquilo, perfeito para você desfrutar com amigos e família.",
|
||||
"Com 4.9 estrelas em 40 avaliações, nossa prioridade é a sua satisfação, garantindo sempre a melhor pizza de Dom Pedro.",
|
||||
]}
|
||||
"Nossa massa é o segredo: fina, leve e crocante, feita artesanalmente todos os dias para uma experiência única.", "Oferecemos uma variedade de sabores que agradam a todos os paladares, desde os tradicionais até as criações especiais da casa.", "Valorizamos o atendimento de qualidade e um ambiente tranquilo, perfeito para você desfrutar com amigos e família.", "Com 4.9 estrelas em 40 avaliações, nossa prioridade é a sua satisfação, garantindo sempre a melhor pizza de Dom Pedro."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir no WhatsApp",
|
||||
href: "https://wa.me/5599992065537",
|
||||
},
|
||||
text: "Pedir no WhatsApp", href: "https://wa.me/5599992065537"},
|
||||
{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+5599992065537",
|
||||
},
|
||||
text: "Ligar Agora", href: "tel:+5599992065537"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -264,8 +176,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visite-nos"
|
||||
title="Localização e Horário de Funcionamento"
|
||||
description="Estamos localizados na Av. Gonçalves Dias, Dom Pedro - MA. Venha nos visitar ou peça seu delivery para a comodidade da sua casa! \n\nAbre às 17:00 todos os dias."
|
||||
@@ -281,58 +192,35 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Pizzaria",
|
||||
items: [
|
||||
title: "Pizzaria", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "/cardapio",
|
||||
},
|
||||
label: "Cardápio", href: "/cardapio"},
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "/sobre-nos",
|
||||
},
|
||||
label: "Sobre Nós", href: "/sobre-nos"},
|
||||
{
|
||||
label: "Avaliações",
|
||||
href: "/avaliacoes",
|
||||
},
|
||||
label: "Avaliações", href: "/avaliacoes"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "Falar no WhatsApp",
|
||||
href: "https://wa.me/5599992065537",
|
||||
},
|
||||
label: "Falar no WhatsApp", href: "https://wa.me/5599992065537"},
|
||||
{
|
||||
label: "Ligar",
|
||||
href: "tel:+5599992065537",
|
||||
},
|
||||
label: "Ligar", href: "tel:+5599992065537"},
|
||||
{
|
||||
label: "Endereço",
|
||||
href: "/contato",
|
||||
},
|
||||
label: "Endereço", href: "/contato"},
|
||||
{
|
||||
label: "Horário",
|
||||
href: "/contato",
|
||||
},
|
||||
label: "Horário", href: "/contato"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Redes Sociais",
|
||||
items: [
|
||||
title: "Redes Sociais", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user