Landing page para contabeto.zxy.vc
index.html— Landing page principal (single-file, no dependencies)
- ✅ Mobile-first responsive design
- ✅ WhatsApp CTA integrado (+52 477 337 4008)
- ✅ Planes de precios ($299, $599, $999)
- ✅ FAQ section
- ✅ Sin dependencias externas (excepto Google Fonts)
- ✅ SEO básico con Open Graph tags
# Crear repo y subir
cd ~/.openclaw/workspace/proyectos/contabeto/landing
git init
git add .
git commit -m "Initial landing page"
gh repo create zxy-ventures/contabeto-landing --public
git push -u origin main
# Configurar custom domain en GitHub Pages settings
# Agregar CNAME: contabeto.zxy.vc- Subir a GitHub/GitLab
- Conectar con Cloudflare Pages
- Configurar custom domain
npm i -g vercel
vercel --prod
# Configurar custom domain en dashboardSubir index.html a cualquier servidor web estático.
El CNAME contabeto ya está configurado apuntando a zxy.vc.
Para usar con GitHub Pages, cambiar a:
contabeto CNAME <username>.github.io
Buscar y reemplazar 524773374008 con el nuevo número.
Modificar variables CSS en :root:
--primary: #25D366; /* Verde WhatsApp */
--primary-dark: #128C7E;
--dark: #1a1a2e;Agregar antes de </head>:
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXX"></script>- Agregar logo/imagen de Beto
- Agregar testimoniales cuando tengamos clientes
- Agregar video demo
- Configurar Google Analytics
- Agregar schema.org markup para SEO