From 830b9ad6f88eff493d4dd8cb28553e685356d374 Mon Sep 17 00:00:00 2001 From: Dosseh91 <98787470+Dosseh91@users.noreply.github.com> Date: Wed, 17 Dec 2025 23:16:33 +0100 Subject: [PATCH] Update category links to listings page --- src/pages/Home.tsx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index c9926fa..f219c4f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -79,25 +79,30 @@ const Home: React.FC = () => {
{categories.slice(0, 6).map(category => ( - +
-
-

- {category.name} -

-

- {category.description} -

-
- -
-
- - ))} + +
+

+ {category.name} +

+

+ {category.description} +

+
+ + +
+ + + ))}
@@ -212,4 +217,4 @@ const Home: React.FC = () => { ); }; -export default Home; \ No newline at end of file +export default Home;