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 @@ -33,69 +34,72 @@ export default function Features() { return (
{/**/} -
-
-
-
+
+
+
+

Split views

+

Split your browser into multiple views to browse multiple websites at once.

+ +
+
+

Workspaces

+

Create workspaces to keep your tabs organized and your browsing experience clutter-free.

+ +
-
-
-
+
+
+

Profile switching

+

Switch between profiles to keep your work and personal browsing separate.

+ +
+
+

Side web panels

+

Access your favorite websites and services without leaving the page you're on.

+ +
-
-

Packed with features

+
- - - - How Zen differs from other browsers - Zen - Floorp - LibreWolf - - - - - Contain fine-grained security measures like sandboxing - - - - - - Optimized for peak performance - - - - - - Customizable with cutting-edge features - - - - - - Based on the latest version of Firefox - - - - - - Updated regularly with new features and latest security patches - - - - - - Open-source - - - - - -
+ + + + How Zen differs from other browsers + Zen + Floorp + LibreWolf + + + + + Contain fine-grained security measures like sandboxing + + + + + + Optimized for peak performance + + + + + + Based on the latest version of Firefox + + + + + + Customizable with cutting-edge features + + + + + +
-
+

Want more?

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)' },