diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1a64d07..4c2bfe5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1389,4 +1389,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 36cf608..5be7a46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,4 +200,4 @@ export default function DigiBridgedLanding() { ); -} \ No newline at end of file +} diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 78c7051..8998ffc 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -85,4 +85,4 @@ export default function PricingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/process/page.tsx b/src/app/process/page.tsx index 0b9de00..b053372 100644 --- a/src/app/process/page.tsx +++ b/src/app/process/page.tsx @@ -99,4 +99,4 @@ export default function ProcessPage() { ); -} \ No newline at end of file +}