diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d20c62d..d34cb4e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -161,4 +161,4 @@ 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 a5cc418..daa211f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,7 +33,7 @@ export default function ContactPage() { ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cecf031..0a76bd9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -198,4 +198,4 @@ export default function ServicesPage() { ); -} +} \ No newline at end of file