diff --git a/app/about/references/page.tsx b/app/about/references/page.tsx
new file mode 100644
index 0000000..ae8c172
--- /dev/null
+++ b/app/about/references/page.tsx
@@ -0,0 +1,5 @@
+import { ReferencesDetailContent } from "@/components/references-detail-content";
+
+export default function AboutReferencesPage() {
+ return ;
+}
diff --git a/app/about/volunteer-community/page.tsx b/app/about/volunteer-community/page.tsx
new file mode 100644
index 0000000..2f2e732
--- /dev/null
+++ b/app/about/volunteer-community/page.tsx
@@ -0,0 +1,5 @@
+import { VolunteerCommunityContent } from "@/components/volunteer-community-content";
+
+export default function AboutVolunteerCommunityPage() {
+ return ;
+}
diff --git a/components/about-content.tsx b/components/about-content.tsx
index 92b6f04..8e948bd 100644
--- a/components/about-content.tsx
+++ b/components/about-content.tsx
@@ -1,8 +1,10 @@
"use client";
import Image from "next/image";
-import { Card, Typography } from "poyraz-ui/atoms";
+import Link from "next/link";
+import { Badge, Card, Typography } from "poyraz-ui/atoms";
import { Sheet, SheetContent, SheetTitle, SheetTrigger } from "poyraz-ui/molecules";
+import { BOOKMARKS } from "@/data/bookmarks";
import { certificates } from "@/data/certificates";
import { EDUCATION } from "@/data/education";
import { EXPERIENCE } from "@/data/experience";
@@ -118,6 +120,78 @@ export function AboutContent() {
+
+
+
+
+
+ References
+
+
+ Open the full reference list in a dedicated detail page.
+
+
+
+
+
+
+
+ Volunteer & Community
+
+
+ Timeline and contribution details in a separate detail page.
+
+
+
+
+
+
+
+
+
+
+ Bookmarks
+