Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-02 23:52:25 +00:00

View File

@@ -29,86 +29,38 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Início",
id: "hero",
},
{
name: "Cardápio",
id: "menu",
},
{
name: "Sobre",
id: "about",
},
{
name: "Contato",
id: "contact",
},
{ name: "Início", id: "hero" },
{ name: "Cardápio", id: "menu" },
{ name: "Sobre", id: "about" },
{ name: "Contato", id: "contact" }
]}
brandName="Pizzaria de Pandova"
button={{ text: "Peça Agora", href: "https://wa.me/5513999999999" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="O Sabor Autêntico de Pandova em Ponta da Praia"
description="As melhores pizzas da região, feitas com ingredientes frescos e massa artesanal. Peça agora mesmo pelo WhatsApp!"
buttons={[
{
text: "Peça pelo WhatsApp",
href: "https://wa.me/5513999999999",
},
]}
buttons={[{ text: "Peça pelo WhatsApp", href: "https://wa.me/5513999999999" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-dark-desk-meal-italian-food-dough-snack-pizza_140725-101751.jpg"
imageAlt="Pizza deliciosa artesanal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/tasty-italian-pizza-with-fresh-ingredients-utensils-front-wooden-wall_23-2148076226.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/cheese-pizza-wooden-table-close-up_1232-1147.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-delicilous-pizza-wooden-table_23-2148305649.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/iced-tea-with-lime-ice_114579-7151.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/freshly-squeezed-juice-glass-fresh-fruit-kitchen-table_169016-49603.jpg",
alt: "Cliente 5",
},
{ src: "http://img.b2bpic.net/free-photo/tasty-italian-pizza-with-fresh-ingredients-utensils-front-wooden-wall_23-2148076226.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/cheese-pizza-wooden-table-close-up_1232-1147.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-delicilous-pizza-wooden-table_23-2148305649.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/iced-tea-with-lime-ice_114579-7151.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/freshly-squeezed-juice-glass-fresh-fruit-kitchen-table_169016-49603.jpg", alt: "Cliente 5" }
]}
avatarText="Mais de 1.000 clientes satisfeitos"
marqueeItems={[
{
type: "text",
text: "Massa Artesanal",
},
{
type: "text",
text: "Forno a Lenha",
},
{
type: "text",
text: "Ingredientes Frescos",
},
{
type: "text",
text: "Entrega Rápida",
},
{
type: "text",
text: "Ponta da Praia",
},
{ type: "text", text: "Massa Artesanal" },
{ type: "text", text: "Forno a Lenha" },
{ type: "text", text: "Ingredientes Frescos" },
{ type: "text", text: "Entrega Rápida" },
{ type: "text", text: "Ponta da Praia" }
]}
/>
</div>
@@ -120,42 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pizza Calabresa",
price: "R$ 65,00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pizza-with-fresh-ingredients-utensils-front-wooden-wall_23-2148076226.jpg",
},
{
id: "p2",
name: "Pizza Marguerita",
price: "R$ 60,00",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pizza-wooden-table-close-up_1232-1147.jpg",
},
{
id: "p3",
name: "Pizza de Frango c/ Catupiry",
price: "R$ 70,00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicilous-pizza-wooden-table_23-2148305649.jpg",
},
{
id: "d1",
name: "Refrigerante 2L",
price: "R$ 15,00",
imageSrc: "http://img.b2bpic.net/free-photo/iced-tea-with-lime-ice_114579-7151.jpg",
},
{
id: "d2",
name: "Suco Natural",
price: "R$ 12,00",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-squeezed-juice-glass-fresh-fruit-kitchen-table_169016-49603.jpg",
},
{
id: "c1",
name: "Combo Família (Pizza + Refri)",
price: "R$ 85,00",
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309400.jpg",
},
{ id: "p1", name: "Pizza Calabresa", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pizza-with-fresh-ingredients-utensils-front-wooden-wall_23-2148076226.jpg" },
{ id: "p2", name: "Pizza Marguerita", price: "R$ 60,00", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pizza-wooden-table-close-up_1232-1147.jpg" },
{ id: "p3", name: "Pizza de Frango c/ Catupiry", price: "R$ 70,00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicilous-pizza-wooden-table_23-2148305649.jpg" },
{ id: "d1", name: "Refrigerante 2L", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/iced-tea-with-lime-ice_114579-7151.jpg" },
{ id: "d2", name: "Suco Natural", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/freshly-squeezed-juice-glass-fresh-fruit-kitchen-table_169016-49603.jpg" },
{ id: "c1", name: "Combo Família (Pizza + Refri)", price: "R$ 85,00", imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309400.jpg" }
]}
title="Cardápio Irresistível"
description="Escolha sua favorita e peça com apenas um clique."
@@ -167,21 +89,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Nossa História e Compromisso"
metrics={[
{
icon: Pizza,
label: "Pizzas Vendidas",
value: "15.000+",
},
{
icon: Heart,
label: "Clientes Felizes",
value: "99%",
},
{
icon: Clock,
label: "Anos de Tradição",
value: "10",
},
{ icon: Pizza, label: "Pizzas Vendidas", value: "15.000+" },
{ icon: Heart, label: "Clientes Felizes", value: "99%" },
{ icon: Clock, label: "Anos de Tradição", value: "10" }
]}
metricsAnimation="slide-up"
/>
@@ -194,11 +104,7 @@ export default function LandingPage() {
title="Nossos Parceiros e Fornecedores"
description="Qualidade garantida através de parceiros locais."
names={[
"Fornecedor de Queijos",
"Produtor de Tomates",
"Distribuidora de Bebidas",
"Empacotadora Ecológica",
"Marketing Local",
"Fornecedor de Queijos", "Produtor de Tomates", "Distribuidora de Bebidas", "Empacotadora Ecológica", "Marketing Local"
]}
/>
</div>
@@ -209,24 +115,10 @@ export default function LandingPage() {
title="Fale Conosco"
description="Estamos localizados na Ponta da Praia. Venha nos visitar ou faça seu pedido por WhatsApp."
inputs={[
{
name: "nome",
type: "text",
placeholder: "Seu Nome",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Seu E-mail",
required: true,
},
{ name: "nome", type: "text", placeholder: "Seu Nome", required: true },
{ name: "email", type: "email", placeholder: "Seu E-mail", required: true }
]}
textarea={{
name: "mensagem",
placeholder: "Sua mensagem ou pedido",
rows: 4,
}}
textarea={{ name: "mensagem", placeholder: "Sua mensagem ou pedido", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg"
mediaAnimation="slide-up"
/>
@@ -235,42 +127,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Sobre",
href: "#about",
},
{
label: "Cardápio",
href: "#menu",
},
],
},
{
items: [
{
label: "Instagram",
href: "#",
},
{
label: "WhatsApp",
href: "https://wa.me/5513999999999",
},
],
},
{
items: [
{
label: "Endereço: Av. dos Bancários, Santos",
href: "#",
},
{
label: "Horário: 18h às 23h",
href: "#",
},
],
},
{ items: [{ label: "Sobre", href: "#about" }, { label: "Cardápio", href: "#menu" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "https://wa.me/5513999999999" }] },
{ items: [{ label: "Endereço: Av. dos Bancários, Santos", href: "#" }, { label: "Horário: 18h às 23h", href: "#" }] }
]}
logoText="Pizzaria de Pandova"
/>
@@ -278,4 +137,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}