Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jul 25, 2024
1 parent 20aeabf commit 3d11a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/images/extension/install_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/extension/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const Index = () => {
return <FeatureItem item={item} key={index.toString()} />;
})}
</section>
<section className='w-[90%] mt-[5%] lg:mt-[10%] space-y-[5vh] lg:pace-y-[10vh] flex flex-col items-center justify-center h-[542px] bg-cover bg-[url(/images/extension/install_bg.svg)] bg-no-repeat lg:h-[724px]'>
<section className='w-[90%] mt-[5%] lg:mt-[10%] space-y-[5vh] lg:pace-y-[10vh] flex flex-col items-center justify-center h-[542px] bg-cover bg-[url(/images/extension/install_bg.png)] bg-no-repeat lg:h-[724px]'>
<h2 className='text-2xl text-white font-semibold md:text-6xl '>
NetSepio Browser Extension
</h2>
<p className='bg-gradient-to-r from-primary to-[#3185FC] from-0% via-90% to-100% via-[#91A6FF] bg-clip-text text-transparent font- text-lg lg:text-3xl'>
<p className='text-lg lg:text-3xl'>
Don&apos;t just browse the web—browse it better.
</p>
<CustomBtn
Expand Down

0 comments on commit 3d11a33

Please sign in to comment.