This commit is contained in:
2025-04-28 14:49:16 +05:00
parent 4c0920e3ba
commit d43ef88e15
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -5,6 +5,13 @@ import { useEffect, useState } from "react";
interface Project {
title: string;
img: string;
types: {
name: string;
img: string;
wings: string;
floors: string;
area: string;
}[];
}
function ProjectSelect({
+2
View File
@@ -27,6 +27,8 @@ export const projects = [
name: "Studio Flex",
img: "",
wings: "West Wing",
floors: "Floor 1-10",
area: "350-400 Sqft",
},
],
},