Skip to content

Commit

Permalink
metadata\
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jul 26, 2024
1 parent c37cc23 commit bc44513
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
Binary file added public/metaimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 29 additions & 1 deletion src/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,35 @@ export const metadata = {
metadataBase: new URL("https://netsepio.com"),
title: "NetSepio",
description:
"Protect your online presence with NetSepio, the decentralized cybersecurity platform. Say goodbye to malware and scams with our innovative features, including Web3 archive and DAO-driven governance. Download now for free.",
"Securing and decentralizing the internet layer with Cybersecurity and powered by DePIN technology.",
openGraph: {
type: 'website',
url: 'https://netsepio.com',
title: 'NetSepio',
description: 'Securing and decentralizing the internet layer with Cybersecurity and powered by DePIN technology.',
images: [
{
url: '/metaimg.png',
width: 1200,
height: 630,
alt: 'NetSepio',
},
],
},
twitter: {
card: 'summary_large_image',
site: '@NetSepio',
title: 'NetSepio',
description: 'Securing and decentralizing the internet layer with Cybersecurity and powered by DePIN technology.',
images: [
{
url: '/metaimg.png',
width: 1200,
height: 630,
alt: 'NetSepio',
},
],
},
};

export default function RootLayout({ children }) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Footer = () => {
/>
</Link>
<p className="text-[20px] mt-[22px] sm:mt-[55px] text-white w-[280px] font-light">
AI DePIN CyberSecurity which Protects Online Presence
Securing and decentralizing the internet layer with Cybersecurity and powered by DePIN technology.
</p>
</div>

Expand Down

0 comments on commit bc44513

Please sign in to comment.