fix footer section padding

This commit is contained in:
2026-06-25 17:10:35 +05:30
parent b233992f30
commit 7f6b42153a
11 changed files with 497 additions and 172 deletions

View File

@@ -18,7 +18,6 @@ export function PremiumPageShell({ children, className = "" }: PremiumPageShellP
{children}
</main>
{/* Footer */}
<PremiumFooter />
</div>
);