Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -53,17 +53,17 @@ export default function CafeConLechePage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg", imageAlt: "Café con Leche interior"},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg?_wi=1", imageAlt: "Café con Leche interior"},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg", imageAlt: "Chilaquiles con huevos"},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=1", imageAlt: "Chilaquiles con huevos"},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg", imageAlt: "Café de especialidad"},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg?_wi=1", imageAlt: "Café de especialidad"},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg", imageAlt: "Desayuno completo"},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg?_wi=1", imageAlt: "Desayuno completo"},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg", imageAlt: "Postres y dulces"},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg?_wi=1", imageAlt: "Postres y dulces"},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg", imageAlt: "Ambiente de Café con Leche"},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg?_wi=2", imageAlt: "Ambiente de Café con Leche"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -93,13 +93,13 @@ export default function CafeConLechePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Chilaquiles con Huevos Estrellados", description: "Nuestro clásico más solicitado: chilaquiles crujientes con huevos estrellados, salsa casera y guarniciones tradicionales.", tag: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg", imageAlt: "Chilaquiles con huevos"},
|
||||
id: "1", title: "Chilaquiles con Huevos Estrellados", description: "Nuestro clásico más solicitado: chilaquiles crujientes con huevos estrellados, salsa casera y guarniciones tradicionales.", tag: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=2", imageAlt: "Chilaquiles con huevos"},
|
||||
{
|
||||
id: "2", title: "Desayuno Completo", description: "Platillo abundante que incluye huevos, jamón, queso, frijoles refritos, pan tostado y café recién preparado.", tag: "Abundante", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg", imageAlt: "Desayuno completo"},
|
||||
id: "2", title: "Desayuno Completo", description: "Platillo abundante que incluye huevos, jamón, queso, frijoles refritos, pan tostado y café recién preparado.", tag: "Abundante", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg?_wi=2", imageAlt: "Desayuno completo"},
|
||||
{
|
||||
id: "3", title: "Café de Especialidad", description: "Nuestro clásico café con leche preparado con granos seleccionados, servido caliente en taza de cerámica.", tag: "Bebida Estrella", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg", imageAlt: "Café de especialidad"},
|
||||
id: "3", title: "Café de Especialidad", description: "Nuestro clásico café con leche preparado con granos seleccionados, servido caliente en taza de cerámica.", tag: "Bebida Estrella", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg?_wi=2", imageAlt: "Café de especialidad"},
|
||||
{
|
||||
id: "4", title: "Postres y Dulces Caseros", description: "Variedad de postres tradicionales mexicanos y dulces hechos en casa para acompañar tu café.", tag: "Dulce", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg", imageAlt: "Postres y dulces"},
|
||||
id: "4", title: "Postres y Dulces Caseros", description: "Variedad de postres tradicionales mexicanos y dulces hechos en casa para acompañar tu café.", tag: "Dulce", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg?_wi=2", imageAlt: "Postres y dulces"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -139,7 +139,7 @@ export default function CafeConLechePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg?_wi=3"
|
||||
imageAlt="Café con Leche"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user