From 2a29f4cb3ee513a0ee7ab8338f58ba51fbf1248c Mon Sep 17 00:00:00 2001
From: Akhlak Hossain Jim
<73884856+Akhlak-Hossain-Jim@users.noreply.github.com>
Date: Fri, 7 Mar 2025 11:37:25 +0600
Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=95updated?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/layout.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/layout.js b/app/layout.js
index 6927cf8..5b36c06 100644
--- a/app/layout.js
+++ b/app/layout.js
@@ -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 }) {
@@ -152,7 +152,7 @@ export default function RootLayout({ children }) {
{/* open graph ends */}
@@ -162,7 +162,7 @@ export default function RootLayout({ children }) {
{/* twitter ends */}
From e801dabad4df284431bdf66811d599c5e0671bcc Mon Sep 17 00:00:00 2001
From: Akhlak Hossain Jim
<73884856+Akhlak-Hossain-Jim@users.noreply.github.com>
Date: Fri, 7 Mar 2025 11:38:19 +0600
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A7=A9package=20cleanup?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package.json b/package.json
index feca329..9737ef4 100644
--- a/package.json
+++ b/package.json
@@ -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",