Instalaciones García: Engineered for Speed
This project serves as the public frontend interface for Instalaciones García’s, a leading electrical and industrial services company. The primary objective is to convert visitors into potential clients through a premium, ultra-fast, and reliable User Experience (UX).
// TECHNICAL ARCHITECTURE
- Astro Islands: The site is heavily served as static HTML. Only the interactive “islands” (complex React components) load JavaScript, drastically reducing the bundle size and achieving initial loads close to 0ms.
- View Transitions: Client-side routing is handled via Astro’s View Transitions, enabling fluid navigation between pages without full browser reloads, preserving animation states and reducing data consumption.
- Lazy Loading: All non-critical resources for the First Contentful Paint are aggressively lazy-loaded.
>> CORE OBJECTIVES
- Extreme Velocity: 0ms load architectures using Astro.
- Premium Aesthetics: High-end visual design with fluid animations and Glassmorphism.
- Optimized SEO: Static Site Generation (SSG) for maximum indexability.
- High Interactivity: Complex React components hydrated strictly on demand.