diff --git a/src/app/deals/page.tsx b/src/app/deals/page.tsx index ff09810..6aff49f 100644 --- a/src/app/deals/page.tsx +++ b/src/app/deals/page.tsx @@ -18,6 +18,7 @@ export default function Deals() { joinDate: "December 2021", location: "Bangkok, Thailand", tags: ["AI", "Technology"], + imageUri: "/login.png", minInvestment: 10000, totalInvestor: 58400, totalRaised: 9000000, @@ -29,6 +30,7 @@ export default function Deals() { joinDate: "February 2020", location: "Cupertino, California, USA", tags: ["Consumer Electronics", "Software"], + imageUri: "/money.png", minInvestment: 10000, totalInvestor: 58400, totalRaised: 9000000, @@ -40,6 +42,7 @@ export default function Deals() { joinDate: "April 2019", location: "Mountain View, California, USA", tags: ["Internet", "Search Engine"], + imageUri: "/money.png", minInvestment: 10000, totalInvestor: 5000, totalRaised: 1500000000, @@ -50,6 +53,7 @@ export default function Deals() { joinDate: "January 2018", location: "California, USA", tags: ["Technology", "Software"], + imageUri: null, minInvestment: 250, totalInvestor: 5000, totalRaised: 1500000, @@ -59,18 +63,19 @@ export default function Deals() { const filteredData = selectedTag ? data.filter((item) => item.tags.includes(selectedTag)) : data; return ( -
-
+
+

Investment Opportunities


Browse current investment opportunities on B2DVenture.

All companies are vetted & pass due diligence.

- {/* filters */} -
+ + {/* Filters */} +
+