Conversion-focused digital agency landing page built with React + Vite.
Services showcased: Web Development, Chatbots, and Business Automation.
- Production: https://abello-r.github.io/KopaStudio/
- Presents Kopa Studio’s offer with a clear mobile-first conversion flow.
- Balances trust (process, guarantee, FAQ) with direct CTAs.
- Includes SEO/share metadata for better visibility on WhatsApp/social previews.
- Hero + primary CTAs
- New client promo card
- Benefits
- Audience fit (ideal / not ideal)
- Pricing
- Process
- Guarantee
- FAQ
- Contact
- Legal pages
- React
- Vite
- CSS (custom, no UI framework)
landing-servicios/
├─ src/
│ ├─ App.jsx # Main content and section composition
│ ├─ App.css # Layout, components, responsive rules
│ ├─ index.css # Global styles
│ └─ main.jsx
├─ public/
│ ├─ favicon.svg
│ ├─ og-kopastudio.jpg
│ ├─ aviso-legal.html
│ ├─ politica-privacidad.html
│ └─ politica-cookies.html
├─ index.html # SEO + Open Graph metadata
└─ vite.config.jscd landing-servicios
npm install
npm run devcd landing-servicios
npm run build
npm run previewcd landing-servicios
npm run deployOpen Graph + Twitter metadata is configured in landing-servicios/index.html.
Preview image used when sharing:
landing-servicios/public/og-kopastudio.jpg
- Topics:
landing,automation,business - Homepage: https://abello-r.github.io/KopaStudio/
- Default branch:
master
