Refactor FloorPlan components: replace placeholder return with detailed SVG floor plans for Marasi Drive East and West, and update FloorsPage to reflect new padding for floor plan display.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -84,7 +84,7 @@ function FloorsPage() {
|
||||
<UnitTypeBadge type="2 Bedroom" count={7} />
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-[1.111vw] bg-[#F3F3F2] rounded-[0.833vw]">
|
||||
<div className="p-[4.444vw] bg-[#F3F3F2] rounded-[0.833vw]">
|
||||
<FloorPlanDubaiMarina selectedFloor={selectedFloor} />
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@ function FloorsPage() {
|
||||
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
|
||||
<p className="text-h4 font-medium">{selectedFloor} floor</p>
|
||||
</div>
|
||||
<div className="p-[1.111vw] bg-[#F3F3F2] rounded-[0.833vw]">
|
||||
<div className="p-[4.444vw] bg-[#F3F3F2] rounded-[0.833vw]">
|
||||
{selectedFloor.split(" ")[0] === "East" && (
|
||||
<FloorPlanMarasiDriveEast
|
||||
selectedFloor={selectedFloor.split(" ").at(-1)!}
|
||||
|
||||
Reference in New Issue
Block a user