diff --git a/.gitignore b/.gitignore index fd3dbb5..031e1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,8 @@ yarn-debug.log* yarn-error.log* # local env files -.env*.local +.env*. +.env # vercel .vercel diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 029468b..76ddf8e 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -35,11 +35,11 @@ export default function Invest() {

NVIDIA

World's first non-metal sustainable battery

-
+
{["Technology", "Gaming"].map((tag) => ( {tag} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0be7e81..0a92eac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,13 @@ import Image from "next/image"; import { Button } from "@/components/ui/button"; import Link from "next/link"; -import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; +import { + Card, + CardContent, + CardDescription, + CardHeader, + CardTitle, +} from "@/components/ui/card"; import { BusinessCard } from "@/components/businessCard"; import { Separator } from "@/components/ui/separator"; import { ExtendableCard } from "@/components/extendable-card"; @@ -14,7 +20,9 @@ export default function Home() {

Explore the world of ventures

-

Unlock opportunities and connect with a community of passionate

+

+ Unlock opportunities and connect with a community of passionate +

investors and innovators.

Together, we turn ideas into impact.

@@ -76,12 +84,16 @@ export default function Home() {

Hottest Deals

-

The deals attracting the most interest right now

+

+ The deals attracting the most interest right now +

- + ); } diff --git a/src/components/extendable-card.tsx b/src/components/extendable-card.tsx index 2b34ce5..2b8306d 100644 --- a/src/components/extendable-card.tsx +++ b/src/components/extendable-card.tsx @@ -1,5 +1,5 @@ -import { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar"; -import Link from "next/link"; +"use client"; +import { CalendarDaysIcon } from "lucide-react"; interface XMap { // tagName: colorCode @@ -12,11 +12,14 @@ interface ExtendableCardProps { joinDate: string; location: string; tags: XMap | null; + minInvestment: number; + totalInvestor: number; + totalRaised: number; } export function ExtendableCard(props: ExtendableCardProps) { return ( -
+
{props.name} -
- {props.joinDate} + + {/* Default content (visible when not hovered) */} +
+ + + Joined {props.joinDate} +
-
+
{props.location}
-
-

- {props.description} -

+
+ {["Technology", "Gaming"].map((tag) => ( + + {tag} + + ))} +
+ + {/* Hover content (appears when hovered) */} +
+

{props.description}

- - - JP -
-

- Jared Palmer +


+

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

+
+

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

+
+

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

-

Photographer

- - Learn More -