diff --git a/landing/app/component/LandingPage/Integrations.tsx b/landing/app/component/LandingPage/Integrations.tsx index c6a3ef2..1493801 100644 --- a/landing/app/component/LandingPage/Integrations.tsx +++ b/landing/app/component/LandingPage/Integrations.tsx @@ -6,21 +6,24 @@ const INTEGRATIONS = [ description: 'The Ultimate Spot Exchange', link: 'https://fill.city', linkText: 'Trade Now', - imagePath: '/assets/integrations/fill-city.png' + imagePath: '/assets/integrations/fill-city.png', + isComingSoon: true }, { name: 'Mango', description: 'Cross-Margin Trading, Borrow, Lend', link: 'https://app.mango.markets', linkText: 'Trade Now', - imagePath: '/assets/integrations/mango.png' + imagePath: '/assets/integrations/mango.png', + isComingSoon: true }, { name: 'CKS Systems', description: 'Blockchain Native Liquidity Provider', link: 'https://cks.systems/', linkText: 'Find out more', - imagePath: '/assets/integrations/cks.png' + imagePath: '/assets/integrations/cks.png', + isComingSoon: false } ] @@ -34,7 +37,10 @@ const Integrations = () => { return
})