diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87df426..826c1e4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -61,6 +61,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 45908ba..d233065 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -31,6 +31,7 @@ export default function PricingPage() {
);
-}
+}
\ No newline at end of file