diff --git a/src/main/resources/WorkWith/businesses.html b/src/main/resources/WorkWith/businesses.html
index 6fd24d7b23c8fda98682c284f6b5de85a007bf8e..f0fcf1a6ff92fb7176a1e3c4a496f1aeba765aac 100644
--- a/src/main/resources/WorkWith/businesses.html
+++ b/src/main/resources/WorkWith/businesses.html
@@ -10,7 +10,10 @@
 <h1>Compete with Online Retailers</h1>
 <h1>Drive Footfall to the high street</h1>
 <h1>Increase Sales</h1>
-<p>Businesses please enter here</p><button><a href="businesses.html" id="business">Login</a></button>
+<ul th:each="businesses:${business}">
+    <li th:text="${businesses}"></li>
+</ul>
+<p>Businesses please enter here</p><button><a href="business-data.html" id="business">Login</a></button>
 </body>
 <footer th:insert="~{/towns/Templating.html::footer}"></footer>
 </html>
\ No newline at end of file