|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <meta name="application-name" content="ClaimDesk Live"> |
7 | | - <meta name="author" content="MappTech"> |
| 6 | + <meta name="application-name" content="tanstack-router-cache demo"> |
8 | 7 | <meta |
9 | 8 | name="keywords" |
10 | | - content="ClaimDesk Live, claims workspace, insurance adjusters, route cache, TanStack Router, tanstack-router-cache" |
| 9 | + content="TanStack Router, route cache, view cache, tanstack-router-cache" |
11 | 10 | > |
12 | 11 | <meta name="robots" content="index, follow"> |
13 | | - <meta name="theme-color" content="#14312d"> |
| 12 | + <meta name="theme-color" content="#111827"> |
14 | 13 | <meta |
15 | 14 | name="description" |
16 | | - content="ClaimDesk Live is an interactive route-cache demo that keeps insurance claim notes, repair partners, and customer workspaces ready while adjusters move between pages." |
| 15 | + content="Interactive demo for tanstack-router-cache route view caching." |
17 | 16 | > |
18 | | - <meta property="og:site_name" content="ClaimDesk Live"> |
| 17 | + <meta property="og:site_name" content="tanstack-router-cache demo"> |
19 | 18 | <meta property="og:type" content="website"> |
20 | | - <meta property="og:title" content="ClaimDesk Live | Claims stay ready"> |
| 19 | + <meta property="og:title" content="tanstack-router-cache demo"> |
21 | 20 | <meta |
22 | 21 | property="og:description" |
23 | | - content="Explore a claims desk demo where live notes, repair networks, and adjuster workflows stay ready across route changes." |
| 22 | + content="Demonstrates cached and reset route pages with TanStack Router." |
24 | 23 | > |
25 | | - <meta property="og:image" content="/og-image.svg"> |
26 | | - <meta property="og:image:alt" content="ClaimDesk Live product card"> |
27 | | - <meta name="twitter:card" content="summary_large_image"> |
28 | | - <meta name="twitter:title" content="ClaimDesk Live | Claims stay ready"> |
| 24 | + <meta name="twitter:card" content="summary"> |
| 25 | + <meta name="twitter:title" content="tanstack-router-cache demo"> |
29 | 26 | <meta |
30 | 27 | name="twitter:description" |
31 | | - content="A polished insurance claim workspace demo powered by route view caching." |
| 28 | + content="Demonstrates cached and reset route pages with TanStack Router." |
32 | 29 | > |
33 | | - <meta name="twitter:image" content="/og-image.svg"> |
34 | | - <meta name="twitter:image:alt" content="ClaimDesk Live product card"> |
35 | 30 | <link rel="icon" href="/logo.svg" type="image/svg+xml"> |
36 | 31 | <link rel="apple-touch-icon" href="/logo.svg"> |
37 | 32 | <link rel="manifest" href="/site.webmanifest"> |
38 | 33 | <script type="application/ld+json"> |
39 | 34 | { |
40 | 35 | "@context": "https://schema.org", |
41 | 36 | "@type": "SoftwareApplication", |
42 | | - "name": "ClaimDesk Live", |
43 | | - "applicationCategory": "BusinessApplication", |
| 37 | + "name": "tanstack-router-cache demo", |
| 38 | + "applicationCategory": "DeveloperApplication", |
44 | 39 | "operatingSystem": "Web", |
45 | | - "description": "Interactive claims workspace demo for route view caching.", |
46 | | - "author": { |
47 | | - "@type": "Organization", |
48 | | - "name": "MappTech" |
49 | | - }, |
50 | | - "publisher": { |
51 | | - "@type": "Organization", |
52 | | - "name": "Northline Mutual" |
53 | | - } |
| 40 | + "description": "Interactive demo for tanstack-router-cache route view caching." |
54 | 41 | } |
55 | 42 | </script> |
56 | | - <title>ClaimDesk Live | Claims stay ready</title> |
| 43 | + <title>tanstack-router-cache demo</title> |
57 | 44 | </head> |
58 | 45 | <body> |
59 | 46 | <div id="root"></div> |
|
0 commit comments