mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Fixes "Explore Zen" her button and some language
This commit is contained in:
parent
505ea4d823
commit
b3b60b293b
3 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ import Image from 'astro/components/Image.astro'
|
|||
{...getTitleAnimation(0.6)}
|
||||
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
|
||||
always the best experience for you. We are committed to making Zen the most
|
||||
We make it not only a priority, but a necessity to ensure that Zen always provides
|
||||
the best experience for you. We are committed to making Zen the most
|
||||
beautiful, productive, and privacy-focused browser out there.
|
||||
</motion.p>
|
||||
<div
|
||||
|
|
|
@ -14,7 +14,7 @@ const { title1 = 'Productivity', title2 = 'at', title3 = 'its best' } = Astro.pr
|
|||
---
|
||||
|
||||
<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"
|
||||
>
|
||||
<Description class="mb-2 text-6xl font-bold">
|
||||
|
|
|
@ -60,7 +60,7 @@ function getHeroTitleAnimation() {
|
|||
</Button>
|
||||
</motion.span>
|
||||
<motion.span client:load {...getHeroTitleAnimation()}>
|
||||
<Button href="#features">Explore Zen</Button>
|
||||
<Button href="#Features">Explore Zen</Button>
|
||||
</motion.span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue