From b9bf2c5e55bc6f8ff7ed96665ee39d7c6660da2b Mon Sep 17 00:00:00 2001 From: Cindy Sydney Bosibori Date: Tue, 10 Sep 2024 17:14:37 +0300 Subject: [PATCH 1/2] feat: implement category and featured sections --- components/layout/Footer.tsx | 2 +- components/pages/landing/CategorySection.tsx | 34 ++++++++++ components/pages/landing/FeaturedSection.tsx | 68 +++++++++++++++++++ components/pages/landing/HeroSection.tsx | 2 +- components/pages/landing/Index.tsx | 4 ++ components/ui/CategoryCard.tsx | 24 +++++++ public/assets/animation.png | Bin 0 -> 250908 bytes public/assets/audio.png | Bin 0 -> 200975 bytes public/assets/digital-art.png | Bin 0 -> 533161 bytes public/assets/game-art.png | Bin 0 -> 113348 bytes public/assets/game-assets.png | Bin 0 -> 193600 bytes public/assets/illustration.png | Bin 0 -> 86780 bytes public/assets/modelling.png | Bin 0 -> 65869 bytes public/assets/photography.png | Bin 0 -> 143514 bytes 14 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 components/pages/landing/CategorySection.tsx create mode 100644 components/pages/landing/FeaturedSection.tsx create mode 100644 components/ui/CategoryCard.tsx create mode 100644 public/assets/animation.png create mode 100644 public/assets/audio.png create mode 100644 public/assets/digital-art.png create mode 100644 public/assets/game-art.png create mode 100644 public/assets/game-assets.png create mode 100644 public/assets/illustration.png create mode 100644 public/assets/modelling.png create mode 100644 public/assets/photography.png diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 3bf68c3..25a962b 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -24,7 +24,7 @@ const Footer: React.FC = ({ privacyPolicyLink, }) => { return ( -