feat: Enhance UX with animations, loaders, fixes, and doc updates
- Animations: Added global page transitions and smooth sidebar toggle - Loaders: Implemented branded Loader component and page loading states - Fixes: Resolved hook order violations in Maps/Dashboard; fixed Layout import - Docs: Updated README with correct demo credentials and feature list
This commit is contained in:
+11
-11
@@ -5,27 +5,27 @@
|
||||
<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>
|
||||
<title>LynkedUp Pro - Next Gen Roofing CRM</title>
|
||||
<meta name="description"
|
||||
content="The all-in-one geospatial platform for Plano roofing agents. Features real-time mapping, AI scheduling concierge, and instant property insights." />
|
||||
content="The all-in-one geospatial platform for roofing professionals. Features real-time mapping, AI diagnoses, and instant estimates using LiDAR technology." />
|
||||
<meta name="theme-color" content="#09090b" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://plano-realty-crm.vercel.app/" />
|
||||
<meta property="og:site_name" content="Plano Realty CRM" />
|
||||
<meta property="og:title" content="Plano Realty CRM | AI-Powered Roofing Operations" />
|
||||
<meta property="og:url" content="https://lynkedup-pro.netlify.app/" />
|
||||
<meta property="og:site_name" content="LynkedUp Pro" />
|
||||
<meta property="og:title" content="LynkedUp Pro | AI-Powered Roofing Operations" />
|
||||
<meta property="og:description"
|
||||
content="The all-in-one geospatial platform for Plano roofing agents. Features real-time mapping, AI scheduling concierge, and instant property insights." />
|
||||
<meta property="og:image" content="https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1200" />
|
||||
content="The all-in-one geospatial platform for roofing professionals. Features real-time mapping, AI diagnoses, and instant estimates using LiDAR technology." />
|
||||
<meta property="og:image" content="/og-logo.png" />
|
||||
|
||||
<!-- 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 | AI-Powered Roofing Operations" />
|
||||
<meta property="twitter:url" content="https://lynkedup-pro.netlify.app/" />
|
||||
<meta property="twitter:title" content="LynkedUp Pro | AI-Powered Roofing Operations" />
|
||||
<meta property="twitter:description"
|
||||
content="The all-in-one geospatial platform for Plano roofing agents. Features real-time mapping, AI scheduling concierge, and instant property insights." />
|
||||
<meta property="twitter:image" content="https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1200" />
|
||||
content="The all-in-one geospatial platform for roofing professionals. Features real-time mapping, AI diagnoses, and instant estimates using LiDAR technology." />
|
||||
<meta property="twitter:image" content="/og-logo.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user