From 4b1b4268a35adf026056cc822de3c4d4efbfa4bb Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 9 Oct 2023 15:10:00 -0400 Subject: lume/landing/alvis: fix all the links Signed-off-by: Xe Iaso --- fly/xesite/yeetfile.js | 4 ++++ lume/src/landing/alvis.jsx | 19 +++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 fly/xesite/yeetfile.js 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: [ -- cgit v1.2.3