diff --git a/src/app/page.tsx b/src/app/page.tsx index c8de23e..bfc0ee0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,8 +15,8 @@ export default function Home() { return (
-
- +
+

Explore the world of ventures

@@ -42,36 +42,36 @@ export default function Home() {

-
+
- 100M+ + 100M+ Global investor community - 2,500+ + 2,500+ Ventures supported - $2.6B+ + $2.6B+ Capital raised - Follow Us + Follow Us - - @@ -80,10 +80,10 @@ export default function Home() { -
+
-

Hottest Deals

-

+

Hottest Deals

+

The deals attracting the most interest right now

@@ -139,7 +139,7 @@ export default function Home() { totalRaised={1500000} />
-
+
diff --git a/src/components/extendableCard.tsx b/src/components/extendableCard.tsx index f266e69..8f5df5e 100644 --- a/src/components/extendableCard.tsx +++ b/src/components/extendableCard.tsx @@ -19,7 +19,7 @@ interface ExtendableCardProps { export function ExtendableCard(props: ExtendableCardProps) { return ( -
+
-
-

+
+
{props.name} -

+
{/* Default content (visible when not hovered) */}
- Joined {props.joinDate} +
Joined {props.joinDate}
- {props.location} + {props.location}
{["Technology", "Gaming"].map((tag) => ( {tag} @@ -58,22 +58,24 @@ export function ExtendableCard(props: ExtendableCardProps) { {/* Hover content (appears when hovered) */}
-

{props.description}

+

+ {props.description} +


-

+

${props.totalRaised.toLocaleString()}{" "} committed and reserved


-

+

{props.totalInvestor.toLocaleString()}{" "} investors


-

+

${props.minInvestment.toLocaleString()} min. investment