diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index d7e2c96..0cd1c7b 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -64,4 +64,4 @@ export default function ContactUsPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a2b68b7..a0c6e6f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,4 +65,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/estimate/page.tsx b/src/app/estimate/page.tsx index d281325..79f2f6b 100644 --- a/src/app/estimate/page.tsx +++ b/src/app/estimate/page.tsx @@ -69,4 +69,4 @@ export default function EstimatePage() { ); -} \ No newline at end of file +} diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 2e66074..8e654f8 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -60,4 +60,4 @@ export default function FleetPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index df7e7b8..c55e0e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,4 +131,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}