diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 99e70b7..1cfa846 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -1,21 +1,36 @@ +"use client"; +import { Input } from "@/components/ui/input"; +import { Label } from "@/components/ui/label"; + export default function Apply() { return (
-
-
-

- Apply to raise on B2DVentures -

-
-

- All information submitted in this application is for internal use - only and is treated with the utmost{" "} -

-

- confidentiality. Companies may apply to raise with B2DVentures - more than once. -

-
+
+

+ Apply to raise on B2DVentures +

+
+

+ All information submitted in this application is for internal use + only and is treated with the utmost{" "} +

+

+ confidentiality. Companies may apply to raise with B2DVentures more + than once. +

+
+
+
+

About your company

+

+ All requested information in this section is required. +

+ {/* form */} +
+ +