diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx
index 3d58f3a..2814313 100644
--- a/src/app/business/apply/page.tsx
+++ b/src/app/business/apply/page.tsx
@@ -154,13 +154,13 @@ export default function Apply() {
{/* How much money has your company raised to date? */}
-
+
How much money has your company raised to date?
{/* Is your company incorporated in the United States? */}
-
+
Is your company incorporated in the
United States?
setIsInUS("Yes")}
className="w-20 h-12 text-base"
@@ -188,6 +189,7 @@ export default function Apply() {
Yes
setIsInUS("No")}
className="w-20 h-12 text-base"
@@ -207,13 +209,14 @@ export default function Apply() {
{/* Is your product available (for sale) in market? */}
-
+
Is your product available (for sale)
in market?
setIsForSale("Yes")}
className="w-20 h-12 text-base"
@@ -221,6 +224,7 @@ export default function Apply() {
Yes
setIsForSale("No")}
className="w-20 h-12 text-base"
@@ -238,12 +242,13 @@ export default function Apply() {
{/* Is your company generating revenue?*/}
-
+
Is your company generating revenue?
setIsGenarting("Yes")}
className="w-20 h-12 text-base"
@@ -251,6 +256,7 @@ export default function Apply() {
Yes
setIsGenarting("No")}
className="w-20 h-12 text-base"
@@ -267,11 +273,12 @@ export default function Apply() {
{/* Pitch deck */}
-
+
Pitch deck
setBusinessPitch("text")}
className="w-32 h-12 text-base"
@@ -279,6 +286,7 @@ export default function Apply() {
Paste URL
setBusinessPitch("file")}
className="w-32 h-12 text-base"
@@ -306,7 +314,7 @@ export default function Apply() {
{/* What's the rough size of your community? */}
-
+
What's the rough size of your community?
@@ -360,7 +368,7 @@ export default function Apply() {
{/* project type */}
-
+
Project type
@@ -385,7 +393,7 @@ export default function Apply() {
{/* short description */}
-
+
Short description
@@ -399,11 +407,12 @@ export default function Apply() {
{/* Pitch deck */}
-
+
Pitch deck
);
}
-function setValue(arg0: string, value: string) {
- throw new Error("Function not implemented.");
-}