From 5694fedd92bd8ac0da4a5c8fa6d5044d6726578d Mon Sep 17 00:00:00 2001 From: amirmoghi3 Date: Tue, 25 Feb 2025 15:23:02 +0330 Subject: [PATCH] x --- src/components/NavBar/index.jsx | 18 +- src/messages/ar-OM.json | 14 +- src/messages/en.json | 12 +- src/styles/globals.css | 1 + src/view/Landing/components/AboutUs.jsx | 66 +- src/view/Landing/components/Footer.jsx | 6 +- src/view/Landing/components/Products.jsx | 2 +- src/view/Landing/components/Sides.jsx | 4 +- yarn.lock | 2995 ---------------------- 9 files changed, 65 insertions(+), 3053 deletions(-) delete mode 100644 yarn.lock diff --git a/src/components/NavBar/index.jsx b/src/components/NavBar/index.jsx index 791d2b6..a4e593d 100644 --- a/src/components/NavBar/index.jsx +++ b/src/components/NavBar/index.jsx @@ -79,19 +79,19 @@ const Navbar = ({ items }) => { className={` max-[1023px]:hidden lg:block tr03 ${!isScrolled && " lg:px-5 xl:px-20 "} `} >
- +
{isScrolled && (
-
-)} + + )}