refactor: remove IntegrationSection from homepage to streamline layout and improve code maintainability
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user