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
+1 -1
View File
@@ -18,7 +18,7 @@ export function ReferencesSection() {
role={item.role}
avatar={item.avatar}
rating={item.rating}
className="h-full w-[280px] shrink-0 rounded-sm"
className="h-full w-70 shrink-0 rounded-sm"
/>
);