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
@@ -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