diff --git a/src/app/pages/about/page.tsx b/src/app/pages/about/page.tsx
new file mode 100644
index 0000000..e23c46c
--- /dev/null
+++ b/src/app/pages/about/page.tsx
@@ -0,0 +1,9 @@
+import { About } from "@/components/about";
+
+export default function AboutPage() {
+ return (
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/pages/claim-id/page.tsx b/src/app/pages/claim-id/page.tsx
new file mode 100644
index 0000000..7b68fed
--- /dev/null
+++ b/src/app/pages/claim-id/page.tsx
@@ -0,0 +1,49 @@
+import { EnsClaim } from "@/components/ens-claim";
+import { CheckCircle, Wallet, Globe } from "lucide-react";
+
+const features = [
+ {
+ icon: CheckCircle,
+ title: "Verified Member",
+ description: "Show your club affiliation prominently on social media and leaderboards.",
+ },
+ {
+ icon: Wallet,
+ title: "Easy Transfers",
+ description: "Send and receive crypto easily without copying 42-character hex strings.",
+ },
+ {
+ icon: Globe,
+ title: "Web3 Native",
+ description: "Log into dApps seamlessly using your new human-readable ENS subname.",
+ },
+];
+
+export default function ClaimIdPage() {
+ return (
+
+
+
+ Get your .web3uoa.eth identity
+
+
+ Ditch the long standard wallet addresses. Claim your personalised, readable Web3
+ identity, exclusive to University of Auckland Web3 Club members.
+