Update src/app/page.tsx
This commit is contained in:
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "products",
|
||||
},
|
||||
name: "Cardápio", id: "products"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Pizzaria 10 Minutos"
|
||||
/>
|
||||
@@ -58,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Pizza quentinha, saborosa e feita com carinho. Entrega rápida em Matozinhos, MG."
|
||||
buttons={[
|
||||
{
|
||||
text: "Fazer Pedido",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Fazer Pedido", href: "#products"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5531996966606",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/5531996966606"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-table-with-copy-space_23-2148273112.jpg",
|
||||
imageAlt: "Pizza deliciosa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-table-with-copy-space_23-2148273112.jpg", imageAlt: "Pizza deliciosa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg",
|
||||
imageAlt: "Pizza saborosa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", imageAlt: "Pizza saborosa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096958.jpg",
|
||||
imageAlt: "Pizza artesanal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096958.jpg", imageAlt: "Pizza artesanal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sausage-pizza-with-napkin-fork-board-cookware_176474-3211.jpg",
|
||||
imageAlt: "Pizza quentinha",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sausage-pizza-with-napkin-fork-board-cookware_176474-3211.jpg", imageAlt: "Pizza quentinha"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-red-pepper-tomato-sauce-with-copy-space_23-2148765350.jpg",
|
||||
imageAlt: "Pizza rápida",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-red-pepper-tomato-sauce-with-copy-space_23-2148765350.jpg", imageAlt: "Pizza rápida"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-omelet-with-vegetables_114579-83846.jpg",
|
||||
imageAlt: "Pizza Matozinhos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-omelet-with-vegetables_114579-83846.jpg", imageAlt: "Pizza Matozinhos"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,17 +79,11 @@ export default function LandingPage() {
|
||||
description="Nossa missão é entregar sabor e alegria em tempo recorde na região de Matozinhos. Utilizamos ingredientes frescos e selecionados para garantir uma experiência premium."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Ingredientes Frescos",
|
||||
description: "Seleção criteriosa diária.",
|
||||
},
|
||||
title: "Ingredientes Frescos", description: "Seleção criteriosa diária."},
|
||||
{
|
||||
title: "Entrega Express",
|
||||
description: "Chega quentinha na sua porta.",
|
||||
},
|
||||
title: "Entrega Express", description: "Chega quentinha na sua porta."},
|
||||
{
|
||||
title: "Tradição",
|
||||
description: "Sabor que conquista famílias.",
|
||||
},
|
||||
title: "Tradição", description: "Sabor que conquista famílias."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,34 +97,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Entrega",
|
||||
title: "Entrega Rápida",
|
||||
items: [
|
||||
"Área ampla",
|
||||
"Monitoramento",
|
||||
"Embalagem térmica",
|
||||
],
|
||||
id: "1", label: "Entrega", title: "Entrega Rápida", items: [
|
||||
"Área ampla", "Monitoramento", "Embalagem térmica"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Qualidade",
|
||||
title: "Ingredientes Premium",
|
||||
items: [
|
||||
"Queijo nobre",
|
||||
"Vegetais frescos",
|
||||
"Molho artesanal",
|
||||
],
|
||||
id: "2", label: "Qualidade", title: "Ingredientes Premium", items: [
|
||||
"Queijo nobre", "Vegetais frescos", "Molho artesanal"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Facilidade",
|
||||
title: "Pagamento Pix",
|
||||
items: [
|
||||
"Chave fácil",
|
||||
"Segurança",
|
||||
"Comprovante via Zap",
|
||||
],
|
||||
id: "3", label: "Facilidade", title: "Pagamento Pix", items: [
|
||||
"Chave fácil", "Segurança", "Comprovante via Zap"],
|
||||
},
|
||||
]}
|
||||
title="Nossos Diferenciais"
|
||||
@@ -170,41 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Portuguesa",
|
||||
price: "R$49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg",
|
||||
},
|
||||
id: "1", name: "Portuguesa", price: "R$49,90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Presunto",
|
||||
price: "R$49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-pizza-pan_23-2148361345.jpg",
|
||||
},
|
||||
id: "2", name: "Presunto", price: "R$49,90", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-pizza-pan_23-2148361345.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Frango Catupiry",
|
||||
price: "R$49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10842.jpg",
|
||||
},
|
||||
id: "3", name: "Frango Catupiry", price: "R$49,90", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10842.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "À Moda da Casa",
|
||||
price: "R$49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg",
|
||||
},
|
||||
id: "4", name: "À Moda da Casa", price: "R$49,90", imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Milho com Bacon",
|
||||
price: "R$49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2521.jpg",
|
||||
},
|
||||
id: "5", name: "Milho com Bacon", price: "R$49,90", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2521.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lombo Canadense",
|
||||
price: "R$49,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-copy-space_23-2148262986.jpg",
|
||||
},
|
||||
id: "6", name: "Lombo Canadense", price: "R$49,90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-copy-space_23-2148262986.jpg"},
|
||||
]}
|
||||
title="Cardápio Online"
|
||||
description="Escolha sua favorita e peça agora."
|
||||
@@ -218,19 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "pix",
|
||||
badge: "Pagamento",
|
||||
price: "Chave Pix",
|
||||
subtitle: "31996966606",
|
||||
features: [
|
||||
"Seguro",
|
||||
"Instantâneo",
|
||||
"Enviar comprovante no WhatsApp",
|
||||
],
|
||||
id: "pix", badge: "Pagamento", price: "Chave Pix", subtitle: "31996966606", features: [
|
||||
"Seguro", "Instantâneo", "Enviar comprovante no WhatsApp"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Copiar Chave",
|
||||
onClick: "() => navigator.clipboard.writeText('31996966606')",
|
||||
text: "Copiar Chave", onClick: () => navigator.clipboard.writeText('31996966606'),
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -248,20 +168,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10 min",
|
||||
description: "Preparo rápido",
|
||||
},
|
||||
id: "m1", value: "10 min", description: "Preparo rápido"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Sabor e satisfação",
|
||||
},
|
||||
id: "m2", value: "100%", description: "Sabor e satisfação"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Pizzas entregues",
|
||||
},
|
||||
id: "m3", value: "500+", description: "Pizzas entregues"},
|
||||
]}
|
||||
title="Nossos Números"
|
||||
description="Confiança que cresce a cada entrega."
|
||||
@@ -276,45 +187,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
role: "Cliente",
|
||||
company: "Matozinhos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-delivery-woman-holding-pizza-boxes-thumbing-up_141793-123756.jpg",
|
||||
},
|
||||
id: "1", name: "Ana Silva", role: "Cliente", company: "Matozinhos", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-delivery-woman-holding-pizza-boxes-thumbing-up_141793-123756.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Pereira",
|
||||
role: "Cliente",
|
||||
company: "Matozinhos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg",
|
||||
},
|
||||
id: "2", name: "João Pereira", role: "Cliente", company: "Matozinhos", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Souza",
|
||||
role: "Cliente",
|
||||
company: "Matozinhos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-5108.jpg",
|
||||
},
|
||||
id: "3", name: "Maria Souza", role: "Cliente", company: "Matozinhos", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-5108.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Lima",
|
||||
role: "Cliente",
|
||||
company: "Matozinhos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-girl-adding-honey-waffles-while-eating-with-mother-home_637285-12675.jpg",
|
||||
},
|
||||
id: "4", name: "Carlos Lima", role: "Cliente", company: "Matozinhos", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-girl-adding-honey-waffles-while-eating-with-mother-home_637285-12675.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fernanda Costa",
|
||||
role: "Cliente",
|
||||
company: "Matozinhos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-delicious-pizza_23-2150317035.jpg",
|
||||
},
|
||||
id: "5", name: "Fernanda Costa", role: "Cliente", company: "Matozinhos", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-delicious-pizza_23-2150317035.jpg"},
|
||||
]}
|
||||
title="O que dizem de nós"
|
||||
description="Nossos clientes amam o sabor e a rapidez."
|
||||
@@ -325,14 +211,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Peça agora pelo WhatsApp: (31) 99696-6606"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enviar Pedido",
|
||||
href: "https://wa.me/5531996966606",
|
||||
},
|
||||
text: "Enviar Pedido", href: "https://wa.me/5531996966606"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -342,25 +225,17 @@ export default function LandingPage() {
|
||||
logoText="Pizzaria 10 Minutos"
|
||||
columns={[
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "(31) 99696-6606",
|
||||
href: "tel:31996966606",
|
||||
},
|
||||
label: "(31) 99696-6606", href: "tel:31996966606"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Cardápio", href: "#products"},
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -370,4 +245,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user