+
How It Works
@@ -414,25 +415,7 @@ export default function HomePage() {
- {/* Footer */}
-
+
)
}
diff --git a/frontend/src/app/tld-pricing/[tld]/page.tsx b/frontend/src/app/tld-pricing/[tld]/page.tsx
index f7bc6a8..21072c4 100644
--- a/frontend/src/app/tld-pricing/[tld]/page.tsx
+++ b/frontend/src/app/tld-pricing/[tld]/page.tsx
@@ -3,6 +3,7 @@
import { useEffect, useState } from 'react'
import { useParams } from 'next/navigation'
import { Header } from '@/components/Header'
+import { Footer } from '@/components/Footer'
import { api } from '@/lib/api'
import {
ArrowLeft,
@@ -398,6 +399,8 @@ export default function TldDetailPage() {