Felipe Arentsen 76b39b2b61 feat: rewrite landing page copy with manifesto tone and impact-driven messaging
Replace generic corporate copy with a cohesive narrative built around
"innovation as our game" — strategic, bold, and result-oriented.
Capabilities now speak to business impact, not technical features.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 17:06:36 -06:00
2026-03-14 12:20:32 -06:00
2026-03-14 12:20:32 -06:00

FIT Labs — fitlabs.dev

Landing page de FIT Labs, la incubadora de innovacion de FactorIT.

Stack

  • Astro 6 — Static site generator
  • Tailwind CSS 4 — Styling
  • Docker + nginx — Deployment
  • Coolify — Hosting

Desarrollo

npm install
npm run dev        # http://localhost:4321
npm run build      # Output en ./dist/
npm run preview    # Preview del build

Deploy

El sitio se despliega en Coolify desde el repo de Gitea.

git push origin master
# Deploy automatico o manual desde Coolify dashboard

Estructura

src/
  layouts/Layout.astro       # Base HTML, SEO, fonts
  components/
    Navbar.astro             # Navbar sticky con menu mobile
    Hero.astro               # Hero con gradient mesh animado
    About.astro              # Seccion "Que es FIT Labs"
    Capabilities.astro       # 5 capacidades de IA
    Differentiator.astro     # Diferenciador con valores
    Contact.astro            # CTA con mailto
    Footer.astro             # Footer con links
  pages/index.astro          # Pagina principal
  styles/global.css          # Tailwind + animaciones custom
public/
  LogoFIT1.png               # Logo FIT Labs
  favicon.svg                # Favicon
nginx/nginx.conf             # Config nginx para produccion
Dockerfile                   # Multi-stage build
Description
FIT Labs - Incubadora de innovación de FactorIT
Readme 114 KiB
Languages
Astro 88.9%
CSS 8.5%
Dockerfile 1.3%
JavaScript 1.3%