From cf97f7c27971087db536ae9cbf8d6bdf3d9bfaae Mon Sep 17 00:00:00 2001
From: Lanskikh
Date: Tue, 5 Aug 2025 17:45:00 +0500
Subject: [PATCH] removed status info
---
.env | 4 ++--
src/data/projects.ts | 2 +-
src/pages/UnitPage.tsx | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.env b/.env
index 370ab26..d63da65 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
-VITE_API_URL=http://192.168.1.224:4002
+# VITE_API_URL=http://192.168.1.224:4002
# VITE_API_URL=http://192.168.1.144:4002
# VITE_API_URL=http://194.26.138.94:4002
-# VITE_API_URL=https://irthtest.online/api
+VITE_API_URL=https://irthtest.online/api
# VITE_API_URL=https://irth.graff.estate/api
\ No newline at end of file
diff --git a/src/data/projects.ts b/src/data/projects.ts
index 6da2240..0d63e33 100644
--- a/src/data/projects.ts
+++ b/src/data/projects.ts
@@ -861,7 +861,7 @@ export const projects: Project[] = [
video: {
title: "1 Bedroom",
desc: "Live in the future, today",
- src: "/videos/unit-types/dubai-marina/1br_apartments_comp.mp4",
+ src: "/videos/unit-types/dubai-marina/1br-apartments-comp.mp4",
},
interiors: [
"/images/interiors/dubai-marina/1-bedroom-a/1.png",
diff --git a/src/pages/UnitPage.tsx b/src/pages/UnitPage.tsx
index 0aa2ae1..048a868 100644
--- a/src/pages/UnitPage.tsx
+++ b/src/pages/UnitPage.tsx
@@ -212,7 +212,7 @@ function UnitPage() {
{unit.balconyArea.toFixed(2)} Sqft
*/}
-
+ {/*
Status
{unit.projectSlug === "dubai-marina" &&
@@ -221,7 +221,7 @@ function UnitPage() {
: unit.state.charAt(0).toUpperCase() +
unit.state.slice(1).replace(/_/g, " ")}
-
+
*/}
Parking Space
{unit.noOfParkingSpace}