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 */} 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",