import { useEffect, useState } from "react"; import Feature, { FeatureCard } from "./feature"; import { Button } from "./ui/button"; import TextReveal from "./ui/text-reveal"; import styled, { css, keyframes } from "styled-components"; import Link from "next/link"; import { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, } from "./ui/table"; import { CheckIcon, EyeIcon, EyeOffIcon, RabbitIcon, XIcon, } from "lucide-react"; import { EyeClosedIcon, LockClosedIcon, QuestionMarkIcon, } from "@radix-ui/react-icons"; import ShineBorder from "./ui/shine-border"; import SparklesText from "./ui/sparkles-text"; import Image from "next/image"; function Checkmark() { return ( ); } function Cross() { return ( ); } function Question() { return ( ); } export default function Features() { return (
{/**/}

What does Zen offer to ?

Zen Browser is packed with features that will change the way you browse the web. Here are
some of the features that Zen offers.

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.

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

Built for

Zen is built with speed in mind. Improving release after release, with new optimizations and technologies to make your browsing experience faster.

We have been working and benchmarking Zen to make it the fastest browser out there.

Privacy is

Zen is designed with privacy in mind. We found the perfect balance between privacy and functionality, so you can browse the web without worrying about your data.

Security is

Zen is built with security in mind. We use the latest technologies and security measures that no other firefox-based browser offers.

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.

); }