This commit is contained in:
2026-02-10 14:58:00 +05:00
parent 8c83393ca8
commit 79a13e9ebd
22 changed files with 22 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,7 @@ import clsx from "clsx";
// ─── Props ───────────────────────────────────────────────
interface GenericFloorPlanProps extends React.SVGProps<SVGSVGElement> {
interface GenericFloorPlanProps {
complexName: ComplexName;
viewBox: string;
/** Floor plan background image path. Either this or `children` should be provided. */
+21 -4
View File
@@ -26,7 +26,7 @@ export const hqFloors: FloorData[] = [
"/images/floor-plans/hq/roof/content2.jpg",
],
},
video: "/videos/hq/roof.mp4",
video: "/videos/hq/roof_reset16.mp4",
},
// Reset 16
@@ -47,8 +47,12 @@ export const hqFloors: FloorData[] = [
],
images: {
main: "/images/floor-plans/hq/reset-16.jpg",
content: [],
content: [
"/images/floor-plans/hq/reset-16/content1.jpg",
"/images/floor-plans/hq/reset-16/content2.jpg",
],
},
video: "/videos/hq/roof_reset16.mp4",
},
// Podium Level
@@ -72,8 +76,16 @@ export const hqFloors: FloorData[] = [
],
images: {
main: "/images/floor-plans/hq/podium.jpg",
content: [],
content: [
"/images/floor-plans/hq/podium/content1.jpg",
"/images/floor-plans/hq/podium/content2.jpg",
"/images/floor-plans/hq/podium/content3.jpg",
"/images/floor-plans/hq/podium/content4.jpg",
"/images/floor-plans/hq/podium/content5.jpg",
"/images/floor-plans/hq/podium/content6.jpg",
],
},
video: "/videos/hq/podium.mp4",
},
// Parking Levels
@@ -114,8 +126,13 @@ export const hqFloors: FloorData[] = [
],
images: {
main: "/images/floor-plans/hq/ground.jpg",
content: [],
content: [
"/images/floor-plans/hq/ground/content1.jpg",
"/images/floor-plans/hq/ground/content2.jpg",
"/images/floor-plans/hq/ground/content3.jpg",
],
},
video: "/videos/hq/ground.mp4",
},
// Arcade Level