Skip to content

Commit

Permalink
update : erebrus page ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar committed Sep 2, 2024
1 parent d05cf4a commit ad739ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
Binary file added public/images/erebrus/erebruslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 16 additions & 9 deletions src/app/erebrus/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,29 @@ const Index = () => {
return (
<div className='bg-primary w-full pt-[17vh] md:pt-[20vh] flex flex-col items-center h-auto'>
<section className='flex flex-col items-center justify-between rounded-[20px] w-[95%] h-[1100px] md:h-[1400px]'>
<h2 className='mt-3 md:w-[50%] text-center mb-[4%] text-white font-extrabold text-xl md:text-4xl leading-tight'>
Secure, Decentralized VPN Service for Enhanced Privacy and Anonymity
</h2>
<h1 className='text-3xl md:text-5xl max-w-[90%] md:max-w-1/2 text-center font-light lg:mb-10'>
Secure, Decentralized VPN Service<br/> for Enhanced Privacy and Anonymity
</h1>
<div className='w-[90vw] h-[90%] relative'>
<Image
src={"/images/erebrus/hero.png"}
className='object-cover rounded-[10px]'
alt='hero'
fill
/>
<Image
src="/images/erebrus/erebruslogo.png"
className="absolute top-1/2 transform left-10 md:left-10 -translate-y-1/2 w-[40vw] md:w-[25vw] h-auto"
alt="logo"
width={1000}
height={600}
/>
</div>
<div className='flex flex-1 gap-[39px] py-20 w-[90vw] items-center mt-[3%] flex-col rounded-3xl' style={{background: 'linear-gradient(to top right, #11D9C580 10%, #64B96840 30%, #141E4380 50%)',}}>
<h3 className='font-medium flex text-white text-xl md:text-[40px] md:leading-normal '>
<div className='flex flex-1 gap-[39px] py-10 w-[70vw] items-center mt-[3%] flex-col rounded-3xl' style={{background: 'linear-gradient(to top right, #11D9C580 10%, #64B96840 30%, #141E4380 50%)',}}>
<h1 className='font-medium flex text-white text-xl md:text-2xl md:leading-normal '>
ABOUT
</h3>
<p className='md:text-[34px] text-center md:w-[75%] mt-[1%] leading-tight text-xl font-light text-white'>
</h1>
<p className='md:text-xl text-center md:w-[75%] mt-[1%] leading-tight text-xl font-light text-white'>
Erebrus is a shared decentralized VPN Service based on the WireGuard
Protocol. It is designed to enhance users privacy, anonymity,
and security when using Public Wi-Fi. {" "}
Expand Down Expand Up @@ -122,8 +129,8 @@ const Index = () => {

</section>

<section className='mt-[119px] w-[90%] gap-[7vw] flex flex-col'>
<div className='w-full h-max flex flex-col md:flex-row gap-[2vw] justify-between'>
<section className='mt-[119px] w-[90%] gap-[7vw] flex flex-col '>
<div className='w-full h-max flex flex-col md:flex-row gap-[2vw] justify-between '>
<h2 className='font-medium text-xl text-white md:text-[55px] leading-tight w-1/2'>
Features of erebrus
</h2>
Expand Down
9 changes: 4 additions & 5 deletions src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,17 @@ export const cardDetails = [
{
image: "pix_4",
title: "Mobile App",
link: "https://drive.google.com/file/d/1jdkqwIXY825iG3shRRoFyg5SMGy6LN8J/view?usp=drive_link",
button: "Download now",
link: "mobile",
button: "Learn more",

desc: "Empower your online activity with our Erebrus mobile app for secure, private and accessible network. We utilize NFTs for robust privacy and decentralization.",
},
{
image: "pix_3",
// title: "Reliable Uptime,<br/><br/> Fast connectivity",
title: "Sotreus",
// link: "/",
link: "#",
button: "Coming soon",
link: "sotreus",
button: "Learn more",
desc: "Redefined digital connectivity for enterprises. Unleash the future of internet with a secure and private network with firewall and dedicated ÐVPN.",
},
{
Expand Down

0 comments on commit ad739ae

Please sign in to comment.