Merge version_1 into main #2
129
src/app/page.tsx
129
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Pizzaria Terraço"
|
||||
/>
|
||||
@@ -53,34 +45,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Pizzaria Terraço: A Melhor Pizza e o Melhor Ambiente de Sete Lagoas"
|
||||
description="Venha viver momentos inesquecíveis em um ambiente familiar. Sabores tradicionais, bordas recheadas e muito carinho no preparo."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Anos de Tradição",
|
||||
},
|
||||
value: "15+", label: "Anos de Tradição"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Sabores de Pizza",
|
||||
},
|
||||
value: "50+", label: "Sabores de Pizza"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Atendimento Acolhedor",
|
||||
},
|
||||
value: "100%", label: "Atendimento Acolhedor"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir Delivery (WhatsApp)",
|
||||
href: "https://wa.me/553137792450",
|
||||
},
|
||||
text: "Pedir Delivery (WhatsApp)", href: "https://wa.me/553137792450"},
|
||||
{
|
||||
text: "Ver Cardápio",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Cardápio", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pasta-with-cherry-tomatoes-chicken_181624-59328.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,26 +72,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pizza Borda de Catupiry",
|
||||
price: "R$ 65,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-taking-pizza-slice-from-pan-with-pizza_23-2148361363.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Pizza Borda de Catupiry", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-taking-pizza-slice-from-pan-with-pizza_23-2148361363.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Porção de Batata Frita Especial",
|
||||
price: "R$ 35,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fancy-dish-with-french-fries-ketchup_23-2148374888.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Porção de Batata Frita Especial", price: "R$ 35,00", imageSrc: "http://img.b2bpic.net/free-photo/fancy-dish-with-french-fries-ketchup_23-2148374888.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Surubim Grelhado",
|
||||
price: "R$ 85,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Surubim Grelhado", price: "R$ 85,00", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg"},
|
||||
]}
|
||||
title="Nossos Sabores"
|
||||
description="Desde as clássicas pizzas com borda recheada até nossas porções especiais de surubim e batata frita crocante."
|
||||
@@ -124,19 +94,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Ambiente Amplo",
|
||||
value: "Espaçoso",
|
||||
},
|
||||
label: "Ambiente Amplo", value: "Espaçoso"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Espaço Kids Seguro",
|
||||
value: "Diversão",
|
||||
},
|
||||
label: "Espaço Kids Seguro", value: "Diversão"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Atendimento",
|
||||
value: "Humanizado",
|
||||
},
|
||||
label: "Atendimento", value: "Humanizado"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -149,51 +113,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juliana Silva",
|
||||
role: "Cliente",
|
||||
company: "Bairro Santa Luzia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-taking-pizza-slice-from-pan-with-pizza_23-2148361363.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Juliana Silva", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-taking-pizza-slice-from-pan-with-pizza_23-2148361363.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ricardo Costa",
|
||||
role: "Cliente",
|
||||
company: "Bairro Santa Luzia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fancy-dish-with-french-fries-ketchup_23-2148374888.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Ricardo Costa", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fancy-dish-with-french-fries-ketchup_23-2148374888.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Paula",
|
||||
role: "Cliente",
|
||||
company: "Bairro Santa Luzia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Ana Paula", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Eduardo",
|
||||
role: "Cliente",
|
||||
company: "Bairro Santa Luzia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beer-glasses-kept-sand_1252-493.jpg",
|
||||
},
|
||||
id: "4", name: "Carlos Eduardo", role: "Cliente", company: "Bairro Santa Luzia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beer-glasses-kept-sand_1252-493.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avaliação",
|
||||
},
|
||||
value: "4.9", label: "Avaliação"},
|
||||
{
|
||||
value: "1k+",
|
||||
label: "Clientes",
|
||||
},
|
||||
value: "1k+", label: "Clientes"},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Satisfação",
|
||||
},
|
||||
value: "5/5", label: "Satisfação"},
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="A Pizzaria Terraço é nosso ponto de encontro favorito em Santa Luzia!"
|
||||
@@ -204,8 +142,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Fale Conosco"
|
||||
title="Localização e Contato"
|
||||
description="Rua João de Paula França, 246, Santa Luzia, Sete Lagoas - MG. Aberto até as 23h!"
|
||||
@@ -220,13 +157,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Pizzaria Terraço"
|
||||
leftLink={{
|
||||
text: "WhatsApp: (31) 3779-2450",
|
||||
href: "https://wa.me/553137792450",
|
||||
}}
|
||||
text: "WhatsApp: (31) 3779-2450", href: "https://wa.me/553137792450"}}
|
||||
rightLink={{
|
||||
text: "Rua João de Paula França, 246",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "Rua João de Paula França, 246", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user