import Image from "next/image"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardFooter, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { SignupButton } from "@/components/auth/signupButton"; import { SignupForm } from "@/components/auth/signupForm"; export default function Signup() { return (
Join Our Community Create an account and be a part of a thriving community of investors and innovators.

Sign Up With


By signing up, you agree to the Terms of Service and acknowledge you’ve read our Privacy Policy.
); }