mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
Refactor UI components, update links in Home page
This commit is contained in:
parent
954b0068fb
commit
6c1be730e5
@ -26,7 +26,7 @@ export default function Home() {
|
||||
<p>Together, we turn ideas into impact.</p>
|
||||
</span>
|
||||
<Button className="font-bold mt-4">
|
||||
<Link href="/">Start Investing</Link>
|
||||
<Link href="/deals">Start Investing</Link>
|
||||
</Button>
|
||||
</span>
|
||||
</div>
|
||||
@ -88,18 +88,20 @@ export default function Home() {
|
||||
</p>
|
||||
</span>
|
||||
<div className="grid grid-cols-4 gap-4">
|
||||
<ExtendableCard
|
||||
name={"NVDA"}
|
||||
description={
|
||||
"Founded in 1993, NVIDIA is a key innovator of computer graphics and AI technology"
|
||||
}
|
||||
joinDate={"December 2021"}
|
||||
location={"Bangkok, Thailand"}
|
||||
tags={null}
|
||||
minInvestment={10000}
|
||||
totalInvestor={58400}
|
||||
totalRaised={9000000}
|
||||
/>
|
||||
<Link href={"/invest"}>
|
||||
<ExtendableCard
|
||||
name={"NVDA"}
|
||||
description={
|
||||
"Founded in 1993, NVIDIA is a key innovator of computer graphics and AI technology"
|
||||
}
|
||||
joinDate={"December 2021"}
|
||||
location={"Bangkok, Thailand"}
|
||||
tags={null}
|
||||
minInvestment={10000}
|
||||
totalInvestor={58400}
|
||||
totalRaised={9000000}
|
||||
/>
|
||||
</Link>
|
||||
<ExtendableCard
|
||||
name={"Apple Inc."}
|
||||
description={
|
||||
@ -139,7 +141,7 @@ export default function Home() {
|
||||
</div>
|
||||
<div className="self-center py-5">
|
||||
<Button>
|
||||
<Link href={"/invest"}>View all</Link>
|
||||
<Link href={"/deals"}>View all</Link>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user