diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73c2a83..f51f0f6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a6ed22..9da583d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -294,7 +294,7 @@ export default function HomePage() { {/* Contact Section */}
); -} \ No newline at end of file +}