Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
218
src/app/page.tsx
218
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="Relleno Food"
|
||||
/>
|
||||
@@ -62,39 +52,23 @@ export default function LandingPage() {
|
||||
description="¡Las mejores empanadas de la Av. Hípica te esperan! Tu cafetería de confianza en Plaza San Isidro Labrador."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Nuestro Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Nuestro Menú", href: "#menu"},
|
||||
{
|
||||
text: "¡Pide Ahora!",
|
||||
href: "https://pedidosya.com.do/restaurantes/relleno-food-menu",
|
||||
},
|
||||
text: "¡Pide Ahora!", href: "https://pedidosya.com.do/restaurantes/relleno-food-menu"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg?_wi=1",
|
||||
imageAlt: "Empanada recién horneada y apetitosa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg", imageAlt: "Empanada recién horneada y apetitosa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg?_wi=1",
|
||||
imageAlt: "Variedad de empanadas frescas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg", imageAlt: "Variedad de empanadas frescas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-holding-croissant_23-2149660953.jpg",
|
||||
imageAlt: "Cliente disfrutando de una empanada",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-holding-croissant_23-2149660953.jpg", imageAlt: "Cliente disfrutando de una empanada"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cakes-near-vegetable-salads-plates-sauces-chili_23-2148131929.jpg",
|
||||
imageAlt: "Empanadas gourmet en presentación",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cakes-near-vegetable-salads-plates-sauces-chili_23-2148131929.jpg", imageAlt: "Empanadas gourmet en presentación"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865548.jpg",
|
||||
imageAlt: "Cesta de empanadas caseras",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865548.jpg", imageAlt: "Cesta de empanadas caseras"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg",
|
||||
imageAlt: "Empanada caliente con el relleno visible",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg", imageAlt: "Empanada caliente con el relleno visible"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,9 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Nuestra Historia y Pasión"
|
||||
description={[
|
||||
"En Relleno Food, somos una cafetería familiar con el corazón en Santo Domingo Este. Nos hemos ganado la fama por nuestras empanadas: ¡bien de relleno y bien de sabor! Cada día, nos dedicamos a ofrecerte productos frescos y de la más alta calidad, hechos con amor y los mejores ingredientes locales.",
|
||||
"Nuestra filosofía es simple: brindarte una experiencia culinaria auténtica y acogedora, donde cada bocado te transporte a la tradición dominicana. Valoramos la frescura y el sabor genuino en cada uno de nuestros platos.",
|
||||
]}
|
||||
"En Relleno Food, somos una cafetería familiar con el corazón en Santo Domingo Este. Nos hemos ganado la fama por nuestras empanadas: ¡bien de relleno y bien de sabor! Cada día, nos dedicamos a ofrecerte productos frescos y de la más alta calidad, hechos con amor y los mejores ingredientes locales.", "Nuestra filosofía es simple: brindarte una experiencia culinaria auténtica y acogedora, donde cada bocado te transporte a la tradición dominicana. Valoramos la frescura y el sabor genuino en cada uno de nuestros platos."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,28 +88,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ingredientes Frescos",
|
||||
description: "Utilizamos solo los mejores ingredientes locales y de temporada para garantizar el sabor más auténtico.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737667.jpg",
|
||||
imageAlt: "green leaf icon natural",
|
||||
title: "Ingredientes Frescos", description: "Utilizamos solo los mejores ingredientes locales y de temporada para garantizar el sabor más auténtico.", bentoComponent: "reveal-icon", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Recetas Tradicionales",
|
||||
description: "Nuestras empanadas se preparan siguiendo recetas que han pasado de generación en generación, llenas de sabor y tradición.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg?_wi=2",
|
||||
imageAlt: "green leaf icon natural",
|
||||
title: "Recetas Tradicionales", description: "Nuestras empanadas se preparan siguiendo recetas que han pasado de generación en generación, llenas de sabor y tradición.", bentoComponent: "reveal-icon", icon: BookOpen
|
||||
},
|
||||
{
|
||||
title: "Sabor Inigualable",
|
||||
description: "Cada empanada de Relleno Food es una explosión de sabor, con el relleno perfecto y la masa crujiente que tanto te gusta.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg?_wi=2",
|
||||
imageAlt: "green leaf icon natural",
|
||||
title: "Sabor Inigualable", description: "Cada empanada de Relleno Food es una explosión de sabor, con el relleno perfecto y la masa crujiente que tanto te gusta.", bentoComponent: "reveal-icon", icon: Star
|
||||
},
|
||||
]}
|
||||
title="Calidad que se Siente en Cada Bocado"
|
||||
@@ -153,61 +110,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "empanada-carne",
|
||||
name: "Empanada de Carne",
|
||||
price: "$75 RD",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-sweet-stuffed-pastry-filled-with-angel-hair-wooden-table_123827-19596.jpg",
|
||||
imageAlt: "Empanada de carne",
|
||||
},
|
||||
id: "empanada-carne", name: "Empanada de Carne", price: "$75 RD", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-sweet-stuffed-pastry-filled-with-angel-hair-wooden-table_123827-19596.jpg", imageAlt: "Empanada de carne"},
|
||||
{
|
||||
id: "empanada-pollo",
|
||||
name: "Empanada de Pollo",
|
||||
price: "$75 RD",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-wooden-table_123827-33798.jpg",
|
||||
imageAlt: "Empanada de pollo",
|
||||
},
|
||||
id: "empanada-pollo", name: "Empanada de Pollo", price: "$75 RD", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-wooden-table_123827-33798.jpg", imageAlt: "Empanada de pollo"},
|
||||
{
|
||||
id: "empanada-queso",
|
||||
name: "Empanada de Queso",
|
||||
price: "$60 RD",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-lasagna-casserole-meat-pie-baked-oven-with-melted-cheese-top_114579-87.jpg",
|
||||
imageAlt: "Empanada de queso",
|
||||
},
|
||||
id: "empanada-queso", name: "Empanada de Queso", price: "$60 RD", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-lasagna-casserole-meat-pie-baked-oven-with-melted-cheese-top_114579-87.jpg", imageAlt: "Empanada de queso"},
|
||||
{
|
||||
id: "empanada-vegetales",
|
||||
name: "Empanada de Vegetales",
|
||||
price: "$70 RD",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastries-woman-tearing-qogal-along-with-other-bakeries-cookies-tea-time-tasty-pastry-dough-ceremony-table_140725-16079.jpg",
|
||||
imageAlt: "Empanada de vegetales",
|
||||
},
|
||||
id: "empanada-vegetales", name: "Empanada de Vegetales", price: "$70 RD", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastries-woman-tearing-qogal-along-with-other-bakeries-cookies-tea-time-tasty-pastry-dough-ceremony-table_140725-16079.jpg", imageAlt: "Empanada de vegetales"},
|
||||
{
|
||||
id: "empanada-mixta",
|
||||
name: "Empanada Mixta",
|
||||
price: "$80 RD",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-34552.jpg",
|
||||
imageAlt: "Empanada mixta",
|
||||
},
|
||||
id: "empanada-mixta", name: "Empanada Mixta", price: "$80 RD", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-34552.jpg", imageAlt: "Empanada mixta"},
|
||||
{
|
||||
id: "cafe-espresso",
|
||||
name: "Espresso Clásico",
|
||||
price: "$50 RD",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-brewed-coffee-beans_23-2148230479.jpg",
|
||||
imageAlt: "Taza de café espresso",
|
||||
},
|
||||
id: "cafe-espresso", name: "Espresso Clásico", price: "$50 RD", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-brewed-coffee-beans_23-2148230479.jpg", imageAlt: "Taza de café espresso"},
|
||||
{
|
||||
id: "postre-flan",
|
||||
name: "Flan Casero",
|
||||
price: "$120 RD",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-custard-mint_23-2148489127.jpg",
|
||||
imageAlt: "Porción de flan casero",
|
||||
},
|
||||
id: "postre-flan", name: "Flan Casero", price: "$120 RD", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-custard-mint_23-2148489127.jpg", imageAlt: "Porción de flan casero"},
|
||||
]}
|
||||
title="Nuestro Menú Estrella"
|
||||
description="Explora la variedad de nuestras empanadas, café y postres. ¡Descubre tu nuevo favorito!"
|
||||
@@ -220,50 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¡Las Mejores Empanadas!",
|
||||
quote: "Las mejores empanadas. Vale la pena el precio. Siempre frescas y con el relleno perfecto. ¡Mi lugar favorito en la Av. Hípica!",
|
||||
name: "Ariosto Prandy",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-video-call_53876-96883.jpg",
|
||||
imageAlt: "Ariosto Prandy",
|
||||
},
|
||||
id: "1", title: "¡Las Mejores Empanadas!", quote: "Las mejores empanadas. Vale la pena el precio. Siempre frescas y con el relleno perfecto. ¡Mi lugar favorito en la Av. Hípica!", name: "Ariosto Prandy", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-video-call_53876-96883.jpg", imageAlt: "Ariosto Prandy"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Bien de Relleno y de Sabor",
|
||||
quote: "Las mejores empanadas de la Av. Hípica. Bien de relleno y bien de sabor. Siempre visito Relleno Food por su excelente calidad.",
|
||||
name: "Enmanuel Lopez",
|
||||
role: "Cliente Satisfecho",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-brunette-woman-black-sweater-crossed-arms_613910-7040.jpg",
|
||||
imageAlt: "Enmanuel Lopez",
|
||||
},
|
||||
id: "2", title: "Bien de Relleno y de Sabor", quote: "Las mejores empanadas de la Av. Hípica. Bien de relleno y bien de sabor. Siempre visito Relleno Food por su excelente calidad.", name: "Enmanuel Lopez", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/slim-brunette-woman-black-sweater-crossed-arms_613910-7040.jpg", imageAlt: "Enmanuel Lopez"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Experiencia Excepcional",
|
||||
quote: "Cada visita a Relleno Food es una delicia. La atención es excelente y las empanadas, simplemente las mejores. ¡Un lugar que recomiendo a todos!",
|
||||
name: "Laura García",
|
||||
role: "Visitante Habitual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-senior-man_23-2148956512.jpg",
|
||||
imageAlt: "Laura García",
|
||||
},
|
||||
id: "3", title: "Experiencia Excepcional", quote: "Cada visita a Relleno Food es una delicia. La atención es excelente y las empanadas, simplemente las mejores. ¡Un lugar que recomiendo a todos!", name: "Laura García", role: "Visitante Habitual", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-senior-man_23-2148956512.jpg", imageAlt: "Laura García"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Impresionante Calidad",
|
||||
quote: "La calidad de los ingredientes y el sabor de las empanadas son impresionantes. Se nota el amor en cada bocado. ¡No hay competencia!",
|
||||
name: "Roberto Torres",
|
||||
role: "Amante de la Comida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
imageAlt: "Roberto Torres",
|
||||
},
|
||||
id: "4", title: "Impresionante Calidad", quote: "La calidad de los ingredientes y el sabor de las empanadas son impresionantes. Se nota el amor en cada bocado. ¡No hay competencia!", name: "Roberto Torres", role: "Amante de la Comida", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "Roberto Torres"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Mi Cafetería Preferida",
|
||||
quote: "Relleno Food se ha convertido en mi cafetería preferida. Sus empanadas y su café son perfectos para empezar el día. ¡Felicidades por tan buen servicio!",
|
||||
name: "Sofía Hernández",
|
||||
role: "Residente Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-brown-tshirt_176420-32135.jpg",
|
||||
imageAlt: "Sofía Hernández",
|
||||
},
|
||||
id: "5", title: "Mi Cafetería Preferida", quote: "Relleno Food se ha convertido en mi cafetería preferida. Sus empanadas y su café son perfectos para empezar el día. ¡Felicidades por tan buen servicio!", name: "Sofía Hernández", role: "Residente Local", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-brown-tshirt_176420-32135.jpg", imageAlt: "Sofía Hernández"},
|
||||
]}
|
||||
title="Lo Que Dicen Nuestros Clientes"
|
||||
description="Estamos orgullosos de las reseñas que nos dejan. La satisfacción de nuestros clientes es nuestra mayor motivación."
|
||||
@@ -276,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "address",
|
||||
title: "Dirección",
|
||||
content: "Plaza San Isidro Labrador, Av. Hipódromo, Santo Domingo Este.",
|
||||
},
|
||||
id: "address", title: "Dirección", content: "Plaza San Isidro Labrador, Av. Hipódromo, Santo Domingo Este."},
|
||||
{
|
||||
id: "hours",
|
||||
title: "Horarios de Apertura",
|
||||
content: "Abierto de Lunes a Sábado, de 8 a.m. a 8 p.m. Domingos: Cerrado.",
|
||||
},
|
||||
id: "hours", title: "Horarios de Apertura", content: "Abierto de Lunes a Sábado, de 8 a.m. a 8 p.m. Domingos: Cerrado."},
|
||||
{
|
||||
id: "pluscode",
|
||||
title: "Plus Code",
|
||||
content: "F6WC+MX Santo Domingo Este",
|
||||
},
|
||||
id: "pluscode", title: "Plus Code", content: "F6WC+MX Santo Domingo Este"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/united-states-america-map-seashell_23-2148232461.jpg"
|
||||
imageAlt="Ubicación de Relleno Food en Santo Domingo Este"
|
||||
@@ -305,20 +183,18 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
tag="Pide Ahora"
|
||||
title="¡Disfruta de Relleno Food donde sea que estés!"
|
||||
description="Haz tu pedido online y recíbelo directamente en tu puerta. También puedes contactarnos para cualquier consulta."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir en PedidosYa",
|
||||
href: "https://pedidosya.com.do/restaurantes/relleno-food-menu",
|
||||
text: "Pedir en PedidosYa", href: "https://pedidosya.com.do/restaurantes/relleno-food-menu"
|
||||
},
|
||||
{
|
||||
text: "Llámanos",
|
||||
href: "tel:+18093845747",
|
||||
},
|
||||
text: "Llámanos", href: "tel:+18093845747"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,14 +206,12 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram de Relleno Food",
|
||||
href: "#", ariaLabel: "Instagram de Relleno Food"
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook de Relleno Food",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook de Relleno Food"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user