Files
LynkedUpPro_CRM/index.html
T
Satyam 8a749d3041 feat: Release CRM V2 (Clean History)
Squashed commits for V2 release including Dark Mode, Chatbot, and Landing Page enhancements.
2026-02-01 03:50:43 +05:30

34 lines
1.5 KiB
HTML

<!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>