-
+
- {["home", "search", "salons", "about_us", "contact_us"].map((item, index) => (
+ {["home", "salons", "about_us", "contact_us"].map((item, index) => (
{t(item)}
@@ -49,17 +49,17 @@ export default function BannerComponent() {
{isAuth ? (
-
+
) : (
-
+
-
- {t("my_order")}
+
+ {t("my_order")}
-
- {t("auth")}
+
+ {t("auth")}
)}
@@ -80,7 +80,7 @@ export default function BannerComponent() {
{/* ===== Left Content ===== */}
{/* Title */}
-
+
{t("des")}
@@ -147,10 +147,17 @@ export default function BannerComponent() {
{/* ===== Right Image ===== */}
+
+
-