diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f00d78f..2a583d8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,4 +81,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 b480047..b4912e6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -74,4 +74,4 @@ Just send us a message with what you need, and we’ll get back to you as soon a ); -} \ No newline at end of file +}