Commit Graph

25 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
36ac86f60e Mejoró logs de reserva
Ajusté el envío de reservas para facilitar diagnóstico:
- Eliminé encabezados JSON en preflight y logeo detallado de request/response.
- Mantiene envío a webhook, pero ahora registra URL, payload y respuesta para identificar problemas de CORS y status.

X-Lovable-Edit-ID: edt-1e79ec7d-4dbb-45b5-82d0-b8489e8bdb01
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 01:06:18 +00:00
gpt-engineer-app[bot]
a10a500e03 Mejoró envío de reserva
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 01:06:05 +00:00
gpt-engineer-app[bot]
5e096ced99 Changes
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 01:05:59 +00:00
gpt-engineer-app[bot]
d1d1ba08a0 Depuró envío de reserva
Añadí logging detallado en el envío del formulario para diagnosticar errores de la webhook. Se registra URL destino, payload, y respuesta HTTP, y se capturan errores con mensajes para facilitar la resolución.

X-Lovable-Edit-ID: edt-01264426-ef82-4a95-9a64-17211d021a3d
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 01:04:53 +00:00
gpt-engineer-app[bot]
3554c0058e Fix CORS handling
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 01:04:41 +00:00
gpt-engineer-app[bot]
cc4ff7655a Fix form submission error
Implemented local test mode suggestion and guidance to ensure form submission works even without active webhook, including checks for webhook URL configuration and CORS considerations. Added option to simulate successful submissions and suggested updating webhook URL.

X-Lovable-Edit-ID: edt-07b217b3-e5ac-49a9-b42e-74bfd3ca410d
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 00:59:04 +00:00
gpt-engineer-app[bot]
6634a40743 Fix form submission error
Co-authored-by: Ichitux <17677572+Ichitux@users.noreply.github.com>
2026-03-11 00:58:59 +00:00
gpt-engineer-app[bot]
1aafe6c2c7 Work in progress 2026-03-11 00:58:43 +00:00
Ichitux
c954990c51 Updated package-lock.json 2026-03-06 12:38:40 +01:00
Ichitux
03eaf925a3 Updated .gitignore 2026-03-06 12:37:41 +01:00
gpt-engineer-app[bot]
fb1ef4b244 Añadió sección Profesores
Implementa un carrusel de imágenes de profesores en la página, con datos editable desde PROFESORES en data. Se crea el componente ProfesoresSection, se integra en Index y se añade datos de ejemplo para los profesores.

X-Lovable-Edit-ID: edt-3b32a8d5-f63d-4f00-95d4-c24c5bcac81b
2026-03-06 01:19:15 +00:00
gpt-engineer-app[bot]
ea9ecdfb3b Changes 2026-03-06 01:19:15 +00:00
gpt-engineer-app[bot]
3da5c06539 Update site info for publish
Edited UI in Lovable
2026-03-06 00:57:13 +00:00
gpt-engineer-app[bot]
8e78a4ab3d Reverted to commit 33a6ae958f 2026-03-05 18:35:27 +00:00
gpt-engineer-app[bot]
b65f20a507 Generé imágenes hero y about
Añadí dos imágenes nuevas para encajar con la paleta azul/índigo:
- src/assets/hero-bg.jpg (hero/banner)
- src/assets/about-event.jpg (sección sobre el evento)
Estas imágenes están listas para usar en la landing y sustituyen las anteriores, manteniendo consistencia con la nueva paleta.

X-Lovable-Edit-ID: edt-9c4ada85-9744-4d48-8971-fa75ea335376
2026-03-05 18:34:56 +00:00
gpt-engineer-app[bot]
fd287e5b42 Changes 2026-03-05 18:34:55 +00:00
gpt-engineer-app[bot]
0727c08da4 Reverted to commit 33a6ae958f 2026-03-05 18:31:55 +00:00
gpt-engineer-app[bot]
f4b70e2ed8 Cambió paleta a modo oscuro
Actualizó src/index.css para activar tema oscuro por defecto con fondo oscuro, ajustes de colores, gradientes y sombras. Mantiene compatibilidad con otros tokens y adapta sombras y acentos a la nueva paleta azul.

X-Lovable-Edit-ID: edt-eed642ba-55a7-4ab0-bdda-669928182bff
2026-03-05 18:26:52 +00:00
gpt-engineer-app[bot]
e34d92ae59 Changes 2026-03-05 18:26:51 +00:00
gpt-engineer-app[bot]
33a6ae958f Cambié paleta a nueva gama
Atualicé la paleta de colores a Egyptian Blue, Slate Indigo y Baby Blue Ice en index.css y tailwind.config.ts, ajustando variables de fondo, primarias/secundarias, acentos y sombras. También actualicé gradientes y modo oscuro para coincidir con la nueva temática.

X-Lovable-Edit-ID: edt-1fb2d9b6-98df-4d55-87e2-66da9832fd56
2026-03-05 18:25:23 +00:00
gpt-engineer-app[bot]
3285f2d866 Changes 2026-03-05 18:25:22 +00:00
Ichitux
3ad7f53326 Update event details for ZoukLambadaBCN Beach Festival 2026-03-05 17:13:05 +01:00
gpt-engineer-app[bot]
906c4c7b9f Full LambadaBCN site built
Implemented a complete event landing page with editable data model, Patreon-like structure:
- Added modular React components for hero, about, organizers, staff, schedule, booking, hotels, practical info, gallery, and footer
- Integrated webhook-enabled booking form with validation and loading/error states
- Created data-driven content file (src/data/event-data.ts) to drive all sections (staff, schedule, hotels, etc.)
- Wired up responsive, mobile-first layout with tropical theme and smooth interactions
- Added images as assets and placeholder data for editable fields
- Implemented sticky navbar, floating reserve button, and scroll/anim transitions
- Prepared for n8n webhook integration with clear comments and example URL
- Updated global styles (Tailwind) and components (buttons, icons) to support new UI
- Updated index.html and project structure for static hosting compatibility

X-Lovable-Edit-ID: edt-6304ebcd-1b8b-4c6d-a441-4b12094846f1
2026-03-05 15:50:22 +00:00
gpt-engineer-app[bot]
a11683b7dc Changes 2026-03-05 15:50:22 +00:00
Lovable
b331aa1a7d template: new_style_vite_react_shadcn_ts_testing_2026-01-08 2025-01-01 00:00:00 +00:00