diff --git a/src/app/bio/page.tsx b/src/app/bio/page.tsx index 32dcc7e..fd9ec8b 100644 --- a/src/app/bio/page.tsx +++ b/src/app/bio/page.tsx @@ -6,17 +6,21 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function BioPage() { return ( - + + +
- +
+
); -} +} \ No newline at end of file