forked from UKSOURCE/ipv6
1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import GalleryPageClient from "@/app/components/gallery/GalleryPageClient";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Event Gallery | IPv6 Enhanced 2026",
|
||||
description:
|
||||
"Experience the journey of IPv6 adoption through our event highlights and join the Council today.",
|
||||
};
|
||||
|
||||
export default function GalleryPage() {
|
||||
return <GalleryPageClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user