Skip to content

Commit

Permalink
add : Title to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar committed Sep 14, 2024
1 parent ad739ae commit f9b4238
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/app/erebrus/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ import { erebrusFeatures, erebrusFeatures2 } from "@/utils/data";
import Image from "next/image";
import React from "react";


const Index = () => {
return (
<div className='bg-primary w-full pt-[17vh] md:pt-[20vh] flex flex-col items-center h-auto'>
<title>Erebrus | NetSepio</title>
<section className='flex flex-col items-center justify-between rounded-[20px] w-[95%] h-[1100px] md:h-[1400px]'>
<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
Expand Down
1 change: 1 addition & 0 deletions src/app/extension/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import React from "react";
const Index = () => {
return (
<div className='py-[16.7vh] flex items-center flex-col'>
<title>Extension | NetSepio</title>
<Hero />
<section className='w-full flex flex-col py-[12vh] items-center h-max'>
<h2 className='text-cta w-full mb-[6vh] text-center text-2xl font-medium md:text-5xl'>
Expand Down
1 change: 1 addition & 0 deletions src/app/mission/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function Home() {

return (
<>
<title>Mission | NetSepio</title>
<main className='flex min-h-screen bg-primary flex-col items-center justify-between p-4 lg:p-8'>
<section className='w-screen lg:mt-28 mt-20 space-y-8 lg:space-y-[4vh] flex flex-col items-center justify-center h-[542px] bg-cover bg-[url(/global.png)] bg-no-repeat lg:h-[724px]'>
<h2 className='text-2xl text-white font-semibold md:text-4xl lg:text-6xl text-center '>
Expand Down
3 changes: 2 additions & 1 deletion src/app/webapp/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import React from "react";

const Index = () => {
return (

<div className='bg-primary w-full py-[16.7vh] flex flex-col items-center h-auto'>

<title>Web App | NetSepio</title>
<div className='h-[90vh] relative flex flex-col py-[5vh] md:py-0 md:flex-row items-center w-full bg-[url(/images/extension/extension_bg.png)] bg-cover bg-white'>
<div className='absolute right-0 bottom-[40px] md:right-[35%] w-[140px] lg:w-[337px] h-[125px] lg:h-[316px] bg-[#11D9C5] rounded-full blur-3xl opacity-30' />
<div className='absolute right-0 bottom-0 md:right-[10%] w-[140px] lg:w-[337px] h-[125px] lg:h-[316px] bg-[#11D9C5] rounded-full blur-3xl opacity-30' />
Expand Down

0 comments on commit f9b4238

Please sign in to comment.