diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3d26602..0f36be9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,4 +61,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f299a7c..43b3efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -263,4 +263,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}