|
2 | 2 |
|
3 | 3 | from pcweb.constants import REFLEX_DOMAIN, REFLEX_DOMAIN_URL, TWITTER_CREATOR |
4 | 4 |
|
5 | | -ONE_LINE_DESCRIPTION = ( |
6 | | - "The complete platform to build and scale enterprise apps - all in Python." |
7 | | -) |
| 5 | +ONE_LINE_DESCRIPTION = "Build with AI, iterate in Python, deploy to any cloud. The unified platform to build and scale enterprise apps." |
8 | 6 |
|
9 | 7 | meta_tags = [ |
10 | 8 | # HTML Meta Tags |
|
20 | 18 | # Facebook Meta Tags |
21 | 19 | {"property": "og:url", "content": REFLEX_DOMAIN_URL}, |
22 | 20 | {"property": "og:type", "content": "website"}, |
23 | | - {"property": "og:title", "content": "Reflex · Web apps in Pure Python"}, |
| 21 | + {"property": "og:title", "content": "Reflex · Build with AI, Deploy with Python"}, |
24 | 22 | { |
25 | 23 | "property": "og:description", |
26 | 24 | "content": ONE_LINE_DESCRIPTION, |
|
30 | 28 | {"name": "twitter:card", "content": "summary_large_image"}, |
31 | 29 | {"property": "twitter:domain", "content": REFLEX_DOMAIN}, |
32 | 30 | {"property": "twitter:url", "content": REFLEX_DOMAIN_URL}, |
33 | | - {"name": "twitter:title", "content": "Reflex · Web apps in Pure Python"}, |
| 31 | + {"name": "twitter:title", "content": "Reflex · Build with AI, Deploy with Python"}, |
34 | 32 | { |
35 | 33 | "name": "twitter:description", |
36 | 34 | "content": ONE_LINE_DESCRIPTION, |
|
53 | 51 | # Facebook Meta Tags |
54 | 52 | {"property": "og:url", "content": REFLEX_DOMAIN_URL}, |
55 | 53 | {"property": "og:type", "content": "website"}, |
56 | | - {"property": "og:title", "content": "Reflex · Web apps in Pure Python"}, |
| 54 | + {"property": "og:title", "content": "Reflex · Build with AI, Deploy with Python"}, |
57 | 55 | { |
58 | 56 | "property": "og:description", |
59 | 57 | "content": ONE_LINE_DESCRIPTION, |
|
63 | 61 | {"name": "twitter:card", "content": "summary_large_image"}, |
64 | 62 | {"property": "twitter:domain", "content": REFLEX_DOMAIN}, |
65 | 63 | {"property": "twitter:url", "content": REFLEX_DOMAIN_URL}, |
66 | | - {"name": "twitter:title", "content": "Reflex · Web apps in Pure Python"}, |
| 64 | + {"name": "twitter:title", "content": "Reflex · Build with AI, Deploy with Python"}, |
67 | 65 | { |
68 | 66 | "name": "twitter:description", |
69 | 67 | "content": ONE_LINE_DESCRIPTION, |
|
0 commit comments