feat: Release CRM V2 (Clean History)

Squashed commits for V2 release including Dark Mode, Chatbot, and Landing Page enhancements.
This commit is contained in:
Satyam
2026-02-01 03:49:20 +05:30
commit 8a749d3041
42 changed files with 12518 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Plano Realty CRM</title>
<meta name="description"
content="Next-Gen Real Estate Management Platform with AI Insights and Interactive Mapping." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://plano-realty-crm.vercel.app/" />
<meta property="og:title" content="Plano Realty CRM - Future of Real Estate" />
<meta property="og:description"
content="Experience the future of property management with our AI-driven insights, interactive 3D mapping, and seamless field agent coordination." />
<meta property="og:image" content="https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1200" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://plano-realty-crm.vercel.app/" />
<meta property="twitter:title" content="Plano Realty CRM - Future of Real Estate" />
<meta property="twitter:description"
content="Experience the future of property management with our AI-driven insights, interactive 3D mapping, and seamless field agent coordination." />
<meta property="twitter:image" content="https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1200" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>