-
+ class="rounded-xl border-4 border-white object-cover shadow">
@@ -66,15 +66,14 @@ import Video from './Video.astro'
distractions.
-
+ class="rounded-xl border-4 border-white object-cover shadow">
@@ -88,15 +87,14 @@ import Video from './Video.astro'
opening them.
-
+ class="rounded-xl border-4 border-white object-cover shadow">
@@ -109,15 +107,14 @@ import Video from './Video.astro'
Zen's split view feature allows you to view multiple tabs at once.
-
+ class="rounded-xl border-4 border-white object-cover shadow">
@@ -128,15 +125,14 @@ import Video from './Video.astro'
Zen's sidebar feature allows you to view all your tabs in one place.
-
+ class="rounded-xl border-4 border-white object-cover shadow">
diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro
index 83476a5..d937a93 100644
--- a/src/components/NavBar.astro
+++ b/src/components/NavBar.astro
@@ -12,7 +12,7 @@ import {
} from 'astro-navbar'
import { ArrowRight, ChevronDown, Download, DownloadCloud } from 'lucide-astro'
import Logo from './Logo.astro'
-import ThemeSwitch from './ThemeSwitch.astro'
+import { ThemeSwitch } from 'free-astro-components'
---