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
@@ -50,10 +50,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fajitas_23-2148024795.jpg", imageAlt: "Shawarma cortándose en el trompo" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg", imageAlt: "Shawarma de pollo abundante" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805535.jpg", imageAlt: "Shawarma de carne marinada" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-hummus-plate-still-life_23-2149595656.jpg", imageAlt: "Falafel artesanal crujiente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2919.jpg", imageAlt: "Parrilla mixta árabe" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg?_wi=1", imageAlt: "Shawarma de pollo abundante" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805535.jpg?_wi=1", imageAlt: "Shawarma de carne marinada" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-hummus-plate-still-life_23-2149595656.jpg?_wi=1", imageAlt: "Falafel artesanal crujiente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2919.jpg?_wi=1", imageAlt: "Parrilla mixta árabe" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Ver Menú", href: "#menu" },
|
||||
@@ -92,10 +92,10 @@ export default function LandingPage() {
|
||||
<div id="specialties" data-section="specialties">
|
||||
<FeatureCardTwentySeven
|
||||
features={[
|
||||
{ id: "1", title: "Shawarma de Pollo", description: "Jugoso, bien cargado y con nuestras salsas especiales. Marinado en especias tradicionales durante horas para garantizar el máximo sabor.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg", imageAlt: "Shawarma de pollo" },
|
||||
{ id: "2", title: "Shawarma de Carne", description: "Carne marinada lentamente con especias árabes. Cocinada a la perfección en nuestro trompo tradicional para obtener ese sabor inconfundible.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805535.jpg", imageAlt: "Shawarma de carne" },
|
||||
{ id: "3", title: "Falafel Artesanal", description: "Crocante por fuera, suave por dentro. Preparado diariamente con garbanzos frescos y especias seleccionadas, sin ingredientes artificiales.", imageSrc: "http://img.b2bpic.net/free-photo/view-hummus-plate-still-life_23-2149595656.jpg", imageAlt: "Falafel artesanal" },
|
||||
{ id: "4", title: "Parrilla Mixta Árabe", description: "Una experiencia completa para compartir. Combinación perfecta de carnes marinadas y vegetales grillados, ideal para grupos y celebraciones.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2919.jpg", imageAlt: "Parrilla mixta árabe" }
|
||||
{ id: "1", title: "Shawarma de Pollo", description: "Jugoso, bien cargado y con nuestras salsas especiales. Marinado en especias tradicionales durante horas para garantizar el máximo sabor.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg?_wi=2", imageAlt: "Shawarma de pollo" },
|
||||
{ id: "2", title: "Shawarma de Carne", description: "Carne marinada lentamente con especias árabes. Cocinada a la perfección en nuestro trompo tradicional para obtener ese sabor inconfundible.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805535.jpg?_wi=2", imageAlt: "Shawarma de carne" },
|
||||
{ id: "3", title: "Falafel Artesanal", description: "Crocante por fuera, suave por dentro. Preparado diariamente con garbanzos frescos y especias seleccionadas, sin ingredientes artificiales.", imageSrc: "http://img.b2bpic.net/free-photo/view-hummus-plate-still-life_23-2149595656.jpg?_wi=2", imageAlt: "Falafel artesanal" },
|
||||
{ id: "4", title: "Parrilla Mixta Árabe", description: "Una experiencia completa para compartir. Combinación perfecta de carnes marinadas y vegetales grillados, ideal para grupos y celebraciones.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2919.jpg?_wi=2", imageAlt: "Parrilla mixta árabe" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -113,11 +113,11 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{ id: "1", name: "Shawarma de Pollo", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg", imageAlt: "Shawarma de pollo" },
|
||||
{ id: "2", name: "Shawarma de Carne", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805535.jpg", imageAlt: "Shawarma de carne" },
|
||||
{ id: "3", name: "Shawarma Mixto", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg", imageAlt: "Shawarma mixto" },
|
||||
{ id: "4", name: "Falafel Artesanal", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/view-hummus-plate-still-life_23-2149595656.jpg", imageAlt: "Falafel artesanal" },
|
||||
{ id: "5", name: "Parrilla Mixta", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2919.jpg", imageAlt: "Parrilla mixta árabe" }
|
||||
{ id: "1", name: "Shawarma de Pollo", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg?_wi=3", imageAlt: "Shawarma de pollo" },
|
||||
{ id: "2", name: "Shawarma de Carne", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805535.jpg?_wi=3", imageAlt: "Shawarma de carne" },
|
||||
{ id: "3", name: "Shawarma Mixto", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holds-tray-with-chicken-doner-pita-bread-with-ketchup-mayonnaise-french-fries-vegetable-salad-board_141793-2869.jpg?_wi=4", imageAlt: "Shawarma mixto" },
|
||||
{ id: "4", name: "Falafel Artesanal", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/view-hummus-plate-still-life_23-2149595656.jpg?_wi=3", imageAlt: "Falafel artesanal" },
|
||||
{ id: "5", name: "Parrilla Mixta", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/roasted-stuffed-chicken-decorated-with-pomegranate-walnuts-black-board-rice-white-plate-wooden-table_141793-2919.jpg?_wi=3", imageAlt: "Parrilla mixta árabe" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
{ title: "Compartir con Amigos", description: "Porciones abundantes ideales para disfrutar en grupo y crear momentos especiales.", icon: Users2 },
|
||||
{ title: "Café y Dulces", description: "Opciones para relajarse después del almuerzo con bebidas árabes tradicionales." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1"
|
||||
imageAlt="Interior acogedor de Sultán Shawarma"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
textarea={{ name: "message", placeholder: "Cuéntanos tu consulta o preferencia (reserva, delivery, etc.)", rows: 4, required: true }}
|
||||
buttonText="Enviar Consulta"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2"
|
||||
imageAlt="Interior de Sultán Shawarma"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user