Update src/app/page.tsx
This commit is contained in:
255
src/app/page.tsx
255
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Historia",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Cocina",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Experiencia",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Historia", id: "about" },
|
||||
{ name: "Cocina", id: "features" },
|
||||
{ name: "Experiencia", id: "gallery" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
]}
|
||||
brandName="Hostal Del Sol"
|
||||
/>
|
||||
@@ -61,38 +46,17 @@ export default function LandingPage() {
|
||||
title="Hostal Del Sol: Esencia Catalana desde 1979"
|
||||
description="Descubre una experiencia gastronómica auténtica en el corazón de Olot. Tradición familiar, productos locales y ambiente acogedor."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Ver nuestra carta",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Reservar mesa", href: "#contact" },
|
||||
{ text: "Ver nuestra carta", href: "#features" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg",
|
||||
alt: "Rustic deck",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
|
||||
alt: "Dosa selection",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
|
||||
alt: "Restaurant hall",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg",
|
||||
alt: "Candlelit table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153758.jpg",
|
||||
alt: "Family reunion",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", alt: "Rustic deck" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", alt: "Dosa selection" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", alt: "Restaurant hall" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", alt: "Candlelit table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153758.jpg", alt: "Family reunion" }
|
||||
]}
|
||||
avatarText="Más de 600 clientes satisfechos este mes"
|
||||
/>
|
||||
@@ -102,15 +66,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Tradición familiar con alma",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-toasting_23-2148681877.jpg",
|
||||
alt: "Restaurante Historia",
|
||||
},
|
||||
{ type: "text", content: "Tradición familiar con alma" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-toasting_23-2148681877.jpg", alt: "Restaurante Historia" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reservas"
|
||||
title="Haz tu reserva ahora"
|
||||
description="Llámanos al 972 26 78 79 o déjanos tu email y te contactaremos para confirmar tu mesa en el Hostal Del Sol."
|
||||
@@ -341,4 +180,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user