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
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 { Separator } from "@/components/ui/separator"; import { ProjectCard } from "@/components/projectCard"; import { getTopProjects } from "@/lib/data/projectQuery"; import { createSupabaseClient } from "@/lib/supabase/serverComponentClient"; import { Suspense } from "react"; const TopProjects = async () => { const supabase = createSupabaseClient(); const { data: topProjectsData, error: topProjectsError } = await getTopProjects(supabase); if (topProjectsError) { return
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