Merge branch 'main' of http://192.168.1.163:3000/inmake/irth-new-client-120
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -170,13 +170,13 @@ function FloorsPage() {
|
||||
</div>
|
||||
</div>
|
||||
{selectedFloor !== "39-40" && selectedFloor !== "41-42" && (
|
||||
<div className="flex items-center justify-center gap-2">
|
||||
<div className="flex gap-2 justify-center items-center">
|
||||
<Button
|
||||
variant={!isCombinable ? "cta" : "primary"}
|
||||
// className="w-full"
|
||||
onClick={() => setIsCombinable(false)}
|
||||
>
|
||||
Standart
|
||||
Standard
|
||||
</Button>
|
||||
<Button
|
||||
variant={isCombinable ? "cta" : "primary"}
|
||||
|
||||
@@ -212,7 +212,7 @@ function UnitPage() {
|
||||
{unit.balconyArea.toFixed(2)} Sqft
|
||||
</p>
|
||||
</div> */}
|
||||
<div className="flex justify-between">
|
||||
{/* <div className="flex justify-between">
|
||||
<p className="text-s opacity-70">Status</p>
|
||||
<p className="text-s">
|
||||
{unit.projectSlug === "dubai-marina" &&
|
||||
@@ -221,7 +221,7 @@ function UnitPage() {
|
||||
: unit.state.charAt(0).toUpperCase() +
|
||||
unit.state.slice(1).replace(/_/g, " ")}
|
||||
</p>
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="flex justify-between">
|
||||
<p className="text-s opacity-70">Parking Space</p>
|
||||
<p className="text-s">{unit.noOfParkingSpace}</p>
|
||||
|
||||
Reference in New Issue
Block a user