Update src/app/layout.tsx

This commit is contained in:
2026-03-05 06:23:59 +00:00
parent caf32cc5c4
commit 41efd2e555

View File

@@ -6,43 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "HexaCraft - Minecraft Hosting at ₹20/GB",
description: "Powerful, affordable Minecraft server hosting. Instant setup, NVMe SSD, DDoS protection, 99.9% uptime. ₹20/GB RAM. Start your server today!",
keywords: "minecraft hosting, server hosting, affordable hosting, DDoS protection, minecraft server, gaming hosting",
metadataBase: new URL("https://hexacraft.hosting"),
title: "HexaCraft - Minecraft Hosting at ₹20/GB", description: "Powerful, affordable Minecraft server hosting. Instant setup, NVMe SSD, DDoS protection, 99.9% uptime. ₹20/GB RAM. Start your server today!", keywords: "minecraft hosting, server hosting, affordable hosting, DDoS protection, minecraft server, gaming hosting", metadataBase: new URL("https://hexacraft.hosting"),
alternates: {
canonical: "https://hexacraft.hosting",
},
canonical: "https://hexacraft.hosting"},
openGraph: {
title: "HexaCraft - Minecraft Hosting at ₹20/GB",
description: "Powerful, affordable Minecraft server hosting with instant setup and enterprise features.",
type: "website",
siteName: "HexaCraft",
images: [
title: "HexaCraft - Minecraft Hosting at ₹20/GB", description: "Powerful, affordable Minecraft server hosting with instant setup and enterprise features.", type: "website", siteName: "HexaCraft", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png",
alt: "HexaCraft Minecraft Hosting",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png", alt: "HexaCraft Minecraft Hosting"},
],
},
twitter: {
card: "summary_large_image",
title: "HexaCraft - Minecraft Hosting at ₹20/GB",
description: "Powerful, affordable Minecraft server hosting.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png",
],
card: "summary_large_image", title: "HexaCraft - Minecraft Hosting at ₹20/GB", description: "Powerful, affordable Minecraft server hosting.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVvoJpoys0QjDz9w505JtM24pt/a-professional-minecraft-gaming-setup-wi-1772690808995-c87cb41c.png"],
},
};
@@ -1430,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}