From 32668d7e415f5888e288b9c9f7f6b7b52b8d5f0a Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:20:27 +0100 Subject: [PATCH 01/10] Improve overall design --- src/components/Footer/Footer.component.tsx | 10 ++-- src/components/Header/Header.component.tsx | 4 +- src/components/Header/Navbar.component.tsx | 34 +++-------- src/components/Index/Hero.component.tsx | 39 +++++++----- src/components/Layout/Layout.component.tsx | 22 ++++--- src/components/Layout/PageTitle.component.tsx | 14 ++--- .../Product/DisplayProducts.component.tsx | 60 +++++++++---------- 7 files changed, 91 insertions(+), 92 deletions(-) diff --git a/src/components/Footer/Footer.component.tsx b/src/components/Footer/Footer.component.tsx index ec58b663e..0acea4f35 100644 --- a/src/components/Footer/Footer.component.tsx +++ b/src/components/Footer/Footer.component.tsx @@ -4,10 +4,12 @@ * @returns {JSX.Element} - Rendered component */ const Footer = () => ( -