diff --git a/public/profiles.png b/public/profiles.png new file mode 100644 index 0000000..d932f34 Binary files /dev/null and b/public/profiles.png differ diff --git a/public/sidebar.png b/public/sidebar.png index b7f39c7..8fd6ac4 100644 Binary files a/public/sidebar.png and b/public/sidebar.png differ diff --git a/src/components/features.tsx b/src/components/features.tsx index d974e9e..d1ebf28 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -1,4 +1,5 @@ import Feature from "./feature"; +import { Button } from "./ui/button"; import TextReveal from "./ui/text-reveal"; @@ -18,16 +19,23 @@ export default function Features() { title="Sidebar" description="Access websites with ease. The sidebar allows you to quickly access your favorite websites without disrupting your browsing experience." color="#F5ED97"> - Split Views - <>TODO + Profiles +
+

Want more?

+

Zen 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.

+ +
); }