index.html 1.3 KB

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>ShopCall.ai - AI Phone Support That Never Sleeps</title>
  7. <meta name="description" content="Transform your e-commerce customer service with AI that handles calls in 50+ languages, reduces costs by 78%, and provides 24/7 support." />
  8. <meta name="author" content="ShopCall.ai" />
  9. <meta name="keywords" content="AI phone support, e-commerce customer service, multilingual AI, automated customer support, 24/7 phone support, AI call center, e-commerce automation" />
  10. <!-- icon for favicon -->
  11. <link rel="icon" href="/og-image.png" type="image/png" />
  12. <meta property="og:title" content="ShopCall.ai - AI Phone Support That Never Sleeps" />
  13. <meta property="og:description" content="Transform your e-commerce customer service with AI that handles calls in 50+ languages, reduces costs by 78%, and provides 24/7 support." />
  14. <meta property="og:type" content="website" />
  15. <meta property="og:url" content="https://shopcall.ai" />
  16. <meta property="og:image" content="/og-image.png" />
  17. </head>
  18. <body>
  19. <div id="root"></div>
  20. <script type="module" src="/src/main.tsx"></script>
  21. </body>
  22. </html>