diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-09 15:10:00 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-09 15:10:00 -0400 |
| commit | 4b1b4268a35adf026056cc822de3c4d4efbfa4bb (patch) | |
| tree | 43d07a897fcdc12b4cc7803e2f6c286e54aa55bd | |
| parent | 3ae1ea55ab1a4b1e5d0db4191efe5bebc4266a2b (diff) | |
| download | xesite-4b1b4268a35adf026056cc822de3c4d4efbfa4bb.tar.xz xesite-4b1b4268a35adf026056cc822de3c4d4efbfa4bb.zip | |
lume/landing/alvis: fix all the links
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | fly/xesite/yeetfile.js | 4 | ||||
| -rw-r--r-- | lume/src/landing/alvis.jsx | 19 |
2 files changed, 13 insertions, 10 deletions
diff --git a/fly/xesite/yeetfile.js b/fly/xesite/yeetfile.js new file mode 100644 index 0000000..676a6ca --- /dev/null +++ b/fly/xesite/yeetfile.js @@ -0,0 +1,4 @@ +nix.build(".#docker") +docker.load("./result") +docker.push("ghcr.io/xe/site/bin") +fly.deploy() diff --git a/lume/src/landing/alvis.jsx b/lume/src/landing/alvis.jsx index bdb2405..b108e3a 100644 --- a/lume/src/landing/alvis.jsx +++ b/lume/src/landing/alvis.jsx @@ -48,18 +48,18 @@ export const Footer = () => { { title: "Documentation", children: [ - { name: "Getting Started", href: "#" }, - { name: "Guide", href: "#" }, - { name: "API", href: "#" }, - { name: "Showcase", href: "#" }, + { name: "Getting Started", href: "/blog/alvis/" }, + { name: "Guide", href: "/blog/alvis/" }, + { name: "API", href: "/blog/alvis/" }, + { name: "Showcase", href: "/blog/alvis/" }, { name: "Pricing", href: "/blog/alvis/" }, ], }, { title: "Community", children: [ - { name: "Forum", href: "#" }, - { name: "Discord", href: "#" }, + { name: "Forum", href: "/blog/alvis/" }, + { name: "Discord", href: "/blog/alvis/" }, ], }, ]; @@ -152,7 +152,6 @@ export const Features = () => { icon: IconAlarm, description: "Automatically respond to production incidents with our industry-leading AI. Alvis will diagnose the problem and fix it.", - link: "#", }, { icon: IconZZZ, @@ -318,7 +317,7 @@ export const Pricing = () => { { name: 'Individual', id: 'tier-individual', - href: '#', + href: '/blog/alvis/', priceMonthly: '$10', description: 'The essentials to provide your best work for clients.', features: [ @@ -333,7 +332,7 @@ export const Pricing = () => { { name: 'Startup', id: 'tier-startup', - href: '#', + href: '/blog/alvis/', priceMonthly: '$32', description: 'A plan that scales with your rapidly growing business.', features: [ @@ -347,7 +346,7 @@ export const Pricing = () => { { name: 'Enterprise', id: 'tier-enterprise', - href: '#', + href: '/blog/alvis/', priceMonthly: '$500', description: 'Dedicated support and infrastructure for your company.', features: [ |
