diff --git a/public/profile-1.png b/public/profile-1.png
deleted file mode 100644
index ebf74cd..0000000
Binary files a/public/profile-1.png and /dev/null differ
diff --git a/public/profile-2.png b/public/profile-2.png
deleted file mode 100644
index e3245af..0000000
Binary files a/public/profile-2.png and /dev/null differ
diff --git a/public/profile-3.png b/public/profile-3.png
deleted file mode 100644
index a9ecc0a..0000000
Binary files a/public/profile-3.png and /dev/null differ
diff --git a/public/profiles.png b/public/profiles.png
new file mode 100644
index 0000000..92a30af
Binary files /dev/null and b/public/profiles.png differ
diff --git a/public/split-view.png b/public/split-view.png
index 8c8a596..7602cdc 100644
Binary files a/public/split-view.png and b/public/split-view.png differ
diff --git a/public/workspaces.png b/public/workspaces.png
new file mode 100644
index 0000000..1b77ae6
Binary files /dev/null and b/public/workspaces.png differ
diff --git a/src/components/features.tsx b/src/components/features.tsx
index 473d670..0836268 100644
--- a/src/components/features.tsx
+++ b/src/components/features.tsx
@@ -16,6 +16,7 @@ import {
} from './ui/table';
import { CheckIcon, XIcon } from "lucide-react";
import { QuestionMarkIcon } from "@radix-ui/react-icons";
+import ShineBorder from "./ui/shine-border";
function Checkmark() {
return
Split your browser into multiple views to browse multiple websites at once.
+
+ Create workspaces to keep your tabs organized and your browsing experience clutter-free.
+
+ Switch between profiles to keep your work and personal browsing separate.
+
+ Access your favorite websites and services without leaving the page you're on.
+
+ Zen Browser is packed with features that will change the way you browse the web. Download it today and experience a new way to browse the web.
diff --git a/tailwind.config.ts b/tailwind.config.ts index 15faa14..41bc7ec 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -63,6 +63,17 @@ const config = { sm: 'calc(var(--radius) - 4px)', }, keyframes: { + "shine-pulse": { + "0%": { + "background-position": "0% 0%", + }, + "50%": { + "background-position": "100% 100%", + }, + to: { + "background-position": "0% 0%", + }, + }, 'accordion-down': { from: { height: '0' }, to: { height: 'var(--radix-accordion-content-height)' },