Merge pull request #435 from ConwayTech-Dev/main

feat: enhance wording and grammar across site
This commit is contained in:
NOCanoa 2025-01-30 02:04:50 +00:00 committed by GitHub
commit e4fe6abf8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 20 deletions

View file

@ -32,7 +32,7 @@ import { getTitleAnimation } from '../animations'
<motion.span client:load {...getTitleAnimation(0.8)}> <motion.span client:load {...getTitleAnimation(0.8)}>
<Button class:list={['px-4']} href="https://github.com/zen-browser"> <Button class:list={['px-4']} href="https://github.com/zen-browser">
<Github class="size-4" /> <Github class="size-4" />
<span>View on Github</span> <span>View on GitHub</span>
</Button> </Button>
</motion.span> </motion.span>
<motion.div <motion.div
@ -41,7 +41,7 @@ import { getTitleAnimation } from '../animations'
className="flex items-center gap-4" className="flex items-center gap-4"
> >
<Check class="size-4" /> <Check class="size-4" />
<span>Always on the latest Firefox</span> <span>Always on the latest version of Firefox</span>
</motion.div> </motion.div>
<motion.div <motion.div
client:load client:load
@ -49,7 +49,7 @@ import { getTitleAnimation } from '../animations'
className="flex items-center gap-4" className="flex items-center gap-4"
> >
<Check class="size-4" /> <Check class="size-4" />
<span>Privacy Focused</span> <span>Privacy-focused</span>
</motion.div> </motion.div>
</div> </div>
</section> </section>

View file

@ -20,18 +20,12 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
<div class="flex w-full flex-col items-center gap-24 xl:gap-48"> <div class="flex w-full flex-col items-center gap-24 xl:gap-48">
<div class="flex w-full flex-col px-2 md:px-12 lg:px-24 xl:text-center"> <div class="flex w-full flex-col px-2 md:px-12 lg:px-24 xl:text-center">
<motion.span client:load {...getTitleAnimation(0.2)}> <motion.span client:load {...getTitleAnimation(0.2)}>
<Description class="text-6xl font-bold" <Description class="text-6xl font-bold">Zen <br class="lg:hidden" />helps <u class="font-extrabold">you</u><br class="hidden lg:block" /> stay <span class="font-extrabold text-coral">organized</span></Description>
>How does zen <br class="lg:hidden" />keep <u class="font-extrabold"
>you</u
><br class="hidden lg:block" /> always <span
class="font-extrabold text-coral">organized</span
>?</Description
>
</motion.span> </motion.span>
<Description class="mt-4 text-lg font-normal"> <Description class="mt-4 text-lg font-normal">
Zen is designed to help you focus on what matters most. Here are some<br Stay organized and focused with Zen Browser. Our innovative features are designed<br
class="hidden lg:block" class="hidden lg:block"
/> of the features that help you stay focused. /> to help you prioritize what matters most in your online experience.
</Description> </Description>
</div> </div>
@ -101,7 +95,7 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
<Description <Description
class="feature-title whitespace-nowrap text-5xl font-bold md:text-6xl" class="feature-title whitespace-nowrap text-5xl font-bold md:text-6xl"
> >
Split Views Split View
</Description> </Description>
<p class="desc mt-2 text-xl font-normal"> <p class="desc mt-2 text-xl font-normal">
Zen's split view feature allows you to view multiple tabs at once. Zen's split view feature allows you to view multiple tabs at once.

View file

@ -68,7 +68,7 @@ function getHeroTitleAnimation() {
</Button> </Button>
</motion.span> </motion.span>
<motion.span client:load {...getHeroTitleAnimation()}> <motion.span client:load {...getHeroTitleAnimation()}>
<Button href="#features">Start Exploring</Button> <Button href="#features">Explore Zen</Button>
</motion.span> </motion.span>
</div> </div>
</div> </div>

View file

@ -51,15 +51,13 @@ import { getTitleAnimation, getZoomInAnimation } from '../animations'
</motion.span> </motion.span>
<motion.span client:load {...getTitleAnimation(0.4)}> <motion.span client:load {...getTitleAnimation(0.4)}>
<Description class="lg:w-1/2 lg:px-0"> <Description class="lg:w-1/2 lg:px-0">
Zen Browser is designed to be customizable. You can change every aspect Experience a new standard in web browsing with Zen Browser. Designed from the ground up for complete customization, Zen allows you to tailor every aspect of your browsing experience to meet your specific needs. Your imagination is the limit, literally.
of the browser to suit your needs. Literally, your imagination is the
limit.
</Description> </Description>
</motion.span> </motion.span>
<div class="mt-4 flex gap-4"> <div class="mt-4 flex gap-4">
<motion.span client:load {...getTitleAnimation(0.6)}> <motion.span client:load {...getTitleAnimation(0.6)}>
<Button isPrimary href="/mods"> <Button isPrimary href="/mods">
Zen Mods Explore Zen Mods
<ArrowRight className="size-4" /> <ArrowRight className="size-4" />
</Button> </Button>
</motion.span> </motion.span>

View file

@ -15,8 +15,7 @@ const mods = (await getAllMods()) || []
<div> <div>
<Title>Zen Mods</Title> <Title>Zen Mods</Title>
<Description> <Description>
Zen Mods is a collection of themes and plugins for Zen Browser. You Browse our diverse collection of Zen Mods, community-made plugins and themes for Zen Browser. Discover a theme to match every mood and a plugin to fulfill every requirement, and start customizing your browser experience today!
can find a theme for every mood and a plugin for every need.
</Description> </Description>
</div> </div>
</div> </div>