forked from UKSOURCE/ipv6
feat: memberships page
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import MembersPageClient from "@/app/components/members/MembersPageClient";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Our Members | IPv6 Enhanced 2026",
|
||||
description:
|
||||
"The collective force of leading global institutions driving IPv6 adoption across ASEAN's digital ecosystems.",
|
||||
};
|
||||
|
||||
export default function MembersPage() {
|
||||
return <MembersPageClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user