From 74b09b1adf8d3dc53558ac9224d1cf3eba3ae4c2 Mon Sep 17 00:00:00 2001 From: Haziq Khairi Date: Tue, 9 Jan 2024 22:19:03 +0800 Subject: [PATCH] feat: add link to explore featured artworks --- src/pages/Home.jsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index ad54705..172252c 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -1,11 +1,23 @@ import MoreArt from './MoreArt'; import Categories from '../components/Categories'; +import { Link } from 'react-router-dom'; +import { FaArrowRight } from 'react-icons/fa'; // Importing an arrow icon const Home = () => { return (
-
ArtistryHub.
-

Explore our world of creative designs.

+
+
ArtistryHub.
+ + Explore Featured Artworks + +
+

+ Explore our world of creative designs. +