diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index eb079a6..15b0c73 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { > ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58f944d..54e0576 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,7 +22,7 @@ export default function ContactPage() { > ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 184365a..d45baac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function WebAgency2Page() { > ); -} +} \ No newline at end of file