Refactor FloorSelect, SequenceSlider, and ProjectSelect components to use ComplexName type; update buildingType in projects data and add new HQ project. Enhance SearchFilters and FloorsPage for better UI consistency and functionality.
This commit is contained in:
@@ -5,6 +5,7 @@ export const projects: Project[] = [
|
||||
title: "Rove Home Marasi Drive",
|
||||
slug: "marasi-drive",
|
||||
img: "/images/search/rove_home_marasi_drive.png",
|
||||
buildingType: "residential",
|
||||
types: [
|
||||
{
|
||||
name: "Studio Flex",
|
||||
@@ -598,6 +599,7 @@ export const projects: Project[] = [
|
||||
title: "Rove Home Dubai Marina",
|
||||
slug: "dubai-marina",
|
||||
img: "/images/search/rove_home_dubai_marina.png",
|
||||
buildingType: "residential",
|
||||
types: [
|
||||
{
|
||||
name: "Studio² Type A",
|
||||
@@ -1986,4 +1988,12 @@ export const projects: Project[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rove Home HQ",
|
||||
slug: "hq",
|
||||
img: "/images/search/rove_home_hq.png",
|
||||
buildingType: "commercial",
|
||||
types: [],
|
||||
amentiesFloors: [],
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user