feat: add AboutPage and AboutContent component; integrate AnnouncementBar in layout

This commit is contained in:
Poyraz Avsever
2026-03-10 11:16:31 +03:00
parent f84d345612
commit 0b6a885014
20 changed files with 295 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
import { AboutContent } from "@/components/about-content";
export default function AboutPage() {
return <AboutContent />;
}