Update src/app/page.tsx

This commit is contained in:
2026-06-11 22:22:42 +00:00
parent 79e8a5e2b4
commit 5c8f03518d

View File

@@ -32,153 +32,90 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio",
id: "#inicio",
},
name: "Inicio", id: "#inicio"},
{
name: "Nosotros",
id: "#nosotros",
},
name: "Nosotros", id: "#nosotros"},
{
name: "Menú",
id: "#menu",
},
name: "Menú", id: "#menu"},
{
name: "Promociones",
id: "#promociones",
},
name: "Promociones", id: "#promociones"},
{
name: "Galería",
id: "#galeria",
},
name: "Galería", id: "#galeria"},
{
name: "Contacto",
id: "#contacto",
},
name: "Contacto", id: "#contacto"},
]}
brandName="Pizza Nostra"
button={{
text: "Pedir por WhatsApp",
href: "https://wa.me/595981123456",
}}
text: "Pedir por WhatsApp", href: "https://wa.me/595981123456"}}
/>
</div>
<div id="inicio" data-section="inicio">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Pizza Nostra"
description="La tradición italiana en cada porción. Auténticas pizzas artesanales con ingredientes frescos y el sabor de Italia en Asunción, Paraguay."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-vegetables_23-2148567127.jpg",
imageAlt: "Pizza artesanal recién salida del horno",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-with-vegetables_23-2148567127.jpg", imageAlt: "Pizza artesanal recién salida del horno"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946401.jpg",
imageAlt: "Pizza Cuatro Quesos gourmet",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946401.jpg", imageAlt: "Pizza Cuatro Quesos gourmet"},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg",
imageAlt: "Pizza Margherita clásica",
},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg", imageAlt: "Pizza Margherita clásica"},
{
imageSrc: "http://img.b2bpic.net/free-photo/slices-pizza_2829-14292.jpg",
imageAlt: "Pizza Pepperoni deliciosa",
},
imageSrc: "http://img.b2bpic.net/free-photo/slices-pizza_2829-14292.jpg", imageAlt: "Pizza Pepperoni deliciosa"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-olives-mushrooms-with-fresh-tomatoes-all-grey-desk-pizza-dough-italian_140725-23187.jpg",
imageAlt: "Pizza Suprema con muchos ingredientes",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-pizza-with-red-tomatoes-olives-mushrooms-with-fresh-tomatoes-all-grey-desk-pizza-dough-italian_140725-23187.jpg", imageAlt: "Pizza Suprema con muchos ingredientes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-pink-background_23-2148601608.jpg",
imageAlt: "Pizza Nostra Especial",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-pink-background_23-2148601608.jpg", imageAlt: "Pizza Nostra Especial"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-taking-slice-pizza-with-cheese_23-2148765339.jpg",
imageAlt: "Pizza Pepperoni deliciosa",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-taking-slice-pizza-with-cheese_23-2148765339.jpg", imageAlt: "Pizza Pepperoni deliciosa"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg",
imageAlt: "Pizza Suprema con muchos ingredientes",
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg", imageAlt: "Pizza Suprema con muchos ingredientes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/notebook-pizza-table_1101-91.jpg",
imageAlt: "Pizza Nostra Especial",
},
imageSrc: "http://img.b2bpic.net/free-photo/notebook-pizza-table_1101-91.jpg", imageAlt: "Pizza Nostra Especial"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg",
imageAlt: "Pizza artesanal recién salida del horno",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg", imageAlt: "Pizza artesanal recién salida del horno"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3296.jpg",
imageAlt: "Pizza Cuatro Quesos gourmet",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3296.jpg", imageAlt: "Pizza Cuatro Quesos gourmet"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-mozzarella-tomatoes_23-2148765300.jpg",
imageAlt: "Pizza Margherita clásica",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-mozzarella-tomatoes_23-2148765300.jpg", imageAlt: "Pizza Margherita clásica"},
]}
tag="El Verdadero Sabor de Italia"
buttons={[
{
text: "Pedir por WhatsApp",
href: "https://wa.me/595981123456",
},
text: "Pedir por WhatsApp", href: "https://wa.me/595981123456"},
{
text: "Ver Menú",
href: "#menu",
},
text: "Ver Menú", href: "#menu"},
]}
carouselPosition="right"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-couple-drinking-beer-eating-pizza-casual-time_482257-18661.jpg",
alt: "Pareja feliz comiendo pizza",
},
src: "http://img.b2bpic.net/free-photo/happy-couple-drinking-beer-eating-pizza-casual-time_482257-18661.jpg", alt: "Pareja feliz comiendo pizza"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-eating-pizza-outdoors_23-2149872432.jpg",
alt: "Amigos sonriendo comiendo pizza",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-eating-pizza-outdoors_23-2149872432.jpg", alt: "Amigos sonriendo comiendo pizza"},
{
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20331.jpg",
alt: "Joven disfrutando de pizza",
},
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20331.jpg", alt: "Joven disfrutando de pizza"},
{
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19909.jpg",
alt: "Mujer comiendo pizza en un bar",
},
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19909.jpg", alt: "Mujer comiendo pizza en un bar"},
{
src: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256896.jpg",
alt: "Personas felices comiendo pizza",
},
src: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256896.jpg", alt: "Personas felices comiendo pizza"},
]}
avatarText="Más de 10,000 clientes satisfechos"
marqueeItems={[
{
type: "text",
text: "Ingredientes Frescos",
},
type: "text", text: "Ingredientes Frescos"},
{
type: "text",
text: "Masa Artesanal",
},
type: "text", text: "Masa Artesanal"},
{
type: "text",
text: "Horno de Leña",
},
type: "text", text: "Horno de Leña"},
{
type: "text",
text: "Sabor Auténtico",
},
type: "text", text: "Sabor Auténtico"},
{
type: "text",
text: "Pasión Italiana",
},
type: "text", text: "Pasión Italiana"},
]}
/>
</div>
@@ -192,17 +129,11 @@ export default function LandingPage() {
description="Fundada en 2018 por una apasionada familia italiana que emigró a Paraguay, Pizza Nostra nació del deseo de compartir la auténtica tradición culinaria de su tierra. Desde entonces, nos hemos dedicado a perfeccionar cada receta, utilizando solo los ingredientes más frescos y la masa artesanal que nos distingue."
bulletPoints={[
{
title: "Tradición Italiana",
description: "Recetas familiares transmitidas de generación en generación.",
},
title: "Tradición Italiana", description: "Recetas familiares transmitidas de generación en generación."},
{
title: "Ingredientes Frescos",
description: "Seleccionamos lo mejor de productores locales y productos importados.",
},
title: "Ingredientes Frescos", description: "Seleccionamos lo mejor de productores locales y productos importados."},
{
title: "Masa Artesanal",
description: "Preparada diariamente con técnicas tradicionales para una textura perfecta.",
},
title: "Masa Artesanal", description: "Preparada diariamente con técnicas tradicionales para una textura perfecta."},
]}
imageSrc="http://img.b2bpic.net/free-photo/ingredients-pasta_23-2147694275.jpg"
imageAlt="Familia italiana preparando pizza en la cocina"
@@ -217,19 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Sabores industriales o artificiales",
"Ingredientes de baja calidad",
"Masa prefabricada",
"Tiempo de espera excesivo",
],
"Sabores industriales o artificiales", "Ingredientes de baja calidad", "Masa prefabricada", "Tiempo de espera excesivo"],
}}
positiveCard={{
items: [
"Sabor tradicional italiano garantizado",
"Ingredientes frescos y de temporada",
"Masa madre fermentada lentamente",
"Servicio rápido y eficiente",
],
"Sabor tradicional italiano garantizado", "Ingredientes frescos y de temporada", "Masa madre fermentada lentamente", "Servicio rápido y eficiente"],
}}
title="Por qué elegir Pizza Nostra"
description="Nuestro compromiso con la calidad y la autenticidad nos diferencia. Descubre las razones por las que nuestros clientes nos eligen una y otra vez."
@@ -241,73 +164,31 @@ export default function LandingPage() {
layout="section"
products={[
{
id: "pizza-margherita",
name: "Pizza Margherita",
price: "Gs. 45.000",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-cheese-tomato-isolated-white-background-pizza-margarita-top-view-photo-menu_639032-301.jpg",
imageAlt: "Pizza Margherita",
rating: 5,
id: "pizza-margherita", name: "Pizza Margherita", price: "Gs. 45.000", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-cheese-tomato-isolated-white-background-pizza-margarita-top-view-photo-menu_639032-301.jpg", imageAlt: "Pizza Margherita", rating: 5,
},
{
id: "pizza-pepperoni",
name: "Pizza Pepperoni",
price: "Gs. 55.000",
imageSrc: "http://img.b2bpic.net/free-photo/round-pepperoni-pizza-table_140725-892.jpg",
imageAlt: "Pizza Pepperoni",
rating: 5,
id: "pizza-pepperoni", name: "Pizza Pepperoni", price: "Gs. 55.000", imageSrc: "http://img.b2bpic.net/free-photo/round-pepperoni-pizza-table_140725-892.jpg", imageAlt: "Pizza Pepperoni", rating: 5,
},
{
id: "pizza-cuatro-quesos",
name: "Pizza Cuatro Quesos",
price: "Gs. 60.000",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-vegan-pizza-stained-white-surface_179666-34069.jpg",
imageAlt: "Pizza Cuatro Quesos",
rating: 5,
id: "pizza-cuatro-quesos", name: "Pizza Cuatro Quesos", price: "Gs. 60.000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-vegan-pizza-stained-white-surface_179666-34069.jpg", imageAlt: "Pizza Cuatro Quesos", rating: 5,
},
{
id: "pizza-suprema",
name: "Pizza Suprema",
price: "Gs. 75.000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-pizza-pan_23-2148361361.jpg",
imageAlt: "Pizza Suprema",
rating: 5,
id: "pizza-suprema", name: "Pizza Suprema", price: "Gs. 75.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-pizza-pan_23-2148361361.jpg", imageAlt: "Pizza Suprema", rating: 5,
},
{
id: "pizza-nostra-especial",
name: "Pizza Nostra Especial",
price: "Gs. 85.000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-tomatoes-dark-floor-pizza-meal-dough-food-italian_140725-101786.jpg",
imageAlt: "Pizza Nostra Especial",
rating: 5,
id: "pizza-nostra-especial", name: "Pizza Nostra Especial", price: "Gs. 85.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-tomatoes-dark-floor-pizza-meal-dough-food-italian_140725-101786.jpg", imageAlt: "Pizza Nostra Especial", rating: 5,
},
{
id: "gaseosa",
name: "Gaseosa 500ml",
price: "Gs. 10.000",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cola-drink-with-ice-dramatic-splash_84443-83640.jpg",
imageAlt: "Gaseosa",
rating: 4,
id: "gaseosa", name: "Gaseosa 500ml", price: "Gs. 10.000", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cola-drink-with-ice-dramatic-splash_84443-83640.jpg", imageAlt: "Gaseosa", rating: 4,
},
{
id: "agua-mineral",
name: "Agua Mineral",
price: "Gs. 7.000",
imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-with-water_23-2148795911.jpg",
imageAlt: "Agua Mineral",
rating: 5,
id: "agua-mineral", name: "Agua Mineral", price: "Gs. 7.000", imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-with-water_23-2148795911.jpg", imageAlt: "Agua Mineral", rating: 5,
},
{
id: "cerveza-artesanal",
name: "Cerveza Artesanal",
price: "Gs. 18.000",
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-beer-bar-table_23-2148342241.jpg",
imageAlt: "Cerveza Artesanal",
rating: 5,
id: "cerveza-artesanal", name: "Cerveza Artesanal", price: "Gs. 18.000", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-beer-bar-table_23-2148342241.jpg", imageAlt: "Cerveza Artesanal", rating: 5,
},
]}
searchPlaceholder="Buscar pizza o bebida..."
title="Nuestro Delicioso Menú"
description="Explora nuestra selección de pizzas artesanales y bebidas refrescantes. ¡Precios accesibles para todos los gustos!"
/>
</div>
@@ -318,28 +199,14 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "martes-pizza",
badge: "Martes",
badgeIcon: Pizza,
price: "Gs. 90.000",
subtitle: "2 pizzas medianas por",
features: [
"Válido solo los Martes",
"Aplica a pizzas seleccionadas",
"Llevá el doble de sabor",
],
id: "martes-pizza", badge: "Martes", badgeIcon: Pizza,
price: "Gs. 90.000", subtitle: "2 pizzas medianas por", features: [
"Válido solo los Martes", "Aplica a pizzas seleccionadas", "Llevá el doble de sabor"],
},
{
id: "combo-familiar",
badge: "Familiar",
badgeIcon: Users,
price: "Gs. 110.000",
subtitle: "Pizza Suprema + 4 bebidas por",
features: [
"Pizza Suprema tamaño grande",
"4 bebidas a elección",
"Ideal para toda la familia",
],
id: "combo-familiar", badge: "Familiar", badgeIcon: Users,
price: "Gs. 110.000", subtitle: "Pizza Suprema + 4 bebidas por", features: [
"Pizza Suprema tamaño grande", "4 bebidas a elección", "Ideal para toda la familia"],
},
]}
title="Nuestras Promociones"
@@ -356,47 +223,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "galeria-1",
name: "Horno Tradicional",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg",
imageAlt: "Horno tradicional de leña para pizzas",
},
id: "galeria-1", name: "Horno Tradicional", price: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg", imageAlt: "Horno tradicional de leña para pizzas"},
{
id: "galeria-2",
name: "Ambiente Acogedor",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-pizza-making_23-2148921361.jpg",
imageAlt: "Interior acogedor del restaurante Pizza Nostra",
},
id: "galeria-2", name: "Ambiente Acogedor", price: "", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-pizza-making_23-2148921361.jpg", imageAlt: "Interior acogedor del restaurante Pizza Nostra"},
{
id: "galeria-3",
name: "Chef Pizzero",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980258.jpg",
imageAlt: "Chef preparando masa de pizza artesanal",
},
id: "galeria-3", name: "Chef Pizzero", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980258.jpg", imageAlt: "Chef preparando masa de pizza artesanal"},
{
id: "galeria-4",
name: "Rebanada Perfecta",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg",
imageAlt: "Mano tomando una rebanada de pizza caliente",
},
id: "galeria-4", name: "Rebanada Perfecta", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg", imageAlt: "Mano tomando una rebanada de pizza caliente"},
{
id: "galeria-5",
name: "Frescos Ingredientes",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/food-assortment-wooden-background_23-2148601637.jpg",
imageAlt: "Ingredientes frescos y coloridos para pizza",
},
id: "galeria-5", name: "Frescos Ingredientes", price: "", imageSrc: "http://img.b2bpic.net/free-photo/food-assortment-wooden-background_23-2148601637.jpg", imageAlt: "Ingredientes frescos y coloridos para pizza"},
{
id: "galeria-6",
name: "Clientes Felices",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19911.jpg",
imageAlt: "Clientes felices disfrutando de pizzas en Pizza Nostra",
},
id: "galeria-6", name: "Clientes Felices", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19911.jpg", imageAlt: "Clientes felices disfrutando de pizzas en Pizza Nostra"},
]}
title="Nuestra Galería"
description="Un vistazo a la pasión y el arte detrás de cada pizza. Ingredientes frescos, horno tradicional y un ambiente acogedor."
@@ -407,8 +244,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contáctanos"
title="Estamos aquí para servirte"
description="Si tienes alguna pregunta, sugerencia o deseas hacer un pedido especial, no dudes en contactarnos. ¡Te esperamos!"
@@ -419,20 +255,6 @@ export default function LandingPage() {
inputPlaceholder="Tu dirección de email"
buttonText="Enviar Mensaje"
termsText="Al hacer clic en Enviar Mensaje, confirmas que estás de acuerdo con nuestros Términos y Condiciones."
buttons={[
{
text: "WhatsApp: +595 981 123 456",
href: "https://wa.me/595981123456",
},
{
text: "Teléfono: +595 21 555 555",
href: "tel:+59521555555",
},
{
text: "Ubicación: Av. España 1450, Asunción, Paraguay",
href: "https://www.google.com/maps/place/Av.+Espa%C3%B1a+1450,+Asunci%C3%B3n,+Paraguay",
},
]}
/>
</div>
@@ -440,66 +262,39 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Inicio",
href: "#inicio",
},
label: "Inicio", href: "#inicio"},
{
label: "Nosotros",
href: "#nosotros",
},
label: "Nosotros", href: "#nosotros"},
{
label: "Menú",
href: "#menu",
},
label: "Menú", href: "#menu"},
{
label: "Promociones",
href: "#promociones",
},
label: "Promociones", href: "#promociones"},
{
label: "Galería",
href: "#galeria",
},
label: "Galería", href: "#galeria"},
{
label: "Contacto",
href: "#contacto",
},
label: "Contacto", href: "#contacto"},
],
},
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Lunes a Jueves: 11:00 a 23:00",
href: "#",
},
label: "Lunes a Jueves: 11:00 a 23:00", href: "#"},
{
label: "Viernes y Sábado: 11:00 a 01:00",
href: "#",
},
label: "Viernes y Sábado: 11:00 a 01:00", href: "#"},
{
label: "Domingo: 12:00 a 22:00",
href: "#",
},
label: "Domingo: 12:00 a 22:00", href: "#"},
],
},
{
title: "Contacto Directo",
items: [
title: "Contacto Directo", items: [
{
label: "WhatsApp: +595 981 123 456",
href: "https://wa.me/595981123456",
},
label: "WhatsApp: +595 981 123 456", href: "https://wa.me/595981123456"},
{
label: "Teléfono: +595 21 555 555",
href: "tel:+59521555555",
},
label: "Teléfono: +595 21 555 555", href: "tel:+59521555555"},
{
label: "Av. España 1450, Asunción",
href: "https://www.google.com/maps/place/Av.+Espa%C3%B1a+1450,+Asunci%C3%B3n,+Paraguay",
},
label: "Ubicación: Av. España 1450, Asunción", href: "https://www.google.com/maps/place/Av.+Espa%C3%B1a+1450,+Asunci%C3%B3n,+Paraguay"},
],
},
]}