Update src/app/page.tsx

This commit is contained in:
2026-03-26 21:50:13 +00:00
parent 1f56a89432
commit 2829e9dbd4

View File

@@ -29,38 +29,28 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Início",
id: "#hero",
},
name: "Início", id: "#hero"},
{
name: "Sobre",
id: "#about",
},
name: "Sobre", id: "#about"},
{
name: "Cardápio",
id: "#menu",
},
name: "Cardápio", id: "#menu"},
{
name: "Contato",
id: "#contact",
},
name: "Contato", id: "#contact"},
]}
brandName="Papa Qualidade"
button={{ text: "Reserve", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Papa Qualidade"
description="Comida caseira espetacular, feita com carinho e tempero que rouba a cena. O melhor Parmegiana e a Feijoada mais tradicional de Belo Horizonte."
buttons={[
{
text: "Ver Cardápio",
href: "#menu",
},
text: "Ver Cardápio", href: "#menu"},
]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -75,9 +65,7 @@ export default function LandingPage() {
title="Tradição em cada tempero"
buttons={[
{
text: "Saiba mais",
href: "#contact",
},
text: "Saiba mais", href: "#contact"},
]}
/>
</div>
@@ -90,26 +78,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Parmegiana de Frango",
price: "R$ 35,00",
variant: "Fartura garantida",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-meat-dish-with-sauce-mushrooms-inside-plate-dark-blue-desk-meat-dish-dinner-food-meal_140725-40015.jpg",
},
id: "p1", name: "Parmegiana de Frango", price: "R$ 35,00", variant: "Fartura garantida", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-meat-dish-with-sauce-mushrooms-inside-plate-dark-blue-desk-meat-dish-dinner-food-meal_140725-40015.jpg"},
{
id: "p2",
name: "Parmegiana de Tilápia",
price: "R$ 38,00",
variant: "Leve e saboroso",
imageSrc: "http://img.b2bpic.net/free-photo/prawns-caesar-salad-top-view_140725-5676.jpg",
},
id: "p2", name: "Parmegiana de Tilápia", price: "R$ 38,00", variant: "Leve e saboroso", imageSrc: "http://img.b2bpic.net/free-photo/prawns-caesar-salad-top-view_140725-5676.jpg"},
{
id: "p3",
name: "Feijoada Completa",
price: "R$ 40,00",
variant: "Melhor de BH",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-lamb-doner-slices-served-with-salad-flatbread_140725-5005.jpg",
},
id: "p3", name: "Feijoada Completa", price: "R$ 40,00", variant: "Melhor de BH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-lamb-doner-slices-served-with-salad-flatbread_140725-5005.jpg"},
]}
title="Nossos Pratos Principais"
description="Comida farta, gostosa e preparada no capricho."
@@ -123,37 +96,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Danielle Barromeu",
handle: "@dani",
testimonial: "A salada roubou a cena, que tempero maravilhoso! Pratos muito fartos.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg",
},
id: "1", name: "Danielle Barromeu", handle: "@dani", testimonial: "A salada roubou a cena, que tempero maravilhoso! Pratos muito fartos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg"},
{
id: "2",
name: "Savio Valadares",
handle: "@savio",
testimonial: "Comidinha caseira espetacular! Parmegiana surreal de maravilhoso.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
},
id: "2", name: "Savio Valadares", handle: "@savio", testimonial: "Comidinha caseira espetacular! Parmegiana surreal de maravilhoso.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"},
{
id: "3",
name: "Hamilton Júnior",
handle: "@hamilton",
testimonial: "Tudo uma delícia! Preço excelente pela qualidade.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
},
id: "3", name: "Hamilton Júnior", handle: "@hamilton", testimonial: "Tudo uma delícia! Preço excelente pela qualidade.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg"},
{
id: "4",
name: "Alexandre Neves",
handle: "@alexandre",
testimonial: "Simplesmente sensacional! A melhor feijoada de Belo Horizonte.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
},
id: "4", name: "Alexandre Neves", handle: "@alexandre", testimonial: "Simplesmente sensacional! A melhor feijoada de Belo Horizonte.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg"},
]}
showRating={true}
title="O que dizem nossos clientes"
@@ -165,8 +118,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Fale Conosco"
title="Venha almoçar com a gente"
description="Estamos localizados no coração de Belo Horizonte. Faça sua reserva ou peça seu delivery!"
@@ -180,33 +132,21 @@ export default function LandingPage() {
logoText="Papa Qualidade"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Parmegiana",
href: "#menu",
},
label: "Parmegiana", href: "#menu"},
{
label: "Feijoada",
href: "#menu",
},
label: "Feijoada", href: "#menu"},
{
label: "Delivery",
href: "#contact",
},
label: "Delivery", href: "#contact"},
],
},
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre",
href: "#about",
},
label: "Sobre", href: "#about"},
{
label: "Contato",
href: "#contact",
},
label: "Contato", href: "#contact"},
],
},
]}