Commit Graph

5 Commits

Author SHA1 Message Date
Gestoría LP
5b7cff8001 fix: cache-bust CSS con query string ?v=20260302
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 06:11:16 +00:00
Gestoría LP
693a3f616d fix: all service pages showing doble_nacionalidad content
The foreach loop in header.php used $slug and $servicio as loop
variables, which overwrote the same-named variables set by
servicio.php. After the loop, both variables held the last service
(doble_nacionalidad), so every service page rendered that content.

Renamed loop variables to $_nav_slug and $_nav_srv to avoid collision.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 04:13:46 +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
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