Skip to content

Commit

Permalink
bg webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jul 25, 2024
1 parent 9be43ed commit c37cc23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/images/webapp/hero2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/webapp/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from "react";
const Index = () => {
return (
<div className='bg-primary w-full flex flex-col items-center h-auto'>
<section className=' h-screen md:h-[967px] w-full space-y-5 md:space-y-10 md:pt-[10vh] bg-cover flex flex-col justify-center px-[3.5%] bg-[url(/images/webapp/hero.svg)] bg-no-repeat'>
<section className=' h-screen md:h-[967px] w-full space-y-5 md:space-y-10 md:pt-[10vh] bg-cover flex flex-col justify-center px-[3.5%] bg-[url(/images/webapp/hero2.png)] bg-no-repeat'>
<h3 className='uppercase text-white text-3xl md:text-[95px] leading-none font-semibold flex flex-col'>
<span>Netsepio</span>
<span>Webapp</span>
Expand Down

0 comments on commit c37cc23

Please sign in to comment.