Update dashboard styles and branding to reflect HexaHost theme. Change primary colors, background gradients, and text styles across various components. Enhance layout and navigation elements for improved user experience.
This commit is contained in:
@@ -25,8 +25,17 @@ const outfit = Outfit({ subsets: ["latin"], variable: "--font-outfit" });
|
||||
const brandName = process.env.NEXT_PUBLIC_BRAND_NAME || "Axiom";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: `${brandName} - Ultimate Discord Bot`,
|
||||
description: "Advanced Discord community management and security.",
|
||||
title: `${brandName} — by HexaHost`,
|
||||
description: "Axiom Discord Bot Dashboard — powered by HexaHost.",
|
||||
icons: {
|
||||
icon: [
|
||||
{ url: "/favicon.svg", type: "image/svg+xml" },
|
||||
{ url: "/favicon.ico" },
|
||||
{ url: "/favicon-32.png", sizes: "32x32", type: "image/png" },
|
||||
],
|
||||
apple: [{ url: "/apple-touch-icon.png", sizes: "180x180" }],
|
||||
shortcut: "/favicon.ico",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user