Refactor ProjectSelect and UnitTypeCard components; enhance styling and add new unit types to projects data

This commit is contained in:
2025-04-28 16:51:05 +05:00
parent d43ef88e15
commit a44f2fbb98
18 changed files with 263 additions and 63 deletions
+51 -4
View File
@@ -5,18 +5,60 @@ export const projects = [
types: [
{
name: "Studio Flex",
img: "",
img: "/images/unit-types/marasi-drive/studio_flex.jpg",
wings: "West Wing",
floors: "Floor 5-21",
area: "341-366 Sqft",
},
{
name: "Studio²",
img: "",
img: "/images/unit-types/marasi-drive/studio_2.jpg",
wings: "East Wing / West Wing",
floors: "Floor 5-21 / 24-31",
area: "386-416 Sqft",
},
{
name: "1 Bedroom² Type A",
img: "/images/unit-types/marasi-drive/1_bedroom_a.jpg",
wings: "West Wing",
floors: "Floor 5-31",
area: "622 Sqft",
},
{
name: "1 Bedroom² Type B",
img: "/images/unit-types/marasi-drive/1_bedroom_b.jpg",
wings: "East Wing / West Wing",
floors: "Floor 5-31",
area: "751-770 Sqft",
},
{
name: "1 Bedroom² Type C",
img: "/images/unit-types/marasi-drive/1_bedroom_c.jpg",
wings: "East Wing / West Wing",
floors: "Floor 5-31",
area: "608-642 Sqft",
},
{
name: "1 Bedroom² Type D",
img: "/images/unit-types/marasi-drive/1_bedroom_d.jpg",
wings: "East Wing / West Wing",
floors: "Floor 5-21 / 24-31",
area: "607-619 Sqft",
},
{
name: "2 Bedroom² Type A",
img: "/images/unit-types/marasi-drive/2_bedroom_a.jpg",
wings: "East Wing / West Wing",
floors: "Floor 5-31",
area: "914 Sqft",
},
{
name: "2 Bedroom² Type B",
img: "/images/unit-types/marasi-drive/2_bedroom_b.jpg",
wings: "West Wing",
floors: "Floor 5-31",
area: "1,058 Sqft",
},
],
},
{
@@ -25,8 +67,13 @@ export const projects = [
types: [
{
name: "Studio Flex",
img: "",
wings: "West Wing",
img: "/images/unit-types/dubai-marina/studio_flex.jpg",
floors: "Floor 1-10",
area: "350-400 Sqft",
},
{
name: "Studio²",
img: "/images/unit-types/dubai-marina/studio_2.jpg",
floors: "Floor 1-10",
area: "350-400 Sqft",
},