diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7e39428..6c37642 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,19 +8,21 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function AboutPage() { return ( - + - -
+ +
- + );