fix: Minor typos
This commit is contained in:
@@ -109,11 +109,11 @@ export default function Features() {
|
|||||||
</div>
|
</div>
|
||||||
<div className='flex items-center mt-5'>
|
<div className='flex items-center mt-5'>
|
||||||
<Checkmark />
|
<Checkmark />
|
||||||
<p className='ml-2 text-gray-600 dark:text-gray-300'>Automated Releases, to prove security</p>
|
<p className='ml-2 text-gray-600 dark:text-gray-300'>Automated Releases to ensure security</p>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex items-center mt-5'>
|
<div className='flex items-center mt-5'>
|
||||||
<Checkmark />
|
<Checkmark />
|
||||||
<p className='ml-2 text-gray-600 dark:text-gray-300'>Comunity driven</p>
|
<p className='ml-2 text-gray-600 dark:text-gray-300'>Community driven</p>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex items-center mt-5'>
|
<div className='flex items-center mt-5'>
|
||||||
<Checkmark />
|
<Checkmark />
|
||||||
@@ -173,18 +173,18 @@ export default function Features() {
|
|||||||
</div>
|
</div>
|
||||||
<div className='flex items-center mt-4'>
|
<div className='flex items-center mt-4'>
|
||||||
<Question />
|
<Question />
|
||||||
<p className='ml-2 text-gray-600 dark:text-gray-300'>Tab Groups (Comming Soon)</p>
|
<p className='ml-2 text-gray-600 dark:text-gray-300'>Tab Groups (Coming Soon)</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="border-t lg:border-t-0 lg:border-l h-[1px] lg:h-[unset] lg:w-[1px] mx-2"></div>
|
<div className="border-t lg:border-t-0 lg:border-l h-[1px] lg:h-[unset] lg:w-[1px] mx-2"></div>
|
||||||
<div className="flex p-16 lg:w-1/2 flex-col">
|
<div className="flex p-16 lg:w-1/2 flex-col">
|
||||||
<h3 className='text-4xl font-medium text-gray-800 dark:text-gray-100'>Security And Privacy is <span className='text-purple-500 font-bold'>important</span> to us</h3>
|
<h3 className='text-4xl font-medium text-gray-800 dark:text-gray-100'>Security and Privacy is <span className='text-purple-500 font-bold'>important</span> to us</h3>
|
||||||
<p className='text-lg mt-4 text-gray-600 dark:text-gray-300'>
|
<p className='text-lg mt-4 text-gray-600 dark:text-gray-300'>
|
||||||
Zen is based on Firefox, ensuring that your browsing experience prioritizes security and privacy. With advanced tracking protection and minimal data collection, Zen keeps your online activity safe and secure, giving you peace of mind as you explore the web.
|
Zen is based on Firefox, ensuring that your browsing experience prioritizes security and privacy. With advanced tracking protection and minimal data collection, Zen keeps your online activity safe and secure, giving you peace of mind as you explore the web.
|
||||||
</p>
|
</p>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Button className='mt-8' variant="ghost" onClick={() => window.open('/download', '_blank')}>Security in zen <ExternalLinkIcon className='opacity-50 h-4 w-4 ml-4' /></Button>
|
<Button className='mt-8' variant="ghost" onClick={() => window.open('/download', '_blank')}>Security in Zen <ExternalLinkIcon className='opacity-50 h-4 w-4 ml-4' /></Button>
|
||||||
<Button className='mt-8' variant="ghost" onClick={() => window.open('/privacy-policy', '_blank')}>Your Privacy <ExternalLinkIcon className='opacity-50 h-4 w-4 ml-4' /></Button>
|
<Button className='mt-8' variant="ghost" onClick={() => window.open('/privacy-policy', '_blank')}>Your Privacy <ExternalLinkIcon className='opacity-50 h-4 w-4 ml-4' /></Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user