From e48b6d75eff3e4289e4eaeeacfb31a37319c852b Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Wed, 18 Jun 2025 18:03:30 +0500 Subject: [PATCH] upd --- .env | 2 +- src/components/AboutMarasiDrive.tsx | 6 +++--- src/components/MarasiDriveInteriorsSlider.tsx | 10 +++++----- src/components/ui/Button.tsx | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.env b/.env index ec09a95..90eaa48 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_API_URL=http://192.168.1.168:4002 +VITE_API_URL=http://192.168.1.224:4002 # VITE_API_URL=http://194.26.138.94:4002 \ No newline at end of file diff --git a/src/components/AboutMarasiDrive.tsx b/src/components/AboutMarasiDrive.tsx index 877af3c..4c505f1 100644 --- a/src/components/AboutMarasiDrive.tsx +++ b/src/components/AboutMarasiDrive.tsx @@ -77,7 +77,7 @@ function AboutMarasiDrive() {

-
+

@@ -129,7 +129,7 @@ function AboutMarasiDrive() { ))}

-
+

Inspired interiors @@ -205,7 +205,7 @@ function AboutMarasiDrive() {

-
+
+
setCurrentIndex(Math.max(currentIndex - 1, 0))} - className="!bg-[#F3F3F2] absolute 2xl:left-[27.778vw] top-1/2 -translate-y-1/2" + className="!bg-[#F3F3F2] absolute 2xl:left-[27.778vw] top-[15.833vw]" > - + diff --git a/src/components/ui/Button.tsx b/src/components/ui/Button.tsx index 6fd5b9f..b03f225 100644 --- a/src/components/ui/Button.tsx +++ b/src/components/ui/Button.tsx @@ -43,10 +43,10 @@ function Button({ ], variant === "link" && "text-sm text-black/50 w-fit", variant === "primary" && - "bg-[#00BED7] text-white hover:bg-[#0AB3C9] active:bg-[#00A7BD] ", + "!bg-[#f3f3f2] text-white hover:!bg-[#0AB3C9] active:!bg-[#00A7BD] disabled:!bg-[#0D1922]/8 disabled:!text-[#0D1922]/40", variant === "secondary" && "bg-white text-[#0D1922]/70", variant === "tertiary" && - "text-xs leading-[135%] text-[#0D1922]/70 !px-0 hover:text-[#0D1922] disabled:bg-transparent", + "text-xs leading-[135%] text-[#0D1922]/70 !px-0 hover:!text-[#0D1922] disabled:!bg-transparent", roundedFull ? "rounded-full" : "2xl:rounded-[0.833vw] rounded-xl", className )}