Update src/app/page.tsx
This commit is contained in:
295
src/app/page.tsx
295
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nuestra Historia",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nuestra Historia", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Flor dex Pizza"
|
||||
/>
|
||||
@@ -55,78 +43,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
title="La verdadera pizza artesana en Los Santos de Maimona"
|
||||
description="Descubre el sabor auténtico, ingredientes frescos de cercanía y una masa de larga fermentación. Flor dex Pizza es donde la tradición italiana se encuentra con el corazón de Extremadura."
|
||||
kpis={[
|
||||
{
|
||||
value: "12",
|
||||
label: "Horas de Fermentación",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Ingredientes Naturales",
|
||||
},
|
||||
{
|
||||
value: "450°",
|
||||
label: "Horno de Piedra",
|
||||
},
|
||||
{ value: "12", label: "Horas de Fermentación" },
|
||||
{ value: "100%", label: "Ingredientes Naturales" },
|
||||
{ value: "450°", label: "Horno de Piedra" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=1"
|
||||
buttons={[{ text: "Ver Menú", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/asian-friends-couple-eating-pizza-party-pizzeria-happy-indian-people-having-fun-together-eating-italian-food-sitting-couch_627829-1247.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Más de 500 clientes felices"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Masa Madre",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradicional",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Horno de Leña",
|
||||
},
|
||||
{ type: "text", text: "Masa Madre" },
|
||||
{ type: "text", text: "Artesanal" },
|
||||
{ type: "text", text: "Local" },
|
||||
{ type: "text", text: "Tradicional" },
|
||||
{ type: "text", text: "Horno de Leña" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,9 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Nuestra Filosofía"
|
||||
description={[
|
||||
"Creemos que la pizza es un arte. Por eso, en Flor dex Pizza, seleccionamos cada ingrediente con mimo, honrando las raíces de nuestra tierra y los métodos clásicos italianos.",
|
||||
"Cada pizza que sale de nuestro horno es el resultado de pasión, paciencia y un profundo amor por el buen comer.",
|
||||
]}
|
||||
"Creemos que la pizza es un arte. Por eso, en Flor dex Pizza, seleccionamos cada ingrediente con mimo, honrando las raíces de nuestra tierra y los métodos clásicos italianos.", "Cada pizza que sale de nuestro horno es el resultado de pasión, paciencia y un profundo amor por el buen comer."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,40 +89,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Harinas de Calidad",
|
||||
description: "Mezcla de harinas seleccionadas para una digestión ligera y crujiente.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-as-coriander-tomatoes-blue-with-copy-space_141793-12883.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-spreading-tomato-sauce-pizza-dough_23-2148357185.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=2",
|
||||
imageAlt: "fresh pizza ingredients close up",
|
||||
title: "Harinas de Calidad", description: "Mezcla de harinas seleccionadas para una digestión ligera y crujiente.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-as-coriander-tomatoes-blue-with-copy-space_141793-12883.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-spreading-tomato-sauce-pizza-dough_23-2148357185.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Masa Madre Natural",
|
||||
description: "Fermentación lenta de 48 horas con masa madre propia.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-tasty-pizza-dough_23-2148921283.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-kneading-dough-bowl_23-2148613495.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-kneading-dough_23-2147883567.jpg",
|
||||
imageAlt: "fresh pizza ingredients close up",
|
||||
title: "Masa Madre Natural", description: "Fermentación lenta de 48 horas con masa madre propia.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-tasty-pizza-dough_23-2148921283.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-kneading-dough-bowl_23-2148613495.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Horno de Piedra",
|
||||
description: "Cocción tradicional que garantiza el toque perfecto y aroma auténtico.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg?_wi=1",
|
||||
imageAlt: "fresh pizza ingredients close up",
|
||||
title: "Horno de Piedra", description: "Cocción tradicional que garantiza el toque perfecto y aroma auténtico.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -198,60 +114,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Flor dex",
|
||||
name: "Margherita",
|
||||
price: "9.50€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Flor dex",
|
||||
name: "Pepperoni",
|
||||
price: "11.00€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheesy-tomato-pizza-with-olives-sausages-inside-pan-brown-desk-pizza-meal-fast-food-cheese-sausage_140725-31986.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Flor dex",
|
||||
name: "Vegetal",
|
||||
price: "10.50€",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-square-pizza-with-onions_23-2149298065.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Flor dex",
|
||||
name: "4 Quesos",
|
||||
price: "12.00€",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-margarita-pizza-with-full-parmesan-cheese_114579-2271.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Flor dex",
|
||||
name: "Prosciutto",
|
||||
price: "11.50€",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese-wooden-board-tablecloth-cell_78826-2352.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Flor dex",
|
||||
name: "Funghi",
|
||||
price: "10.00€",
|
||||
rating: 4,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-with-glass-red-wine_140725-3305.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Flor dex", name: "Margherita", price: "9.50€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg" },
|
||||
{ id: "2", brand: "Flor dex", name: "Pepperoni", price: "11.00€", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cheesy-tomato-pizza-with-olives-sausages-inside-pan-brown-desk-pizza-meal-fast-food-cheese-sausage_140725-31986.jpg" },
|
||||
{ id: "3", brand: "Flor dex", name: "Vegetal", price: "10.50€", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-square-pizza-with-onions_23-2149298065.jpg" },
|
||||
{ id: "4", brand: "Flor dex", name: "4 Quesos", price: "12.00€", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/classic-margarita-pizza-with-full-parmesan-cheese_114579-2271.jpg" },
|
||||
{ id: "5", brand: "Flor dex", name: "Prosciutto", price: "11.50€", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese-wooden-board-tablecloth-cell_78826-2352.jpg" },
|
||||
{ id: "6", brand: "Flor dex", name: "Funghi", price: "10.00€", rating: 4, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/bakery-with-glass-red-wine_140725-3305.jpg" },
|
||||
]}
|
||||
title="Nuestro Menú"
|
||||
description="Pizzas artesanas hechas con ingredientes frescos."
|
||||
@@ -265,27 +133,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.000+",
|
||||
title: "Pizzas Horneadas",
|
||||
description: "Clientes satisfechos en Los Santos de Maimona.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "Ingredientes Locales",
|
||||
description: "Apoyando a productores extremeños.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Clientes Felices",
|
||||
description: "Porque el cliente es lo primero.",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "m1", value: "5.000+", title: "Pizzas Horneadas", description: "Clientes satisfechos en Los Santos de Maimona.", icon: Award },
|
||||
{ id: "m2", value: "15+", title: "Ingredientes Locales", description: "Apoyando a productores extremeños.", icon: CheckCircle },
|
||||
{ id: "m3", value: "100%", title: "Clientes Felices", description: "Porque el cliente es lo primero.", icon: Star },
|
||||
]}
|
||||
title="Nuestra Experiencia"
|
||||
description="Números que reflejan nuestra pasión por la pizza."
|
||||
@@ -299,26 +149,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="María García"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-her-male-colleagues-eating-pizza-drinking-beer-break-office_637285-2692.jpg",
|
||||
alt: "Maria",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25269.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112174.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419407.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-her-male-colleagues-eating-pizza-drinking-beer-break-office_637285-2692.jpg", alt: "Maria" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25269.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/roommates-sharing-meal-together_23-2149112174.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419407.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -330,21 +165,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Tienen opciones sin gluten?",
|
||||
content: "Sí, disponemos de masa artesanal sin gluten bajo pedido.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Hacen envíos a domicilio?",
|
||||
content: "Repartimos en todo Los Santos de Maimona y alrededores.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "Nos encontrarás en el centro histórico de Los Santos.",
|
||||
},
|
||||
{ id: "f1", title: "¿Tienen opciones sin gluten?", content: "Sí, disponemos de masa artesanal sin gluten bajo pedido." },
|
||||
{ id: "f2", title: "¿Hacen envíos a domicilio?", content: "Repartimos en todo Los Santos de Maimona y alrededores." },
|
||||
{ id: "f3", title: "¿Dónde están ubicados?", content: "Nos encontrarás en el centro histórico de Los Santos." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379555.jpg"
|
||||
title="Preguntas Frecuentes"
|
||||
@@ -357,9 +180,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ven a visitarnos o llámanos para hacer tu pedido. ¡Estamos deseando conocerte!"
|
||||
/>
|
||||
</div>
|
||||
@@ -370,29 +191,15 @@ export default function LandingPage() {
|
||||
logoText="Flor dex Pizza"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Ver Pizzas",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Postres",
|
||||
href: "#",
|
||||
},
|
||||
title: "Menú", items: [
|
||||
{ label: "Ver Pizzas", href: "#menu" },
|
||||
{ label: "Postres", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Historia",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Ubicación",
|
||||
href: "#",
|
||||
},
|
||||
title: "Info", items: [
|
||||
{ label: "Historia", href: "#about" },
|
||||
{ label: "Ubicación", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user