upd
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 205 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 248 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 257 KiB |
|
Before Width: | Height: | Size: 235 KiB After Width: | Height: | Size: 234 KiB |
@@ -9,7 +9,7 @@ import clsx from "clsx";
|
|||||||
|
|
||||||
// ─── Props ───────────────────────────────────────────────
|
// ─── Props ───────────────────────────────────────────────
|
||||||
|
|
||||||
interface GenericFloorPlanProps extends React.SVGProps<SVGSVGElement> {
|
interface GenericFloorPlanProps {
|
||||||
complexName: ComplexName;
|
complexName: ComplexName;
|
||||||
viewBox: string;
|
viewBox: string;
|
||||||
/** Floor plan background image path. Either this or `children` should be provided. */
|
/** Floor plan background image path. Either this or `children` should be provided. */
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export const hqFloors: FloorData[] = [
|
|||||||
"/images/floor-plans/hq/roof/content2.jpg",
|
"/images/floor-plans/hq/roof/content2.jpg",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
video: "/videos/hq/roof.mp4",
|
video: "/videos/hq/roof_reset16.mp4",
|
||||||
},
|
},
|
||||||
|
|
||||||
// Reset 16
|
// Reset 16
|
||||||
@@ -47,8 +47,12 @@ export const hqFloors: FloorData[] = [
|
|||||||
],
|
],
|
||||||
images: {
|
images: {
|
||||||
main: "/images/floor-plans/hq/reset-16.jpg",
|
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
|
// Podium Level
|
||||||
@@ -72,8 +76,16 @@ export const hqFloors: FloorData[] = [
|
|||||||
],
|
],
|
||||||
images: {
|
images: {
|
||||||
main: "/images/floor-plans/hq/podium.jpg",
|
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
|
// Parking Levels
|
||||||
@@ -114,8 +126,13 @@ export const hqFloors: FloorData[] = [
|
|||||||
],
|
],
|
||||||
images: {
|
images: {
|
||||||
main: "/images/floor-plans/hq/ground.jpg",
|
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
|
// Arcade Level
|
||||||
|
|||||||