Commit Graph

8 Commits

Author SHA1 Message Date
Gestoría LP
7fbdbcb597 fix: dropdown service links not working from navbar
The smooth scroll handler was intercepting clicks on the "Servicios"
dropdown toggle link (href="#servicios"), which on the landing page
would find the #servicios section and call closeMenu(), immediately
closing the menu before the user could click any service link.

Fix: skip dropdown toggle links in smooth scroll handler, make
dropdown toggle work via click on all devices (not just CSS :hover).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 04:11:59 +00:00
Gestoría LP
10f0c25f74 redesign: dark premium theme matching logo identity
Replace navy blue/gold color scheme with dark backgrounds (#0a0a0a, #111, #1a1a1a)
and silver/platinum metallic accents (#c0c0c0, #d4d4d4, #e8e8e8) to match the
LP logo's chrome/silver gradient aesthetic. All sections (navbar, hero, service
cards, values, testimonials, contact, footer, forms, confirmation page) updated
for luxury dark theme with subtle silver glow effects and metallic gradients.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 03:59:45 +00:00
Gestoría LP
5c14c471fe fix: update contact info, logo, remove address/map
- Phone: +52 1 664 302 8119
- Email: liliana.paez@lpgestoria.com
- WhatsApp: 5216643028119
- Added logo image
- Removed address and Google Maps
- Configured real DB, SMTP, and WhatsApp credentials

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 03:53:18 +00:00
Gestoría LP
660d41fb31 feat: admin dashboard with stats and recent activity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:21:58 +00:00
Gestoría LP
fbf1b31dc0 feat: admin panel login, layout, and styles
Add the admin CRM panel foundation including:
- Login/logout authentication flow with CSRF protection
- Sidebar layout with navigation for all CRM modules
- Comprehensive admin.css (1680+ lines) with components for
  cards, tables, badges, forms, buttons, alerts, modals,
  pagination, search, responsive breakpoints, and print styles
- admin.js with sidebar toggle, confirm dialogs, auto-dismiss
  alerts, and table search filtering

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:19:09 +00:00
Gestoría LP
0ef344b67a feat: form submission handler with email + WhatsApp notifications
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:11:42 +00:00
Gestoría LP
aacdcb92f7 feat: dynamic service pages with custom forms
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 00:09:09 +00:00
Gestoría LP
8280d59d84 feat: public site landing page with header, footer, styles
- Header with fixed navbar, responsive mobile menu, services dropdown
- Landing page with hero, services grid, value propositions, testimonials, contact
- Comprehensive CSS (1300+ lines): navy/gold brand colors, custom properties,
  responsive breakpoints, card hover effects, form styles, print & a11y
- Footer with 3-column layout, contact info, social links
- JS: hamburger toggle, smooth scroll, navbar scroll effect, scroll animations

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 23:59:13 +00:00