Skip to content

Commit bea7fc8

Browse files
Remove API and Integrations from menu
Removed API and Integrations links from the navigation menu in the landing and pricing page footers.
1 parent 5f0ca94 commit bea7fc8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/landing/LandingFooter.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { Globe, TrendingUp } from "lucide-react";
32

43
export const LandingFooter = () => {
@@ -26,8 +25,6 @@ export const LandingFooter = () => {
2625
<ul className="space-y-3 text-slate-400">
2726
<li><a href="#features" className="hover:text-white transition-colors">Fonctionnalités</a></li>
2827
<li><a href="#dashboard" className="hover:text-white transition-colors">Dashboard</a></li>
29-
<li><a href="#" className="hover:text-white transition-colors">API</a></li>
30-
<li><a href="#" className="hover:text-white transition-colors">Integrations</a></li>
3128
</ul>
3229
</div>
3330
<div>

0 commit comments

Comments
 (0)