Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
158
src/app/page.tsx
158
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Inicio", id: "hero" },
|
||||||
name: "Inicio",
|
{ name: "Nosotros", id: "nosotros" },
|
||||||
id: "hero",
|
{ name: "Productos", id: "productos" },
|
||||||
},
|
{ name: "Equipo", id: "equipo" },
|
||||||
{
|
{ name: "Contacto", id: "contacto" },
|
||||||
name: "Nosotros",
|
|
||||||
id: "nosotros",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Productos",
|
|
||||||
id: "productos",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Equipo",
|
|
||||||
id: "equipo",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contacto",
|
|
||||||
id: "contacto",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Espiga de Oro"
|
brandName="Espiga de Oro"
|
||||||
/>
|
/>
|
||||||
@@ -56,20 +41,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="El sabor casero que une familias"
|
title="El sabor casero que une familias"
|
||||||
description="Desde 1981, elaboramos pastas frescas que forman parte de la tradición de tu mesa."
|
description="Desde 1981, elaboramos pastas frescas que forman parte de la tradición de tu mesa."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Ver productos", href: "#productos" },
|
||||||
text: "Ver productos",
|
{ text: "Hacer pedido", href: "#contacto" },
|
||||||
href: "#productos",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Hacer pedido",
|
|
||||||
href: "#contacto",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041238-73fpapjg.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041238-73fpapjg.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -91,24 +68,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{ id: "1", name: "Maestro Pastaio", role: "Jefe de Producción", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041238-4nhkiu3l.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "María Eugenia", role: "Especialista en Rellenos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041239-ggrkkdb7.jpg" },
|
||||||
name: "Maestro Pastaio",
|
{ id: "3", name: "Roberto", role: "Maestro Artesano", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041239-74lds7ac.jpg" },
|
||||||
role: "Jefe de Producción",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041238-4nhkiu3l.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "María Eugenia",
|
|
||||||
role: "Especialista en Rellenos",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041239-ggrkkdb7.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Roberto",
|
|
||||||
role: "Maestro Artesano",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DHVUwTEjtY0Be7J31Ob16CgIU3/uploaded-1777939041239-74lds7ac.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="El corazón de nuestra fábrica"
|
title="El corazón de nuestra fábrica"
|
||||||
description="Detrás de cada pasta hay un equipo comprometido con la calidad, la tradición y el sabor de siempre."
|
description="Detrás de cada pasta hay un equipo comprometido con la calidad, la tradición y el sabor de siempre."
|
||||||
@@ -117,52 +79,17 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="productos" data-section="productos">
|
<div id="productos" data-section="productos">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Ravioles", price: "Consular", variant: "Pastas Rellenas", imageSrc: "http://img.b2bpic.net/free-photo/pasta-white-plate-raw-uncooked-pasta-ready-cook_114579-59701.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Sorrentinos", price: "Consular", variant: "Pastas Rellenas", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-pasta-cooked-tasty-salted-inside-round-green-plate-dark-desk_140725-24373.jpg" },
|
||||||
name: "Ravioles",
|
{ id: "p3", name: "Ñoquis", price: "Consular", variant: "Pastas Clásicas", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-potato-gnocchi-cutting-board-with-eggs_23-2148361303.jpg" },
|
||||||
price: "Consular",
|
{ id: "p4", name: "Salsas caseras", price: "Consular", variant: "Acompañamientos", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sauce-wooden-board_23-2149358121.jpg" },
|
||||||
variant: "Pastas Rellenas",
|
{ id: "p5", name: "Lasagna", price: "Consular", variant: "Pastas Horno", imageSrc: "http://img.b2bpic.net/free-photo/chicken-meat-stew-with-yellow-beans-chestnuts_114579-795.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-white-plate-raw-uncooked-pasta-ready-cook_114579-59701.jpg",
|
{ id: "p6", name: "Tallarines", price: "Consular", variant: "Pastas Frescas", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-eggs_23-2148596726.jpg" },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Sorrentinos",
|
|
||||||
price: "Consular",
|
|
||||||
variant: "Pastas Rellenas",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-pasta-cooked-tasty-salted-inside-round-green-plate-dark-desk_140725-24373.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Ñoquis",
|
|
||||||
price: "Consular",
|
|
||||||
variant: "Pastas Clásicas",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-potato-gnocchi-cutting-board-with-eggs_23-2148361303.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Salsas caseras",
|
|
||||||
price: "Consular",
|
|
||||||
variant: "Acompañamientos",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sauce-wooden-board_23-2149358121.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Lasagna",
|
|
||||||
price: "Consular",
|
|
||||||
variant: "Pastas Horno",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-meat-stew-with-yellow-beans-chestnuts_114579-795.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Tallarines",
|
|
||||||
price: "Consular",
|
|
||||||
variant: "Pastas Frescas",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-eggs_23-2148596726.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestra carta artesanal"
|
title="Nuestra carta artesanal"
|
||||||
description="Pastas frescas elaboradas a diario con ingredientes seleccionados."
|
description="Pastas frescas elaboradas a diario con ingredientes seleccionados."
|
||||||
@@ -176,26 +103,11 @@ export default function LandingPage() {
|
|||||||
rating={5}
|
rating={5}
|
||||||
author="Lucía Martínez"
|
author="Lucía Martínez"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25264.jpg", alt: "Lucía Martínez" },
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25264.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117513.jpg", alt: "Familia Gómez" },
|
||||||
alt: "Lucía Martínez",
|
{ src: "http://img.b2bpic.net/free-photo/friends-preparing-meal-kitchen_23-2148954215.jpg", alt: "Carlos Sánchez" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg", alt: "Elena Pérez" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-delicious-pizza_23-2150317082.jpg", alt: "Javier Díaz" },
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117513.jpg",
|
|
||||||
alt: "Familia Gómez",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/friends-preparing-meal-kitchen_23-2148954215.jpg",
|
|
||||||
alt: "Carlos Sánchez",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg",
|
|
||||||
alt: "Elena Pérez",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-delicious-pizza_23-2150317082.jpg",
|
|
||||||
alt: "Javier Díaz",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -205,19 +117,11 @@ export default function LandingPage() {
|
|||||||
<div id="contacto" data-section="contacto">
|
<div id="contacto" data-section="contacto">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "downward-rays-animated" }}
|
||||||
variant: "downward-rays-animated",
|
|
||||||
}}
|
|
||||||
text="Haz tu pedido hoy mismo contactando con nuestras sucursales en Lagomar (2682 2828) o El Pinar (2698 3260). ¡Te esperamos!"
|
text="Haz tu pedido hoy mismo contactando con nuestras sucursales en Lagomar (2682 2828) o El Pinar (2698 3260). ¡Te esperamos!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "WhatsApp Lagomar", href: "https://wa.me/59826822828" },
|
||||||
text: "WhatsApp Lagomar",
|
{ text: "WhatsApp El Pinar", href: "https://wa.me/59826983260" },
|
||||||
href: "https://wa.me/59826822828",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "WhatsApp El Pinar",
|
|
||||||
href: "https://wa.me/59826983260",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -225,14 +129,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Espiga de Oro"
|
logoText="Espiga de Oro"
|
||||||
leftLink={{
|
leftLink={{ text: "Política de Privacidad", href: "#" }}
|
||||||
text: "Política de Privacidad",
|
rightLink={{ text: "Facebook", href: "https://www.facebook.com/espigadeoro.uy/" }}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
|
||||||
text: "Facebook",
|
|
||||||
href: "https://www.facebook.com/espigadeoro.uy/",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user