diff --git a/public/videos/chip_vid.mp4 b/public/videos/chip_vid.mp4 deleted file mode 100644 index a5f4b13..0000000 Binary files a/public/videos/chip_vid.mp4 and /dev/null differ diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 895f37f..8518efd 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -22,10 +22,12 @@ export const Footer = () => {
- Geomind + Geomind -

- Geomind. The datacenter standard for the next era of cloud and AI. +

+ The datacenter standard for +
+ the next era of cloud and AI.

@@ -87,21 +91,21 @@ export const Header = () => { @@ -116,10 +120,7 @@ export const Header = () => { animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: -16 }} transition={{ duration: 0.25, ease: 'easeOut' }} - className={cn( - 'px-6 py-4 shadow-lg md:hidden', - isHome ? 'border-t border-slate-100 bg-mist/95' : 'border-t border-white/10 bg-black', - )} + className={cn('px-6 py-4 shadow-lg border-t border-white/10 bg-black md:hidden')} >
{navItems.map(({ label, to }) => ( @@ -137,7 +138,10 @@ export const Header = () => { ))}