diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d6b168..1d62a2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -122,50 +79,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Pa amb tomàquet", - description: "El auténtico sabor catalán, preparado con tomates de huerta local y pan de leña.", - icon: Utensils, + title: "Pa amb tomàquet", description: "El auténtico sabor catalán, preparado con tomates de huerta local y pan de leña.", icon: Utensils, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-hummus-plate-still-life-flat-lay_23-2149595645.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/salsa-topped-with-cheese-cilantro_23-2148181598.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=2", - imageAlt: "traditional catalan pa amb tomàquet", + { imageSrc: "http://img.b2bpic.net/free-photo/tasty-hummus-plate-still-life-flat-lay_23-2149595645.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/salsa-topped-with-cheese-cilantro_23-2148181598.jpg" } + ] }, { - title: "Fondues selectas", - description: "Una experiencia compartida única, ideal para noches acogedoras entre amigos.", - icon: Flame, + title: "Fondues selectas", description: "Una experiencia compartida única, ideal para noches acogedoras entre amigos.", icon: Flame, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-recipe_23-2149286847.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/toast-dipped-melted-cheese-bowl_23-2149342886.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-toasting_23-2148681877.jpg", - imageAlt: "traditional catalan pa amb tomàquet", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-recipe_23-2149286847.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/toast-dipped-melted-cheese-bowl_23-2149342886.jpg" } + ] }, { - title: "Embutidos artesanales", - description: "Selección premium de embutidos de la Garrotxa, curados con paciencia y tradición.", - icon: ShoppingBag, + title: "Embutidos artesanales", description: "Selección premium de embutidos de la Garrotxa, curados con paciencia y tradición.", icon: ShoppingBag, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109444.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-with-olives-tomatoes_141793-1212.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7117.jpg?_wi=1", - imageAlt: "traditional catalan pa amb tomàquet", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109444.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-with-olives-tomatoes_141793-1212.jpg" } + ] + } ]} title="Nuestra esencia gastronómica" description="Sabores que honran nuestra tierra con productos de proximidad y recetas transmitidas de generación en generación." @@ -179,48 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Terraza acogedora", - price: "Girona", - variant: "Ambiente", - imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7117.jpg?_wi=2", - }, - { - id: "2", - name: "Salón Tradicional", - price: "Histórico", - variant: "Interior", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118888.jpg", - }, - { - id: "3", - name: "Alta Cocina", - price: "Catalana", - variant: "Platos", - imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg", - }, - { - id: "4", - name: "Rincón de fondues", - price: "Especial", - variant: "Platos", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg", - }, - { - id: "5", - name: "Noches mágicas", - price: "Bar", - variant: "Ambiente", - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", - }, - { - id: "6", - name: "Detalles del chef", - price: "Casero", - variant: "Platos", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", - }, + { id: "1", name: "Terraza acogedora", price: "Girona", variant: "Ambiente", imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7117.jpg" }, + { id: "2", name: "Salón Tradicional", price: "Histórico", variant: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118888.jpg" }, + { id: "3", name: "Alta Cocina", price: "Catalana", variant: "Platos", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg" }, + { id: "4", name: "Rincón de fondues", price: "Especial", variant: "Platos", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg" }, + { id: "5", name: "Noches mágicas", price: "Bar", variant: "Ambiente", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" }, + { id: "6", name: "Detalles del chef", price: "Casero", variant: "Platos", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" } ]} title="Un ambiente inolvidable" description="Cada rincón de nuestro hostal cuenta una historia. Disfruta de nuestra terraza, nuestro salón rústico y una cocina de altura." @@ -233,60 +130,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Maria Font", - role: "Cliente local", - company: "Olot", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-table_23-2149684353.jpg", - }, - { - id: "2", - name: "Jordi Soler", - role: "Visitante", - company: "Girona", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10399.jpg", - }, - { - id: "3", - name: "Elena Roca", - role: "Turista", - company: "Barcelona", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg", - }, - { - id: "4", - name: "Pau Mas", - role: "Cliente habitual", - company: "Olot", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", - }, - { - id: "5", - name: "Núria Vidal", - role: "Cliente", - company: "Girona", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187240.jpg", - }, + { id: "1", name: "Maria Font", role: "Cliente local", company: "Olot", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-table_23-2149684353.jpg" }, + { id: "2", name: "Jordi Soler", role: "Visitante", company: "Girona", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-drinking-milk-shake-cocktail-blue-skirt-red-shirt-wearing-sunglasses-having-fun-cheerful-mood_285396-10399.jpg" }, + { id: "3", name: "Elena Roca", role: "Turista", company: "Barcelona", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg" }, + { id: "4", name: "Pau Mas", role: "Cliente habitual", company: "Olot", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg" }, + { id: "5", name: "Núria Vidal", role: "Cliente", company: "Girona", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187240.jpg" } ]} kpiItems={[ - { - value: "4.8", - label: "Valoración", - }, - { - value: "40+", - label: "Años historia", - }, - { - value: "600+", - label: "Reseñas", - }, + { value: "4.8", label: "Valoración" }, + { value: "40+", label: "Años historia" }, + { value: "600+", label: "Reseñas" } ]} title="Nuestros clientes hablan" description="Más de 600 reseñas avalan nuestra dedicación por ofrecer siempre la máxima calidad." @@ -298,21 +151,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "¿Necesito reservar?", - content: "Se recomienda reservar, especialmente los fines de semana.", - }, - { - id: "2", - title: "¿Tenéis opciones vegetarianas?", - content: "Sí, adaptamos nuestra cocina tradicional para opciones vegetarianas.", - }, - { - id: "3", - title: "¿Aceptáis grupos?", - content: "Somos ideales para reuniones y cenas de grupos, contáctanos.", - }, + { id: "1", title: "¿Necesito reservar?", content: "Se recomienda reservar, especialmente los fines de semana." }, + { id: "2", title: "¿Tenéis opciones vegetarianas?", content: "Sí, adaptamos nuestra cocina tradicional para opciones vegetarianas." }, + { id: "3", title: "¿Aceptáis grupos?", content: "Somos ideales para reuniones y cenas de grupos, contáctanos." } ]} title="Preguntas frecuentes" description="Todo lo que necesitas saber para planear tu visita al Hostal Del Sol." @@ -323,9 +164,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file