diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f594f72..1c4d999 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,10 +28,10 @@ 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 5aeb504..91cb5a7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,10 +27,10 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2be6dca..6c8577a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 79b9da6..a233923 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,10 +33,10 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bc8d915..d2206ae 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -28,10 +28,10 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}