upd
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -27,6 +27,8 @@ export const projects = [
|
||||
name: "Studio Flex",
|
||||
img: "",
|
||||
wings: "West Wing",
|
||||
floors: "Floor 1-10",
|
||||
area: "350-400 Sqft",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user