Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion apps/www/data/Solutions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export enum Solutions {
postgresDevs = 'postgres-developers',
firebase = 'firebase',
neon = 'neon',
convex = 'convex',
startups = 'startups',
agencies = 'agencies',
enterprise = 'enterprise',
Expand Down Expand Up @@ -176,7 +177,7 @@ export const migrationSolutions = {
},
{
id: Solutions.neon,
text: 'Switch From Neon',
text: 'Switch from Neon',
description: '',
url: '/solutions/switch-from-neon',
icon: (props: any) => (
Expand Down Expand Up @@ -216,6 +217,36 @@ export const migrationSolutions = {
</svg>
),
},
{
id: Solutions.convex,
text: 'Switch from Convex',
description: '',
url: '/solutions/switch-from-convex',
icon: (props: any) => (
<svg
width="184"
height="188"
viewBox="0 0 184 188"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="h-4 w-4"
{...props}
>
<path
d="M108.092 130.021C126.258 128.003 143.385 118.323 152.815 102.167C148.349 142.128 104.653 167.385 68.9858 151.878C65.6992 150.453 62.8702 148.082 60.9288 145.034C52.9134 132.448 50.2786 116.433 54.0644 101.899C64.881 120.567 86.8748 132.01 108.092 130.021Z"
fill="#F3B01C"
/>
<path
d="M53.4012 90.1735C46.0375 107.191 45.7186 127.114 54.7463 143.51C22.9759 119.608 23.3226 68.4578 54.358 44.7949C57.2286 42.6078 60.64 41.3097 64.2178 41.1121C78.9312 40.336 93.8804 46.0225 104.364 56.6193C83.0637 56.831 62.318 70.4756 53.4012 90.1735Z"
fill="#8D2676"
/>
<path
d="M114.637 61.8552C103.89 46.8701 87.0686 36.6684 68.6387 36.358C104.264 20.1876 148.085 46.4045 152.856 85.1654C153.3 88.7635 152.717 92.4322 151.122 95.6775C144.466 109.195 132.124 119.679 117.702 123.559C128.269 103.96 126.965 80.0151 114.637 61.8552Z"
fill="#EE342F"
/>
</svg>
),
},
],
}

Expand Down
Loading
Loading