diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c88f53e..a993b3d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,11 +8,17 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - - - + +
+ +
+
);