fix: ui title home page, add pricing card registration page

This commit is contained in:
2026-05-19 15:06:59 +07:00
parent 8b061f7489
commit e5955d2e66
8 changed files with 79 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"),
title: "IPv6 Enhanced 2026 | Infrastructure for AI",
description:
"IPv6 for AI & Data Centre Enhanced 2026 — a premier event for next-gen infrastructure in ASEAN.",
"IPv6 - Enhanced for AI & Data Centre Enhanced 2026 — a premier event for next-gen infrastructure in ASEAN.",
};
export default function RootLayout({ children }: { children: React.ReactNode }) {