diff --git a/src/navigation.js b/src/navigation.js index 45ef339..a439976 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -29,7 +29,7 @@ export const footerData = { links: [ { text: 'Zero-OS', href: 'technology#zeroos' }, { text: 'Mycelium Network', href: 'technology#mycelium' }, - { text: 'Quantum Safe File Storage', href: 'technology#qsfs' }, + { text: 'Quantum-Safe Storage', href: 'technology#qsfs' }, { text: 'TFChain', href: 'technology#tfchain' }, ], }, diff --git a/src/pages/technology.astro b/src/pages/technology.astro index 22cdd2e..c9a649d 100644 --- a/src/pages/technology.astro +++ b/src/pages/technology.astro @@ -51,7 +51,6 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/zeroos.jpg', alt: '', }} > @@ -86,8 +85,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/mycelium.jpg', - alt: 'Colorful Image', + alt: '', loading: 'eager', }} > @@ -125,8 +123,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/qsfsmatrix.jpg', - alt: 'Colorful Image', + alt: '', loading: 'eager', }} > @@ -162,8 +159,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/tfchain.png', - alt: 'Colorful Image', + alt: '', loading: 'eager', }} >