@@ -102,12 +102,9 @@ export default function Features() {
|
|||||||
transforming your browser into a personalized digital space.
|
transforming your browser into a personalized digital space.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<Link href="/themes" prefetch={false}>
|
||||||
className="mt-8"
|
<Button className="mt-8">Browse Themes</Button>
|
||||||
onClick={() => window.open("/themes", "_self")}
|
</Link>
|
||||||
>
|
|
||||||
View Theme Store
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
@@ -122,12 +119,9 @@ export default function Features() {
|
|||||||
performance improvements.
|
performance improvements.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<Link href="/download" prefetch={false}>
|
||||||
className="mt-8"
|
<Button className="mt-8">Download Now</Button>
|
||||||
onClick={() => window.open("/download", "_self")}
|
</Link>
|
||||||
>
|
|
||||||
Download Now
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,14 +140,9 @@ export default function Features() {
|
|||||||
browser.
|
browser.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<a href="https://github.com/zen-browser" target="_blank">
|
||||||
className="mt-8"
|
<Button className="mt-8">GitHub</Button>
|
||||||
onClick={() =>
|
</a>
|
||||||
window.open("https://github.com/zen-browser", "_blank")
|
|
||||||
}
|
|
||||||
>
|
|
||||||
GitHub Page
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-14 w-full">
|
<div className="mt-14 w-full">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
@@ -247,12 +236,9 @@ export default function Features() {
|
|||||||
multitasking.
|
multitasking.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<Link href="/download" prefetch={false}>
|
||||||
className="mt-8"
|
<Button className="mt-8">Download Now</Button>
|
||||||
onClick={() => window.open("/download", "_self")}
|
</Link>
|
||||||
>
|
|
||||||
Download Now
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -307,24 +293,18 @@ export default function Features() {
|
|||||||
secure, giving you peace of mind as you explore the web.
|
secure, giving you peace of mind as you explore the web.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<a href="https://docs.zen-browser.app/security" target="_blank">
|
||||||
className="mt-8"
|
<Button className="mt-8" variant="ghost">
|
||||||
variant="ghost"
|
Security in Zen{" "}
|
||||||
onClick={() =>
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
window.open("https://docs.zen-browser.app/security", "_blank")
|
</Button>
|
||||||
}
|
</a>
|
||||||
>
|
<Link href="/privacy-policy" prefetch={false} target="_blank">
|
||||||
Security in Zen{" "}
|
<Button className="mt-8" variant="ghost">
|
||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
Your Privacy{" "}
|
||||||
</Button>
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
<Button
|
</Button>
|
||||||
className="mt-8"
|
</Link>
|
||||||
variant="ghost"
|
|
||||||
onClick={() => window.open("/privacy-policy", "_blank")}
|
|
||||||
>
|
|
||||||
Your Privacy{" "}
|
|
||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -386,80 +366,85 @@ export default function Features() {
|
|||||||
focus on your work.
|
focus on your work.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<Link href="/download" prefetch={false}>
|
||||||
className="mt-8"
|
<Button className="mt-8">What are you waiting for?</Button>
|
||||||
onClick={() => window.open("/download", "_self")}
|
</Link>
|
||||||
>
|
|
||||||
What are you waiting for?
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mx-auto mt-36 flex w-full flex-col bg-surface shadow md:w-5/6 md:rounded-md lg:w-3/4 lg:flex-row">
|
<div className="mx-auto mt-36 flex w-full flex-col bg-surface shadow md:w-5/6 md:rounded-md lg:w-3/4 lg:flex-row">
|
||||||
<div className="relative flex w-full flex-col justify-center p-5 lg:w-1/2 lg:p-12">
|
<div className="relative flex w-full flex-col justify-center p-5 lg:w-1/2 lg:p-12">
|
||||||
<h1 className="text-4xl font-medium text-gray-800 dark:text-gray-100">
|
<h1 className="text-4xl font-medium text-gray-800 dark:text-gray-100">
|
||||||
Frequently Asked Questions{" "}
|
Frequently Asked Questions{" "}
|
||||||
<QuestionMarkCircledIcon className="inline h-8 w-8"></QuestionMarkCircledIcon>
|
<QuestionMarkCircledIcon className="inline h-8 w-8"></QuestionMarkCircledIcon>
|
||||||
</h1>
|
</h1>
|
||||||
<Accordion
|
<Accordion
|
||||||
type="single"
|
type="single"
|
||||||
value={feature}
|
value={feature}
|
||||||
onValueChange={(value) => setFeature(value === feature ? "" : value)}
|
onValueChange={(value) =>
|
||||||
className="mt-8"
|
setFeature(value === feature ? "" : value)
|
||||||
>
|
}
|
||||||
<AccordionItem value="item-1">
|
className="mt-8"
|
||||||
<AccordionTrigger>Is it Firefox based?</AccordionTrigger>
|
>
|
||||||
<AccordionContent>
|
<AccordionItem value="item-1">
|
||||||
Yes, Zen Browser is focused on being always at the latest version of Firefox, ensuring that you have the latest security updates and features.
|
<AccordionTrigger>Is it Firefox based?</AccordionTrigger>
|
||||||
</AccordionContent>
|
<AccordionContent>
|
||||||
</AccordionItem>
|
Yes, Zen Browser is focused on being always at the latest
|
||||||
<AccordionItem value="item-2">
|
version of Firefox, ensuring that you have the latest security
|
||||||
<AccordionTrigger>Does it track me?</AccordionTrigger>
|
updates and features.
|
||||||
<AccordionContent>
|
</AccordionContent>
|
||||||
<strong>No!</strong> Zen Browser is built with privacy in mind. We don't track you, we don't collect your data, and we don't sell your data to third parties.
|
</AccordionItem>
|
||||||
</AccordionContent>
|
<AccordionItem value="item-2">
|
||||||
</AccordionItem>
|
<AccordionTrigger>Does it track me?</AccordionTrigger>
|
||||||
<AccordionItem value="item-3">
|
<AccordionContent>
|
||||||
<AccordionTrigger>How secure is Zen Browser?</AccordionTrigger>
|
<strong>No!</strong> Zen Browser is built with privacy in mind.
|
||||||
<AccordionContent>
|
We don't track you, we don't collect your data, and we don't
|
||||||
Zen Browser is built on top of Firefox, which is known for its security features. We also have additional security features like HTTPS only built into Zen Browser to help keep you safe online.
|
sell your data to third parties.
|
||||||
</AccordionContent>
|
</AccordionContent>
|
||||||
</AccordionItem>
|
</AccordionItem>
|
||||||
</Accordion>
|
<AccordionItem value="item-3">
|
||||||
|
<AccordionTrigger>How secure is Zen Browser?</AccordionTrigger>
|
||||||
|
<AccordionContent>
|
||||||
|
Zen Browser is built on top of Firefox, which is known for its
|
||||||
|
security features. We also have additional security features
|
||||||
|
like HTTPS only built into Zen Browser to help keep you safe
|
||||||
|
online.
|
||||||
|
</AccordionContent>
|
||||||
|
</AccordionItem>
|
||||||
|
</Accordion>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="relative h-auto overflow-hidden rounded-md lg:w-1/2">
|
<div className="relative h-auto overflow-hidden rounded-md lg:w-1/2">
|
||||||
{feature === "" && (
|
{feature === "" && (
|
||||||
<div className="flex items-center justify-center absolute h-full w-full">
|
<div className="absolute flex h-full w-full items-center justify-center">
|
||||||
<div className="flex flex-col items-center justify-center space-y-6 w-full">
|
<div className="flex w-full flex-col items-center justify-center space-y-6">
|
||||||
<div className="flex w-full max-w-sm items-center justify-center h-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
<div className="flex h-fit w-full max-w-sm animate-fade-in items-center justify-center rounded-full border-2 border-white bg-surface p-4 shadow">
|
||||||
<Logo className="h-10 w-10" />
|
<Logo className="h-10 w-10" />
|
||||||
<span className="mx-4 text-4xl">+</span>
|
<span className="mx-4 text-4xl">+</span>
|
||||||
<svg
|
<svg
|
||||||
className="relative h-10 w-10 dark:fill-white"
|
className="relative h-10 w-10 dark:fill-white"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
fillOpacity="context-fill-opacity"
|
fillOpacity="context-fill-opacity"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
style={{ transform: "scale(2) translate(5%, 5%)" }}
|
style={{ transform: "scale(2) translate(5%, 5%)" }}
|
||||||
d="M10.39 0C8.948.788 7.987 2.025 7.767 3.66c-1.017.162-1.768.781-1.768.781s.72-.44 1.736-.511a4.04 4.04 0 0 1 3.789 2.034s-.758-.62-1.928-.468c1.315.68 1.872 2.002 1.701 3.369-.17 1.367-1.183 2.435-2.354 2.723-1.171.287-2.333.099-3.229-.61-.896-.708-1.251-1.533-1.305-2.254.213-.533.541-.812 1.1-1.092.558-.279 1.422-.283 1.572-.283s.8-.507.95-.894c-.726-.363-1.292-.65-1.696-.934-.404-.283-.492-.534-1.012-.898-.307-1.006-.021-1.955-.021-1.955s-1.043.437-1.93 1.49c0 0-.342-.338-.28-2.006-.427.155-1.366 1.004-1.947 1.92a7.277 7.277 0 0 0-.798 1.723A8.296 8.296 0 0 0-.003 8a8 8 0 0 0 16 0c0-2.256-.93-4.252-2.188-5.002 0 0 .542.932.813 2.43-.4-1.04-1.235-2.166-1.877-2.844-.643-.678-2.068-1.88-2.357-2.584z"
|
d="M10.39 0C8.948.788 7.987 2.025 7.767 3.66c-1.017.162-1.768.781-1.768.781s.72-.44 1.736-.511a4.04 4.04 0 0 1 3.789 2.034s-.758-.62-1.928-.468c1.315.68 1.872 2.002 1.701 3.369-.17 1.367-1.183 2.435-2.354 2.723-1.171.287-2.333.099-3.229-.61-.896-.708-1.251-1.533-1.305-2.254.213-.533.541-.812 1.1-1.092.558-.279 1.422-.283 1.572-.283s.8-.507.95-.894c-.726-.363-1.292-.65-1.696-.934-.404-.283-.492-.534-1.012-.898-.307-1.006-.021-1.955-.021-1.955s-1.043.437-1.93 1.49c0 0-.342-.338-.28-2.006-.427.155-1.366 1.004-1.947 1.92a7.277 7.277 0 0 0-.798 1.723A8.296 8.296 0 0 0-.003 8a8 8 0 0 0 16 0c0-2.256-.93-4.252-2.188-5.002 0 0 .542.932.813 2.43-.4-1.04-1.235-2.166-1.877-2.844-.643-.678-2.068-1.88-2.357-2.584z"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex w-full max-w-sm items-center justify-center h-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
<div className="flex h-fit w-full max-w-sm animate-fade-in items-center justify-center rounded-full border-2 border-white bg-surface p-4 shadow">
|
||||||
<LockClosedIcon className="h-10 w-10" />
|
<LockClosedIcon className="h-10 w-10" />
|
||||||
<span className="mx-4 text-4xl">+</span>
|
<span className="mx-4 text-4xl">+</span>
|
||||||
<EyeClosedIcon className="h-10 w-10" />
|
<EyeClosedIcon className="h-10 w-10" />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex w-full max-w-sm items-center justify-center h-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
<div className="flex h-fit w-full max-w-sm animate-fade-in items-center justify-center rounded-full border-2 border-white bg-surface p-4 shadow">
|
||||||
<ShieldCheck className="h-10 w-10" />
|
<ShieldCheck className="h-10 w-10" />
|
||||||
<span className="mx-4 text-4xl">+</span>
|
<span className="mx-4 text-4xl">+</span>
|
||||||
<ShieldAlertIcon className="h-10 w-10" />
|
<ShieldAlertIcon className="h-10 w-10" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<CachedImage
|
<CachedImage
|
||||||
@@ -473,26 +458,26 @@ export default function Features() {
|
|||||||
<div className="absolute left-0 top-0 grid h-full w-full grid-rows-3">
|
<div className="absolute left-0 top-0 grid h-full w-full grid-rows-3">
|
||||||
<div></div>
|
<div></div>
|
||||||
<div className="tems-center m-auto flex h-fit w-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
<div className="tems-center m-auto flex h-fit w-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
||||||
<Logo className="h-10 w-10" />{" "}
|
<Logo className="h-10 w-10" />{" "}
|
||||||
<span className="mx-4 text-4xl">+</span>{" "}
|
<span className="mx-4 text-4xl">+</span>{" "}
|
||||||
<svg
|
<svg
|
||||||
className="relative h-10 w-10 dark:fill-white"
|
className="relative h-10 w-10 dark:fill-white"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
fillOpacity="context-fill-opacity"
|
fillOpacity="context-fill-opacity"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
style={{ transform: "scale(2) translate(5%, 5%)" }}
|
style={{ transform: "scale(2) translate(5%, 5%)" }}
|
||||||
d="M10.39 0C8.948.788 7.987 2.025 7.767 3.66c-1.017.162-1.768.781-1.768.781s.72-.44 1.736-.511a4.04 4.04 0 0 1 3.789 2.034s-.758-.62-1.928-.468c1.315.68 1.872 2.002 1.701 3.369-.17 1.367-1.183 2.435-2.354 2.723-1.171.287-2.333.099-3.229-.61-.896-.708-1.251-1.533-1.305-2.254.213-.533.541-.812 1.1-1.092.558-.279 1.422-.283 1.572-.283s.8-.507.95-.894c-.726-.363-1.292-.65-1.696-.934-.404-.283-.492-.534-1.012-.898-.307-1.006-.021-1.955-.021-1.955s-1.043.437-1.93 1.49c0 0-.342-.338-.28-2.006-.427.155-1.366 1.004-1.947 1.92a7.277 7.277 0 0 0-.798 1.723A8.296 8.296 0 0 0-.003 8a8 8 0 0 0 16 0c0-2.256-.93-4.252-2.188-5.002 0 0 .542.932.813 2.43-.4-1.04-1.235-2.166-1.877-2.844-.643-.678-2.068-1.88-2.357-2.584z"
|
d="M10.39 0C8.948.788 7.987 2.025 7.767 3.66c-1.017.162-1.768.781-1.768.781s.72-.44 1.736-.511a4.04 4.04 0 0 1 3.789 2.034s-.758-.62-1.928-.468c1.315.68 1.872 2.002 1.701 3.369-.17 1.367-1.183 2.435-2.354 2.723-1.171.287-2.333.099-3.229-.61-.896-.708-1.251-1.533-1.305-2.254.213-.533.541-.812 1.1-1.092.558-.279 1.422-.283 1.572-.283s.8-.507.95-.894c-.726-.363-1.292-.65-1.696-.934-.404-.283-.492-.534-1.012-.898-.307-1.006-.021-1.955-.021-1.955s-1.043.437-1.93 1.49c0 0-.342-.338-.28-2.006-.427.155-1.366 1.004-1.947 1.92a7.277 7.277 0 0 0-.798 1.723A8.296 8.296 0 0 0-.003 8a8 8 0 0 0 16 0c0-2.256-.93-4.252-2.188-5.002 0 0 .542.932.813 2.43-.4-1.04-1.235-2.166-1.877-2.844-.643-.678-2.068-1.88-2.357-2.584z"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/zen-browser/desktop?tab=readme-ov-file#compatibility"
|
href="https://github.com/zen-browser/desktop?tab=readme-ov-file#compatibility"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="tems-center m-auto flex h-fit w-fit animate-fade-in items-center rounded-full border-2 border-white bg-surface p-4 opacity-0 shadow [--animation-delay:300ms]"
|
className="tems-center m-auto flex h-fit w-fit animate-fade-in items-center rounded-full border-2 border-white bg-surface p-4 opacity-0 shadow [--animation-delay:300ms]"
|
||||||
>
|
>
|
||||||
See what version of Firefox Zen uses{" "}
|
See what version of Firefox Zen uses{" "}
|
||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -501,17 +486,17 @@ export default function Features() {
|
|||||||
<div className="absolute left-0 top-0 grid h-full w-full grid-rows-3">
|
<div className="absolute left-0 top-0 grid h-full w-full grid-rows-3">
|
||||||
<div></div>
|
<div></div>
|
||||||
<div className="tems-center m-auto flex h-fit w-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
<div className="tems-center m-auto flex h-fit w-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
||||||
<LockClosedIcon className="h-10 w-10" />{" "}
|
<LockClosedIcon className="h-10 w-10" />{" "}
|
||||||
<span className="mx-4 text-4xl">+</span>{" "}
|
<span className="mx-4 text-4xl">+</span>{" "}
|
||||||
<EyeClosedIcon className="h-10 w-10" />
|
<EyeClosedIcon className="h-10 w-10" />
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href="/privacy-policy"
|
href="/privacy-policy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="tems-center m-auto flex h-fit w-fit animate-fade-in items-center rounded-full border-2 border-white bg-surface p-4 opacity-0 shadow [--animation-delay:300ms]"
|
className="tems-center m-auto flex h-fit w-fit animate-fade-in items-center rounded-full border-2 border-white bg-surface p-4 opacity-0 shadow [--animation-delay:300ms]"
|
||||||
>
|
>
|
||||||
Learn about Zen's privacy policy{" "}
|
Learn about Zen's privacy policy{" "}
|
||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -520,17 +505,17 @@ export default function Features() {
|
|||||||
<div className="absolute left-0 top-0 grid h-full w-full grid-rows-3">
|
<div className="absolute left-0 top-0 grid h-full w-full grid-rows-3">
|
||||||
<div></div>
|
<div></div>
|
||||||
<div className="tems-center m-auto flex h-fit w-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
<div className="tems-center m-auto flex h-fit w-fit animate-fade-in rounded-full border-2 border-white bg-surface p-4 shadow">
|
||||||
<ShieldCheck className="h-10 w-10" />{" "}
|
<ShieldCheck className="h-10 w-10" />{" "}
|
||||||
<span className="mx-4 text-4xl">+</span>{" "}
|
<span className="mx-4 text-4xl">+</span>{" "}
|
||||||
<ShieldAlertIcon className="h-10 w-10" />
|
<ShieldAlertIcon className="h-10 w-10" />
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href="https://docs.zen-browser.app/security"
|
href="https://docs.zen-browser.app/security"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="tems-center m-auto flex h-fit w-fit animate-fade-in items-center rounded-full border-2 border-white bg-surface p-4 opacity-0 shadow [--animation-delay:300ms]"
|
className="tems-center m-auto flex h-fit w-fit animate-fade-in items-center rounded-full border-2 border-white bg-surface p-4 opacity-0 shadow [--animation-delay:300ms]"
|
||||||
>
|
>
|
||||||
See how Zen keeps you safe{" "}
|
See how Zen keeps you safe{" "}
|
||||||
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
<ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
@@ -546,12 +531,9 @@ export default function Features() {
|
|||||||
Download Zen Browser now and experience the future of browsing.
|
Download Zen Browser now and experience the future of browsing.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button
|
<Link href="/download" prefetch={false}>
|
||||||
className="mt-8"
|
<Button className="mt-8">Download Now</Button>
|
||||||
onClick={() => window.open("/download", "_self")}
|
</Link>
|
||||||
>
|
|
||||||
Download Now
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx-2 h-[1px] border-t lg:h-[unset] lg:w-[1px] lg:border-l lg:border-t-0"></div>
|
<div className="mx-2 h-[1px] border-t lg:h-[unset] lg:w-[1px] lg:border-l lg:border-t-0"></div>
|
||||||
@@ -565,25 +547,20 @@ export default function Features() {
|
|||||||
cause.
|
cause.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative mt-8 flex">
|
<div className="relative mt-8 flex">
|
||||||
<Button
|
<a href="https://patreon.com/zen_browser" target="_blank">
|
||||||
data-umami-event="patreon-feature"
|
<Button data-umami-event="patreon-feature" variant="ghost">
|
||||||
variant="ghost"
|
Patreon <ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
onClick={() =>
|
</Button>
|
||||||
window.open("https://patreon.com/zen_browser", "_blank")
|
</a>
|
||||||
}
|
<a href="https://ko-fi.com/zen_browser" target="_blank">
|
||||||
>
|
<Button
|
||||||
Patreon <ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
data-umami-event="ko-fi-feature"
|
||||||
</Button>
|
className="ml-8"
|
||||||
<Button
|
variant="ghost"
|
||||||
data-umami-event="ko-fi-feature"
|
>
|
||||||
className="ml-8"
|
Ko-fi <ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
||||||
variant="ghost"
|
</Button>
|
||||||
onClick={() =>
|
</a>
|
||||||
window.open("https://ko-fi.com/zen_browser", "_blank")
|
|
||||||
}
|
|
||||||
>
|
|
||||||
Ko-fi <ExternalLinkIcon className="ml-4 h-4 w-4 opacity-50" />
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user