diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 22c5663..ee3e03d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,28 +45,20 @@ export default function AboutPage() {
); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index d52a328..d5c8132 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() {
); -} \ No newline at end of file +}