Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "@/config/styles/index.scss";
export const metadata = {
title: "AssetMantle",
description:
"AssetMantle pioneers Assetization using its unique Asset Specification to build Digitally Owned Assets and Tokenized Assets",
"AssetMantle is the Assetization Infrastructure Layer, providing the proprietary infra and frameworks to tokenize real-world assets (RWAs) and enable seamless Web3 assetization solutions.",
};

export default function RootLayout({ children }) {
Expand Down Expand Up @@ -152,7 +152,7 @@ export default function RootLayout({ children }) {
<meta property="og:title" content="AssetMantle" />
<meta
property="og:description"
content="AssetMantle pioneers Assetization using its unique Asset Specification to build Digitally Owned Assets and Tokenized Assets"
content="AssetMantle is the Assetization Infrastructure Layer, providing the proprietary infra and frameworks to tokenize real-world assets (RWAs) and enable seamless Web3 assetization solutions."
/>
<meta property="og:type" content="website" />
{/* open graph ends */}
Expand All @@ -162,7 +162,7 @@ export default function RootLayout({ children }) {
<meta name="twitter:title" content="AssetMantle" />
<meta
name="twitter:description"
content="AssetMantle pioneers Assetization using its unique Asset Specification to build Digitally Owned Assets and Tokenized Assets"
content="AssetMantle is the Assetization Infrastructure Layer, providing the proprietary infra and frameworks to tokenize real-world assets (RWAs) and enable seamless Web3 assetization solutions."
/>
<meta name="twitter:image" content="/og.png" />
{/* twitter ends */}
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
"build": "next build",
"start": "next start",
"serve": "next build && next start",
"lint": "next lint",
"postbuild": "next-sitemap"
"lint": "next lint"
},
"dependencies": {
"@sendgrid/mail": "^8.1.4",
"bootstrap": "^5.3.3",
"framer-motion": "^12.0.6",
"next": "14.2.14",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
Expand Down