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 ( -
Browse current investment opportunities on B2DVenture.
All companies are vetted & pass due diligence.
- {/* filters */} -The deals attracting the most interest right now
Explore the world of ventures
- -Unlock opportunities and connect with a community of passionate
-investors and innovators.
-Together, we turn ideas into impact.
+Explore the world of ventures
+ +Unlock opportunities and connect with a community of passionate
+investors and innovators.
+Together, we turn ideas into impact.
+ + - +Hottest Deals
+The deals attracting the most interest right now
-Hottest Deals
-The deals attracting the most interest right now
- -{props.description}
++ ${props.totalRaised.toLocaleString()} committed and reserved +
++ {props.totalInvestor.toLocaleString()} investors +
++ ${props.minInvestment.toLocaleString()} min. investment +
+{props.description}
- ${props.totalRaised.toLocaleString()} committed and reserved -
-- {props.totalInvestor.toLocaleString()} investors -
-- ${props.minInvestment.toLocaleString()} min. investment -
-