@@ -79,18 +57,9 @@ export default function LandingPage() {
title="La esencia de El Encuentro, evolucionada."
description="Transformamos el legado de este emblemático local en una experiencia premium. Decoración de lujo, servicio impecable y la esencia auténtica que los locales aman, ahora con una chispa asiática inigualable."
metrics={[
- {
- value: "100%",
- title: "Autenticidad",
- },
- {
- value: "Premium",
- title: "Vibe",
- },
- {
- value: "Fusion",
- title: "Legacy",
- },
+ { value: "100%", title: "Autenticidad" },
+ { value: "Premium", title: "Vibe" },
+ { value: "Fusion", title: "Legacy" },
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso_23-2148933350.jpg"
mediaAnimation="slide-up"
@@ -105,42 +74,12 @@ export default function LandingPage() {
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Lentejas Fusión",
- price: "14€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751986.jpg",
- },
- {
- id: "p2",
- name: "Pad Thai Clásico",
- price: "16€",
- imageSrc: "http://img.b2bpic.net/free-photo/eat-rice-red-stir-vegetable_1203-4614.jpg",
- },
- {
- id: "p3",
- name: "Asian Style Entrepans",
- price: "12€",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500429.jpg",
- },
- {
- id: "p4",
- name: "Curry de Autor",
- price: "18€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529792.jpg",
- },
- {
- id: "p5",
- name: "Dumplings Caseros",
- price: "10€",
- imageSrc: "http://img.b2bpic.net/free-photo/steaming-asian-noodles-with-vegetables-shrimp-bowl_84443-81543.jpg",
- },
- {
- id: "p6",
- name: "Tallarines Especiales",
- price: "15€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529776.jpg",
- },
+ { id: "p1", name: "Lentejas Fusión", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751986.jpg" },
+ { id: "p2", name: "Pad Thai Clásico", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/eat-rice-red-stir-vegetable_1203-4614.jpg" },
+ { id: "p3", name: "Asian Style Entrepans", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500429.jpg" },
+ { id: "p4", name: "Curry de Autor", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529792.jpg" },
+ { id: "p5", name: "Dumplings Caseros", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/steaming-asian-noodles-with-vegetables-shrimp-bowl_84443-81543.jpg" },
+ { id: "p6", name: "Tallarines Especiales", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529776.jpg" },
]}
title="Nuestros Platos Estrella"
description="Una fusión cuidada entre el legado local y la sofisticación tailandesa."
@@ -149,44 +88,15 @@ export default function LandingPage() {
@@ -224,21 +122,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "¿Necesito reservar?",
- content: "Recomendamos reservar con antelación, especialmente los fines de semana.",
- },
- {
- id: "q2",
- title: "¿Tienen opciones vegetarianas?",
- content: "Sí, gran parte de nuestra carta es adaptable a opciones vegetarianas.",
- },
- {
- id: "q3",
- title: "¿El local es para niños?",
- content: "Somos un espacio relajado pero elegante, ideal para familias que disfruten de la buena mesa.",
- },
+ { id: "q1", title: "¿Necesito reservar?", content: "Recomendamos reservar con antelación, especialmente los fines de semana." },
+ { id: "q2", title: "¿Tienen opciones vegetarianas?", content: "Sí, gran parte de nuestra carta es adaptable a opciones vegetarianas." },
+ { id: "q3", title: "¿El local es para niños?", content: "Somos un espacio relajado pero elegante, ideal para familias que disfruten de la buena mesa." },
]}
title="Preguntas Frecuentes"
description="Todo lo que necesitas saber sobre nuestra propuesta."
@@ -249,18 +135,11 @@ export default function LandingPage() {
@@ -268,32 +147,8 @@ export default function LandingPage() {
@@ -301,4 +156,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file