diff --git a/src/app/social-media/page.tsx b/src/app/social-media/page.tsx index 3f7f40f..85e1c43 100644 --- a/src/app/social-media/page.tsx +++ b/src/app/social-media/page.tsx @@ -7,9 +7,13 @@ import TextAnimation from "@/components/text/TextAnimation"; export default function SocialMediaPage() { return ( - +
- +
);