Skip to content

Commit

Permalink
Banner Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Suresh Chand committed Jan 13, 2024
1 parent 12cf4f5 commit 72b09f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added public/images/banner.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: 4 additions & 0 deletions src/app/components/HeroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ const HeroImage = () => {
<section id="about" className="relative overflow-hidden z-10 py-[110px]">
<div className="container mx-auto">
<div className="flex flex-wrap mx-[-16px]">

<img src="./images/banner.png" alt="Suresh Chand | Professional Web and Application Developer" className="hidden" />
<img src="./images/HeroImage.png" alt="Suresh Chand | Professional Web and Application Developer" className="hidden" />

<div className="w-full px-4">
<div className="mx-auto max-w-[570px] text-center wow fadeInUp" data-wow-delay=".2s" style={{
visibility: "visible",
Expand Down
12 changes: 10 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,32 @@ export const metadata: Metadata = {
name : "Suresh Chand",
url : "https://sureshchand.com.np"
},
keywords : ["Suresh Chand, Wordpress Developer, Full Stack Developer, React, React Native, Nextjs, Node, Programmer"],
generator : "Next",
referrer : "origin",
viewport : {
initialScale : 1.0,
width : "device-width"
},
creator : "Suresh Chand",
openGraph : {
type : "profile",
title : TITLE,
description : DESCRIPTION,
url : "https://sureshchand.com.np",
countryName : "Nepal",
siteName : "Suresh Chand"
siteName : "Suresh Chand",
images : [{
url : "https://sureshchand.com.np/images/banner.png"
}]
},
twitter : {
card : "summary_large_image",
title : TITLE,
description : DESCRIPTION,
creator : "Suresh Chand",
site : "Suresh Chand"
site : "Suresh Chand",
images : "https://sureshchand.com.np/images/banner.png"
},
category : "Portfolio"
}
Expand Down

0 comments on commit 72b09f7

Please sign in to comment.