refactor: Update marketplace page layout and styles
This commit is contained in:
@@ -139,8 +139,8 @@ export default function Features() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-full xl:mr-4 flex flex-col">
|
<div className="w-full flex flex-col">
|
||||||
<div className="hover:border-blue-500 transition-all duration-100 bg-background relative mx-auto xl:mx-0 mt-8 xl:mt-0 flex-col flex max-w-xl justify-center rounded-xl md:border-2 pt-24 xl:p-20 md:shadow-xl hover:scale-105">
|
<div className="hover:border-blue-500 transition-all duration-100 bg-background relative mx-auto xl:mx-0 flex flex-col max-w-xl justify-center rounded-xl md:border-2 xl:p-20 md:shadow-xl hover:scale-105">
|
||||||
<h1 className="text-5xl font-bold">Profile switching</h1>
|
<h1 className="text-5xl font-bold">Profile switching</h1>
|
||||||
<p className="text-muted-foreground mt-3">
|
<p className="text-muted-foreground mt-3">
|
||||||
Seamlessly switch between work and personal profiles for a focused browsing experience.
|
Seamlessly switch between work and personal profiles for a focused browsing experience.
|
||||||
@@ -153,7 +153,7 @@ export default function Features() {
|
|||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="hover:border-blue-500 transition-all duration-100 bg-background relative mx-auto xl:mx-0 mt-8 flex-col flex max-w-xl justify-center rounded-xl md:border-2 pt-24 xl:p-20 md:shadow-xl hover:scale-105">
|
<div className="hover:border-blue-500 transition-all duration-100 bg-background relative mx-auto xl:mx-0 flex flex-col max-w-xl justify-center rounded-xl md:border-2 xl:p-20 md:shadow-xl hover:scale-105 mt-8">
|
||||||
<h1 className="text-5xl font-bold">Side web panels</h1>
|
<h1 className="text-5xl font-bold">Side web panels</h1>
|
||||||
<p className="text-muted-foreground mt-3">
|
<p className="text-muted-foreground mt-3">
|
||||||
Access favorite sites and services instantly, without leaving your current page.
|
Access favorite sites and services instantly, without leaving your current page.
|
||||||
|
|||||||
@@ -91,12 +91,26 @@ export function Navigation() {
|
|||||||
</NavigationMenuContent>
|
</NavigationMenuContent>
|
||||||
</NavigationMenuItem>
|
</NavigationMenuItem>
|
||||||
<NavigationMenuItem>
|
<NavigationMenuItem>
|
||||||
<Link target="_blank" href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" legacyBehavior passHref className="opacity-70 cursor-not-allowed">
|
<NavigationMenuTrigger>
|
||||||
<NavigationMenuLink className={navigationMenuTriggerStyle()}>
|
|
||||||
<HeartIcon size={16} />
|
<HeartIcon size={16} />
|
||||||
<span className="ml-2">Donate</span>
|
<span className="ml-2">Donate</span>
|
||||||
</NavigationMenuLink>
|
</NavigationMenuTrigger>
|
||||||
</Link>
|
<NavigationMenuContent>
|
||||||
|
<ul className="grid w-[400px] gap-3 p-4 md:w-[500px] md:grid-cols-2 lg:w-[600px] ">
|
||||||
|
<ListItem
|
||||||
|
title="Patreon"
|
||||||
|
href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"
|
||||||
|
>
|
||||||
|
Support us on Patreon and get exclusive rewards and keep the project alive.
|
||||||
|
</ListItem>
|
||||||
|
<ListItem
|
||||||
|
title="Ko-fi"
|
||||||
|
href="https://ko-fi.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"
|
||||||
|
>
|
||||||
|
Ko-fi is a way to support us with a one-time donation and help us keep the project alive.
|
||||||
|
</ListItem>
|
||||||
|
</ul>
|
||||||
|
</NavigationMenuContent>
|
||||||
</NavigationMenuItem>
|
</NavigationMenuItem>
|
||||||
<NavigationMenuItem>
|
<NavigationMenuItem>
|
||||||
<NavigationMenuTrigger>Useful Links</NavigationMenuTrigger>
|
<NavigationMenuTrigger>Useful Links</NavigationMenuTrigger>
|
||||||
|
|||||||
Reference in New Issue
Block a user