Fixes "Explore Zen" her button and some language

This commit is contained in:
Kyle 2025-03-08 22:55:44 +02:00
parent 505ea4d823
commit b3b60b293b
No known key found for this signature in database
GPG key ID: 4CFC8A3019904C91
3 changed files with 4 additions and 4 deletions

View file

@ -22,8 +22,8 @@ import Image from 'astro/components/Image.astro'
{...getTitleAnimation(0.6)} {...getTitleAnimation(0.6)}
className="px-4 md:px-24 lg:w-1/2 lg:px-0" className="px-4 md:px-24 lg:w-1/2 lg:px-0"
> >
We make it not only a priority but a necessity to ensure that Zen provides We make it not only a priority, but a necessity to ensure that Zen always provides
always the best experience for you. We are committed to making Zen the most the best experience for you. We are committed to making Zen the most
beautiful, productive, and privacy-focused browser out there. beautiful, productive, and privacy-focused browser out there.
</motion.p> </motion.p>
<div <div

View file

@ -14,7 +14,7 @@ const { title1 = 'Productivity', title2 = 'at', title3 = 'its best' } = Astro.pr
--- ---
<section <section
id="Community" id="Features"
class="relative flex w-full flex-col px-4 text-start md:px-24 lg:mx-auto lg:w-3/4 lg:px-0 lg:py-36" class="relative flex w-full flex-col px-4 text-start md:px-24 lg:mx-auto lg:w-3/4 lg:px-0 lg:py-36"
> >
<Description class="mb-2 text-6xl font-bold"> <Description class="mb-2 text-6xl font-bold">

View file

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