Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-04 20:11:55 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -48,12 +48,12 @@ export default function LandingPage() {
tag="Club Bar Teatro"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Reservar Mesa", href: "reservations" },
{ text: "Ver Eventos", href: "events" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-persons-doing-dance-moves_482257-78965.jpg", imageAlt: "Ambiente animado en Theatro Club" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-while-dressed-up_23-2151027898.jpg", imageAlt: "Show drag en directo" },
@@ -104,7 +104,7 @@ export default function LandingPage() {
buttons={[
{ text: "Conocer Más", href: "#values" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -146,8 +146,7 @@ export default function LandingPage() {
{
id: "standard", badge: "Popular", price: "Mesa Estándar", subtitle: "4-6 personas", buttons: [
{ text: "Reservar Ahora", href: "https://reservas.theatro.com" }
],
features: [
], features: [
"Ubicación en zona principal", "Acceso a barra libre (consumición mínima)", "Zona con vistas a pista", "Decoración temática de evento"
]
},
@@ -155,8 +154,7 @@ export default function LandingPage() {
id: "vip", badge: "Exclusivo", badgeIcon: Crown,
price: "Mesa VIP", subtitle: "2-8 personas", buttons: [
{ text: "Reservar VIP", href: "https://reservas.theatro.com" }
],
features: [
], features: [
"Localización privilegiada frente a pista", "Botella incluida", "Servicio dedicado", "Acceso priority a eventos exclusivos"
]
},
@@ -164,8 +162,7 @@ export default function LandingPage() {
id: "private", badge: "Premium", badgeIcon: Sparkles,
price: "Evento Privado", subtitle: "Grupos especiales", buttons: [
{ text: "Consultar Disponibilidad", href: "https://reservas.theatro.com" }
],
features: [
], features: [
"Espacio personalizado", "DJ personalizado o música adaptada", "Catering especial", "Servicio premium VIP"
]
}
@@ -185,11 +182,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Carlos M.", handle: "@carlosm", testimonial: "¡Increíble ambiente! La experiencia del drag show fue de otro nivel. Volvemos el próximo fin de semana.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Carlos M."
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Carlos M."
},
{
id: "2", name: "Marina López", handle: "@marinalopez", testimonial: "Mejor lugar de Málaga para disfrutar. Equipo muy profesional y atento. Totalmente recomendado.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Marina López"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Marina López"
},
{
id: "3", name: "Javier Ruiz", handle: "@jruiz_photos", testimonial: "Pasamos la despedida de soltero en Theatro. Personal increíble, música en vivo perfecta. ¡Genial!", rating: 5,
@@ -201,11 +198,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Mateo García", handle: "@mateoggarcia", testimonial: "Celebramos cumpleaños con amigos. Mesa VIP impresionante, buen ambiente desde las 10 hasta las 5.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Mateo García"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Mateo García"
},
{
id: "6", name: "Lucia Martín", handle: "@luciam_vibes", testimonial: "La noche reggae fue increíble. Buen DJ, ambiente relajado pero con energía. Profesional en todo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Lucia Martín"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Lucia Martín"
}
]}
/>