با نوبت724
diff --git a/components/home/search/index.js b/components/home/search/index.js
index f0e2b51..df59f45 100644
--- a/components/home/search/index.js
+++ b/components/home/search/index.js
@@ -9,7 +9,7 @@ function SearchBar() {
variant="contained"
className="
!py-[4px] sm:!py-[7px] md:!py-[10px] lg:!py-[12px] !gap-3
- !px-[4px] sm:!px-[8px] md:!px-[12px] lg:!px-[16px]
+ !px-[4px] sm:!px-[8px] md:!px-[12px] lg:!px-[16px] !mt-[50px]
!bg-[#FAFAFA] !transition-all !duration-500 !shadow-[0px_1px_24.8px_0px_rgba(204,_204,_204,_0.18)] w-full lg:w-fit
"
>
diff --git a/components/layout/index.js b/components/layout/index.js
index 4dc5647..38a6b89 100644
--- a/components/layout/index.js
+++ b/components/layout/index.js
@@ -43,9 +43,11 @@ function Layout({ children, isTurnsDetails, setIsTurnsDetails, title, name, isOp
{disableFooter ? undefined : (
-