diff --git a/src/app/page.tsx b/src/app/page.tsx
index d5f1d52..6cb979b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -760,18 +760,6 @@ export default function HomePage() {
- {/* CTA if nothing selected yet */}
- {!selectedProduct && (
-
-
-
- )}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 2b5e076..a04fece 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -19,7 +19,7 @@ export default function Footer() {
style={{ background: '#ffffff', borderRadius: '16px', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '16px 32px', boxShadow: '0 2px 8px rgba(0,0,0,0.15)' }}
>