Auto Agent Services
Upgrade: IDR pricing, WA CTA, Client Acquisition Engine + Retention System
e00f73d | <html lang="id"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Auto Agent Services — AI Automation Agency Indonesia</title> | |
| <meta name="description" content="Layanan AI automation untuk bisnis Indonesia. Lead response, content generation, invoice processing, review management, customer support. Harga flat-rate dalam Rupiah." /> | |
| <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🤖</text></svg>" /> | |
| <style> | |
| :root { | |
| --bg: #0b0d11; | |
| --bg-card: #131520; | |
| --bg-hover: #1a1d2e; | |
| --border: #232738; | |
| --primary: #6c5ce7; | |
| --primary-glow: rgba(108,92,231,0.25); | |
| --accent: #00d2b8; | |
| --wa: #25d366; | |
| --wa-dim: rgba(37,211,102,0.15); | |
| --accent-dim: rgba(0,210,184,0.15); | |
| --text: #e8eaf0; | |
| --text-dim: #8a8fa8; | |
| --text-muted: #5a5f7a; | |
| --gradient-1: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%); | |
| --gradient-wa: linear-gradient(135deg, #25d366 0%, #128C7E 100%); | |
| } | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| html { scroll-behavior: smooth; } | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; | |
| background: var(--bg); | |
| color: var(--text); | |
| line-height: 1.6; | |
| } | |
| .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } | |
| /* HEADER */ | |
| header { | |
| border-bottom: 1px solid var(--border); | |
| padding: 16px 0; | |
| position: sticky; | |
| top: 0; | |
| background: rgba(11,13,17,0.9); | |
| backdrop-filter: blur(12px); | |
| z-index: 100; | |
| } | |
| header .container { | |
| display: flex; | |
| align-items: center; | |
| justify-content: space-between; | |
| } | |
| .logo { | |
| display: flex; | |
| align-items: center; | |
| gap: 10px; | |
| font-weight: 700; | |
| font-size: 1.2rem; | |
| text-decoration: none; | |
| color: var(--text); | |
| } | |
| .logo span { background: var(--gradient-1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } | |
| .lang-badge { | |
| font-size: 0.65rem; | |
| padding: 2px 8px; | |
| border-radius: 4px; | |
| background: rgba(255,255,255,0.1); | |
| color: var(--text-dim); | |
| margin-left: 8px; | |
| } | |
| nav a { | |
| color: var(--text-dim); | |
| text-decoration: none; | |
| font-size: 0.9rem; | |
| margin-left: 24px; | |
| transition: color 0.2s; | |
| } | |
| nav a:hover { color: var(--text); } | |
| nav a.wa-nav { | |
| color: var(--wa); | |
| font-weight: 600; | |
| } | |
| nav a.wa-nav:hover { color: #4ade80; } | |
| /* HERO */ | |
| .hero { | |
| padding: 80px 0 60px; | |
| text-align: center; | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .hero::before { | |
| content: ''; | |
| position: absolute; | |
| top: -50%; | |
| left: 50%; | |
| width: 600px; | |
| height: 600px; | |
| background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%); | |
| transform: translate(-50%, -30%); | |
| pointer-events: none; | |
| } | |
| .hero h1 { | |
| font-size: 3rem; | |
| font-weight: 800; | |
| line-height: 1.2; | |
| margin-bottom: 16px; | |
| position: relative; | |
| } | |
| .hero h1 span { background: var(--gradient-1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } | |
| .hero p { | |
| font-size: 1.15rem; | |
| color: var(--text-dim); | |
| max-width: 640px; | |
| margin: 0 auto 32px; | |
| position: relative; | |
| } | |
| .hero-cta { | |
| display: inline-flex; | |
| align-items: center; | |
| gap: 12px; | |
| padding: 14px 36px; | |
| border-radius: 12px; | |
| font-weight: 600; | |
| font-size: 1rem; | |
| text-decoration: none; | |
| position: relative; | |
| background: var(--gradient-1); | |
| color: #fff; | |
| transition: transform 0.2s, box-shadow 0.2s; | |
| } | |
| .hero-cta:hover { | |
| transform: translateY(-2px); | |
| box-shadow: 0 8px 30px var(--primary-glow); | |
| } | |
| .hero-cta.wa { | |
| background: var(--gradient-wa); | |
| margin-left: 12px; | |
| } | |
| .hero-cta.wa:hover { | |
| box-shadow: 0 8px 30px var(--wa-dim); | |
| } | |
| .hero-badges { | |
| display: flex; | |
| justify-content: center; | |
| gap: 8px; | |
| margin-top: 16px; | |
| flex-wrap: wrap; | |
| } | |
| .hero-badges span { | |
| font-size: 0.75rem; | |
| padding: 4px 12px; | |
| border-radius: 20px; | |
| background: var(--accent-dim); | |
| color: var(--accent); | |
| } | |
| .hero-stats { | |
| display: flex; | |
| justify-content: center; | |
| gap: 48px; | |
| margin-top: 48px; | |
| position: relative; | |
| } | |
| .hero-stats div { text-align: center; } | |
| .hero-stats strong { | |
| display: block; | |
| font-size: 1.8rem; | |
| font-weight: 800; | |
| background: var(--gradient-1); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| } | |
| .hero-stats span { | |
| font-size: 0.85rem; | |
| color: var(--text-muted); | |
| } | |
| /* SECTION */ | |
| section { padding: 60px 0; } | |
| .section-label { | |
| display: inline-block; | |
| font-size: 0.75rem; | |
| font-weight: 600; | |
| text-transform: uppercase; | |
| letter-spacing: 1.5px; | |
| color: var(--accent); | |
| margin-bottom: 8px; | |
| } | |
| .section-title { | |
| font-size: 2rem; | |
| font-weight: 700; | |
| margin-bottom: 12px; | |
| } | |
| .section-desc { | |
| color: var(--text-dim); | |
| max-width: 600px; | |
| margin-bottom: 40px; | |
| } | |
| /* SERVICES GRID */ | |
| .services-grid { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); | |
| gap: 20px; | |
| } | |
| .service-card { | |
| background: var(--bg-card); | |
| border: 1px solid var(--border); | |
| border-radius: 16px; | |
| padding: 28px; | |
| transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; | |
| } | |
| .service-card:hover { | |
| border-color: var(--primary); | |
| transform: translateY(-3px); | |
| box-shadow: 0 8px 32px rgba(0,0,0,0.3); | |
| } | |
| .service-card .icon { | |
| font-size: 2rem; | |
| margin-bottom: 12px; | |
| } | |
| .service-card h3 { | |
| font-size: 1rem; | |
| font-weight: 700; | |
| margin-bottom: 4px; | |
| } | |
| .service-card .tagline { | |
| font-size: 0.85rem; | |
| color: var(--text-dim); | |
| margin-bottom: 12px; | |
| } | |
| .service-card .price-row { | |
| display: flex; | |
| align-items: center; | |
| gap: 8px; | |
| margin-bottom: 12px; | |
| flex-wrap: wrap; | |
| } | |
| .service-card .price { | |
| display: inline-block; | |
| font-size: 0.85rem; | |
| font-weight: 700; | |
| color: var(--accent); | |
| padding: 4px 12px; | |
| border-radius: 6px; | |
| background: var(--accent-dim); | |
| } | |
| .service-card .price-idr { | |
| display: inline-block; | |
| font-size: 0.8rem; | |
| font-weight: 600; | |
| color: var(--text-dim); | |
| padding: 4px 10px; | |
| border-radius: 6px; | |
| background: rgba(255,255,255,0.05); | |
| } | |
| .service-card .features { | |
| list-style: none; | |
| font-size: 0.85rem; | |
| } | |
| .service-card .features li { | |
| padding: 4px 0; | |
| color: var(--text-dim); | |
| } | |
| .service-card .features li::before { | |
| content: '✓ '; | |
| color: var(--accent); | |
| font-weight: 700; | |
| } | |
| .service-card .badge-new { | |
| font-size: 0.65rem; | |
| font-weight: 700; | |
| text-transform: uppercase; | |
| letter-spacing: 0.5px; | |
| padding: 2px 8px; | |
| border-radius: 4px; | |
| background: var(--primary-glow); | |
| color: var(--primary); | |
| margin-left: 8px; | |
| } | |
| .service-card .badge-system { | |
| font-size: 0.65rem; | |
| font-weight: 700; | |
| text-transform: uppercase; | |
| letter-spacing: 0.5px; | |
| padding: 2px 8px; | |
| border-radius: 4px; | |
| background: var(--wa-dim); | |
| color: var(--wa); | |
| margin-left: 8px; | |
| } | |
| /* HOW IT WORKS */ | |
| .steps { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); | |
| gap: 24px; | |
| } | |
| .step { | |
| text-align: center; | |
| padding: 24px; | |
| } | |
| .step .num { | |
| display: inline-flex; | |
| align-items: center; | |
| justify-content: center; | |
| width: 48px; | |
| height: 48px; | |
| border-radius: 50%; | |
| background: var(--primary-glow); | |
| color: var(--primary); | |
| font-weight: 800; | |
| font-size: 1.2rem; | |
| margin-bottom: 12px; | |
| } | |
| .step h4 { margin-bottom: 6px; } | |
| .step p { font-size: 0.85rem; color: var(--text-dim); } | |
| /* PRICING */ | |
| .pricing-grid { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); | |
| gap: 20px; | |
| } | |
| .pricing-card { | |
| background: var(--bg-card); | |
| border: 1px solid var(--border); | |
| border-radius: 16px; | |
| padding: 28px; | |
| text-align: center; | |
| transition: border-color 0.2s, transform 0.2s; | |
| } | |
| .pricing-card.featured { | |
| border-color: var(--primary); | |
| position: relative; | |
| } | |
| .pricing-card.featured::before { | |
| content: 'POPULAR'; | |
| position: absolute; | |
| top: -10px; | |
| left: 50%; | |
| transform: translateX(-50%); | |
| background: var(--gradient-1); | |
| color: #fff; | |
| font-size: 0.7rem; | |
| font-weight: 700; | |
| letter-spacing: 1px; | |
| padding: 4px 16px; | |
| border-radius: 20px; | |
| } | |
| .pricing-card h3 { font-size: 1rem; margin-bottom: 4px; } | |
| .pricing-card .p-sub { font-size: 0.85rem; color: var(--text-dim); margin-bottom: 16px; } | |
| .pricing-card .amount { | |
| font-size: 2.2rem; | |
| font-weight: 800; | |
| margin-bottom: 4px; | |
| } | |
| .pricing-card .amount-idr { | |
| font-size: 0.9rem; | |
| color: var(--accent); | |
| margin-bottom: 4px; | |
| font-weight: 600; | |
| } | |
| .pricing-card .period { | |
| font-size: 0.85rem; | |
| color: var(--text-muted); | |
| margin-bottom: 20px; | |
| } | |
| .pricing-card .features { | |
| list-style: none; | |
| text-align: left; | |
| font-size: 0.85rem; | |
| margin-bottom: 24px; | |
| } | |
| .pricing-card .features li { | |
| padding: 6px 0; | |
| color: var(--text-dim); | |
| } | |
| .pricing-card .features li::before { | |
| content: '✓ '; | |
| color: var(--accent); | |
| font-weight: 700; | |
| } | |
| .pricing-cta { | |
| display: block; | |
| padding: 12px; | |
| border-radius: 10px; | |
| font-weight: 600; | |
| text-decoration: none; | |
| transition: background 0.2s; | |
| } | |
| .pricing-cta.primary-cta { | |
| background: var(--gradient-1); | |
| color: #fff; | |
| } | |
| .pricing-cta.primary-cta:hover { opacity: 0.9; } | |
| .pricing-cta.secondary-cta { | |
| background: var(--bg-hover); | |
| color: var(--text); | |
| border: 1px solid var(--border); | |
| } | |
| .pricing-cta.secondary-cta:hover { background: var(--border); } | |
| .pricing-cta.wa-cta { | |
| background: var(--gradient-wa); | |
| color: #fff; | |
| } | |
| .pricing-cta.wa-cta:hover { opacity: 0.9; } | |
| /* WA FLOATING */ | |
| .wa-float { | |
| position: fixed; | |
| bottom: 24px; | |
| right: 24px; | |
| z-index: 999; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| width: 56px; | |
| height: 56px; | |
| border-radius: 50%; | |
| background: var(--gradient-wa); | |
| color: #fff; | |
| font-size: 1.6rem; | |
| text-decoration: none; | |
| box-shadow: 0 4px 20px rgba(37,211,102,0.4); | |
| transition: transform 0.2s, box-shadow 0.2s; | |
| } | |
| .wa-float:hover { | |
| transform: scale(1.1); | |
| box-shadow: 0 6px 28px rgba(37,211,102,0.6); | |
| } | |
| .wa-float-label { | |
| position: fixed; | |
| bottom: 38px; | |
| right: 90px; | |
| z-index: 999; | |
| background: var(--bg-card); | |
| border: 1px solid var(--border); | |
| padding: 8px 14px; | |
| border-radius: 8px; | |
| font-size: 0.8rem; | |
| color: var(--text-dim); | |
| pointer-events: none; | |
| } | |
| /* CTA SECTION */ | |
| .cta-section { | |
| text-align: center; | |
| padding: 80px 0; | |
| position: relative; | |
| } | |
| .cta-section::before { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| left: 50%; | |
| width: 400px; | |
| height: 1px; | |
| background: linear-gradient(90deg, transparent, var(--primary), transparent); | |
| transform: translateX(-50%); | |
| } | |
| .cta-section h2 { font-size: 2rem; margin-bottom: 12px; } | |
| .cta-section p { color: var(--text-dim); margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; } | |
| .cta-buttons { | |
| display: flex; | |
| justify-content: center; | |
| gap: 16px; | |
| flex-wrap: wrap; | |
| } | |
| .cta-btn { | |
| display: inline-flex; | |
| align-items: center; | |
| gap: 8px; | |
| padding: 12px 32px; | |
| border-radius: 10px; | |
| font-weight: 600; | |
| text-decoration: none; | |
| transition: transform 0.2s; | |
| } | |
| .cta-btn:hover { transform: translateY(-2px); } | |
| .cta-btn.primary { background: var(--gradient-1); color: #fff; } | |
| .cta-btn.wa { background: var(--gradient-wa); color: #fff; } | |
| .cta-btn.secondary { border: 1px solid var(--border); color: var(--text); } | |
| .cta-btn.secondary:hover { background: var(--bg-hover); } | |
| .cta-btn .wa-icon { font-size: 1.2rem; } | |
| /* FOOTER */ | |
| footer { | |
| border-top: 1px solid var(--border); | |
| padding: 32px 0; | |
| text-align: center; | |
| color: var(--text-muted); | |
| font-size: 0.85rem; | |
| } | |
| footer a { color: var(--text-dim); text-decoration: none; } | |
| footer a:hover { color: var(--text); } | |
| footer .flag { display: inline-block; margin: 0 4px; } | |
| @media (max-width: 768px) { | |
| .hero h1 { font-size: 2rem; } | |
| .hero-stats { gap: 24px; flex-wrap: wrap; } | |
| .services-grid { grid-template-columns: 1fr; } | |
| nav a { margin-left: 12px; font-size: 0.8rem; } | |
| .wa-float-label { display: none; } | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- HEADER --> | |
| <header> | |
| <div class="container"> | |
| <a href="#" class="logo"> | |
| 🤖 <span>auto agent.</span> | |
| <span class="lang-badge">🇮🇩 ID</span> | |
| </a> | |
| <nav> | |
| <a href="#services">Services</a> | |
| <a href="#system">System</a> | |
| <a href="#pricing">Pricing</a> | |
| <a href="https://wa.me/6281234567890?text=Halo%20Auto%20Agent%20Services!%20Saya%20tertarik%20dengan%20layanan%20automation." class="wa-nav" target="_blank">💬 WhatsApp</a> | |
| </nav> | |
| </div> | |
| </header> | |
| <!-- HERO --> | |
| <section class="hero"> | |
| <div class="container"> | |
| <h1> | |
| AI <span>Automation</span> as a Service<br /> | |
| untuk Bisnis <span>Indonesia</span> | |
| </h1> | |
| <p> | |
| Deploy production-ready n8n workflows dalam 24 jam. Lead generation, content creation, | |
| customer support, invoice processing — harga flat-rate dalam Rupiah, tanpa kontrak. | |
| </p> | |
| <div style="display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative;"> | |
| <a href="#pricing" class="hero-cta">Lihat Paket →</a> | |
| <a href="https://wa.me/6281234567890?text=Halo%20Auto%20Agent%20Services!%20Saya%20tertarik%20dengan%20layanan%20automation." class="hero-cta wa" target="_blank">💬 Konsultasi Gratis via WA</a> | |
| </div> | |
| <div class="hero-badges"> | |
| <span>🇮🇩 Fokus Indonesia</span> | |
| <span>💰 Harga Rupiah</span> | |
| <span>⚡ 24 Jam Deploy</span> | |
| <span>🔄 Month-to-Month</span> | |
| <span>🤖 16 Workflows</span> | |
| </div> | |
| <div class="hero-stats"> | |
| <div><strong>16</strong><span>Workflows Siap Pakai</span></div> | |
| <div><strong>9</strong><span>Services</span></div> | |
| <div><strong>24 Jam</strong><span>Time to Deploy</span></div> | |
| <div><strong>Rp 750rb</strong><span>Mulai dari</span></div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- SERVICES --> | |
| <section id="services"> | |
| <div class="container"> | |
| <span class="section-label">Services</span> | |
| <h2 class="section-title">Production Automation Workflows</h2> | |
| <p class="section-desc"> | |
| Setiap workflow fully managed, hosted di dedicated infrastructure, dengan monitoring, | |
| alerts, dan weekly optimization reports. Harga dalam Rupiah — tanpa biaya tersembunyi. | |
| </p> | |
| <div class="services-grid"> | |
| <div class="service-card"> | |
| <div class="icon">🤖</div> | |
| <h3>AI Lead Response System <span class="badge-new">NEW</span></h3> | |
| <div class="tagline">24/7 lead capture dengan AI personalization</div> | |
| <div class="price-row"> | |
| <span class="price">$197/bln</span> | |
| <span class="price-idr">~Rp 3.150.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>Multi-channel: Email + SMS + Web</li> | |
| <li>AI-personalized replies by intent</li> | |
| <li>Slack/Telegram real-time notifications</li> | |
| <li>Lead scoring included</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">📧</div> | |
| <h3>AI Lead Follow-Up</h3> | |
| <div class="tagline">Automated 48h follow-up sequences</div> | |
| <div class="price-row"> | |
| <span class="price">$147/bln</span> | |
| <span class="price-idr">~Rp 2.350.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>3-touch sequence (Email → SMS → Email)</li> | |
| <li>Open/click tracking dashboard</li> | |
| <li>Auto-stop on reply</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">⚡</div> | |
| <h3>AI Lead Response v2 — Pro</h3> | |
| <div class="tagline">Enterprise lead engine with CRM sync</div> | |
| <div class="price-row"> | |
| <span class="price">$397/bln</span> | |
| <span class="price-idr">~Rp 6.350.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>CRM sync (HubSpot / Google Sheets)</li> | |
| <li>AI scoring & routing by intent</li> | |
| <li>SLA-based escalation</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">📝</div> | |
| <h3>AI Content Engine</h3> | |
| <div class="tagline">Auto-generate blog, social, newsletter</div> | |
| <div class="price-row"> | |
| <span class="price">$247/bln</span> | |
| <span class="price-idr">~Rp 3.950.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>Blog & newsletter AI generation</li> | |
| <li>Social media cross-posting</li> | |
| <li>Content calendar + scheduling</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">📄</div> | |
| <h3>AI Invoice Processor</h3> | |
| <div class="tagline">Extract & log invoice data automatically</div> | |
| <div class="price-row"> | |
| <span class="price">$197/bln</span> | |
| <span class="price-idr">~Rp 3.150.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>PDF/email invoice ingestion</li> | |
| <li>AI data extraction (vendor, amount, items)</li> | |
| <li>Google Sheets / Airtable sync</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">⭐</div> | |
| <h3>AI Review Responder</h3> | |
| <div class="tagline">Auto-reply Google, Yelp, Facebook reviews</div> | |
| <div class="price-row"> | |
| <span class="price">$147/bln</span> | |
| <span class="price-idr">~Rp 2.350.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>Google + Yelp + Facebook monitoring</li> | |
| <li>AI replies with brand voice</li> | |
| <li>Sentiment alerts for negative reviews</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">🎧</div> | |
| <h3>AI Customer Support Pipeline</h3> | |
| <div class="tagline">AI ticket triage, auto-reply, escalation</div> | |
| <div class="price-row"> | |
| <span class="price">$297/bln</span> | |
| <span class="price-idr">~Rp 4.750.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>Email + web form ingestion</li> | |
| <li>AI classification & auto-reply</li> | |
| <li>Human escalation with context</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">🔄</div> | |
| <h3>Client Acquisition Engine <span class="badge-system">SYSTEM</span></h3> | |
| <div class="tagline">8-workflow AI lead gen & outreach system</div> | |
| <div class="price-row"> | |
| <span class="price">$597/bln</span> | |
| <span class="price-idr">~Rp 9.550.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>ICP targeting & multi-source discovery</li> | |
| <li>AI enrichment, scoring & prioritization</li> | |
| <li>AI proposal generator (Claude AI)</li> | |
| <li>WhatsApp + Email multi-channel outreach</li> | |
| <li>Automated follow-up sequences</li> | |
| <li>Weekly pipeline reports</li> | |
| </ul> | |
| </div> | |
| <div class="service-card"> | |
| <div class="icon">📊</div> | |
| <h3>Client Retention System <span class="badge-system">SYSTEM</span></h3> | |
| <div class="tagline">14-milestone automated check-in cadence</div> | |
| <div class="price-row"> | |
| <span class="price">$297/bln</span> | |
| <span class="price-idr">~Rp 4.750.000/bln</span> | |
| </div> | |
| <ul class="features"> | |
| <li>Day 1 → Day 365 milestone automation</li> | |
| <li>WA + Email multi-channel check-ins</li> | |
| <li>Upsell detection (5 trigger signals)</li> | |
| <li>7 retention KPIs dashboard</li> | |
| <li>Pre-renewal & expansion alerts</li> | |
| <li>Automated satisfaction surveys</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- SYSTEM SECTION --> | |
| <section id="system"> | |
| <div class="container"> | |
| <span class="section-label">System</span> | |
| <h2 class="section-title">Full-Stack Automation Platform</h2> | |
| <p class="section-desc"> | |
| Bukan template — ini sistem lengkap yang berjalan di infrastructure kami. | |
| Dari lead discovery sampai client retention, semuanya terintegrasi. | |
| </p> | |
| <div class="steps"> | |
| <div class="step"> | |
| <div class="num">1</div> | |
| <h4>ICP & Discovery</h4> | |
| <p>Weekly lead discovery dari multiple sources + Hunter.io enrichment</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">2</div> | |
| <h4>Scoring & Prioritization</h4> | |
| <p>AI scoring (0-100) dari Claude — industry fit, size, budget, authority</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">3</div> | |
| <h4>AI Proposal Generation</h4> | |
| <p>Personalized proposal per lead — harga, ROI, CTA — by Claude AI</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">4</div> | |
| <h4>Multi-Channel Outreach</h4> | |
| <p>WhatsApp (via Fonnte) + Email (via SMTP) — terintegrasi CRM</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">5</div> | |
| <h4>Follow-Up Automation</h4> | |
| <p>3-touch sequence otomatis, reschedule by reply detection</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">6</div> | |
| <h4>Retention Cadence</h4> | |
| <p>14 milestones across 12 months — WA check-in otomatis</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- PROCESS --> | |
| <section> | |
| <div class="container"> | |
| <span class="section-label">Process</span> | |
| <h2 class="section-title">How It Works</h2> | |
| <p class="section-desc">Dari sign-up ke automation running — dalam 24 jam.</p> | |
| <div class="steps"> | |
| <div class="step"> | |
| <div class="num">1</div> | |
| <h4>Pilih Workflow</h4> | |
| <p>Pick any service atau request custom automation</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">2</div> | |
| <h4>Kami Deploy</h4> | |
| <p>Configure, test, deploy di infrastructure kami dalam 24 jam</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">3</div> | |
| <h4>Hand-off & Monitor</h4> | |
| <p>Dashboard access + 24/7 monitoring + weekly optimization</p> | |
| </div> | |
| <div class="step"> | |
| <div class="num">4</div> | |
| <h4>Scale</h4> | |
| <p>Tambah workflow, increase volume, custom-build — month-to-month</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- PRICING --> | |
| <section id="pricing"> | |
| <div class="container"> | |
| <span class="section-label">Pricing</span> | |
| <h2 class="section-title">Flat-Rate. Dalam Rupiah.</h2> | |
| <p class="section-desc"> | |
| Satu harga per bulan per workflow. Termasuk hosting, monitoring, dan optimasi mingguan. | |
| Harga dalam Rupiah — no hidden fees, no lock-in. | |
| </p> | |
| <div class="pricing-grid"> | |
| <div class="pricing-card"> | |
| <h3>Single Workflow</h3> | |
| <div class="p-sub">Satu automation service</div> | |
| <div class="amount">$147</div> | |
| <div class="amount-idr">Rp 2.350.000/bln</div> | |
| <div class="period">per month, flat rate</div> | |
| <ul class="features"> | |
| <li>1 automation workflow</li> | |
| <li>Dedicated n8n instance</li> | |
| <li>Weekly optimization reports</li> | |
| <li>24/7 monitoring & alerts</li> | |
| <li>Email support (24h response)</li> | |
| </ul> | |
| <a href="https://wa.me/6281234567890?text=Halo!%20Saya%20tertarik%20dengan%20paket%20Single%20Workflow%20($147/bln).%20Bisa%20diskusi?" class="pricing-cta primary-cta" target="_blank">💬 Ambil via WA</a> | |
| </div> | |
| <div class="pricing-card featured"> | |
| <h3>Growth Bundle</h3> | |
| <div class="p-sub">Up to 3 workflows</div> | |
| <div class="amount">$397</div> | |
| <div class="amount-idr">Rp 6.350.000/bln</div> | |
| <div class="period">per month, flat rate</div> | |
| <ul class="features"> | |
| <li>3 automation workflows</li> | |
| <li>Priority deployment (12h)</li> | |
| <li>Custom integrations</li> | |
| <li>Weekly strategy calls</li> | |
| <li>Priority support (4h response)</li> | |
| </ul> | |
| <a href="https://wa.me/6281234567890?text=Halo!%20Saya%20tertarik%20dengan%20paket%20Growth%20Bundle%20($397/bln).%20Bisa%20diskusi?" class="pricing-cta wa-cta" target="_blank">💬 Ambil via WA</a> | |
| </div> | |
| <div class="pricing-card"> | |
| <h3>Enterprise System</h3> | |
| <div class="p-sub">Client Acquisition + Retention</div> | |
| <div class="amount">$897</div> | |
| <div class="amount-idr">Rp 14.350.000/bln</div> | |
| <div class="period">full system deployment</div> | |
| <ul class="features"> | |
| <li>Client Acquisition Engine (8 workflows)</li> | |
| <li>Client Retention System (14 milestones)</li> | |
| <li>Google Sheets CRM + pipeline tracking</li> | |
| <li>AI proposal generator</li> | |
| <li>Dedicated account manager</li> | |
| <li>SLA guarantee (99.9%)</li> | |
| </ul> | |
| <a href="https://wa.me/6281234567890?text=Halo!%20Saya%20tertarik%20dengan%20paket%20Enterprise%20System%20($897/bln).%20Bisa%20diskusi?" class="pricing-cta primary-cta" target="_blank">💬 Konsultasi via WA</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA --> | |
| <section class="cta-section"> | |
| <div class="container"> | |
| <h2>Siap Automation Bisnis Anda?</h2> | |
| <p>First workflow running dalam 24 jam. No contracts. Month-to-month. Cancel anytime.</p> | |
| <div class="cta-buttons"> | |
| <a href="https://wa.me/6281234567890?text=Halo%20Auto%20Agent%20Services!%20Saya%20ingin%20konsultasi%20automation%20untuk%20bisnis%20saya." class="cta-btn wa" target="_blank"> | |
| <span class="wa-icon">💬</span> Konsultasi Gratis via WhatsApp | |
| </a> | |
| <a href="mailto:autoagent@ruang101.com" class="cta-btn secondary">✉️ Email: autoagent@ruang101.com</a> | |
| <a href="https://huggingface.co/ruang101" class="cta-btn secondary">🐗 HF Profile</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- FLOATING WA BUTTON --> | |
| <a href="https://wa.me/6281234567890?text=Halo%20Auto%20Agent%20Services!%20Saya%20tertarik%20dengan%20layanan%20automation." class="wa-float" target="_blank" title="Chat via WhatsApp">💬</a> | |
| <span class="wa-float-label">💬 Chat via WA</span> | |
| <!-- FOOTER --> | |
| <footer> | |
| <div class="container"> | |
| <p> | |
| Powered by n8n · Hosted on HuggingFace · 🇮🇩 Dibangun untuk bisnis Indonesia | |
| </p> | |
| <p style="margin-top: 8px;"> | |
| © 2026 autoagent.services — AI Automation Agency · <a href="mailto:autoagent@ruang101.com">Contact</a> | |
| </p> | |
| </div> | |
| </footer> | |
| </body> | |
| </html> | |