refactor: remove IntegrationSection from homepage to streamline layout and improve code maintainability

This commit is contained in:
Usman Baig
2026-01-30 16:20:04 +01:00
parent 9eeb1b249c
commit 4e0a7a0142
3 changed files with 66 additions and 35 deletions

View File

@@ -26,6 +26,9 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse' }: FooterProps)
<Component href="/faq" className="hover:text-brand-orange transition-colors">
FAQ
</Component>
<Component href="/installation" className="hover:text-brand-orange transition-colors">
Installation
</Component>
</div>
</div>
</div>