diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b7a0d05..c88d04e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,17 +9,19 @@ import { Star } from "lucide-react"; export default function AboutPage() { return ( - + - +
- +
);