From 40d8b1d52eefacef3bdc3c05edb890de24475d9d Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Wed, 9 Oct 2024 11:51:07 +0700 Subject: [PATCH] Refactor component and page structure for responsiveness, add remote image patterns, improve form layout, and add new fields for generating revenue and pitch deck. --- src/app/business/apply/page.tsx | 96 +++++++++++++++++++++++++++++---- 1 file changed, 86 insertions(+), 10 deletions(-) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 07f8a3a..83b4291 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -18,7 +18,9 @@ export default function Apply() { let supabase = createSupabaseClient(); const [industry, setIndustry] = useState([]); const [isInUS, setIsInUS] = useState(""); - const [isForSale, setisForSale] = useState(""); + const [isForSale, setIsForSale] = useState(""); + const [isGenerating, setIsGenarting] = useState(""); + const [pitch, setPitch] = useState(""); const fetchIndustry = async () => { let { data: BusinessType, error } = await supabase @@ -69,7 +71,7 @@ export default function Apply() {
- + This should be the name your company uses on your
website and in the market.
@@ -94,7 +96,7 @@ export default function Apply() { - + Choose the industry that best aligns with your business.
@@ -105,8 +107,13 @@ export default function Apply() { How much money has your company
raised to date?
- - + + The sum total of past financing, including angel or venture{" "}
capital, loans, grants, or token sales. @@ -136,7 +143,7 @@ export default function Apply() { No
- + Only companies that are incorporated or formed in the US are{" "}
eligible to raise via Reg CF. If your company is incorporated{" "} @@ -149,32 +156,101 @@ export default function Apply() { {/* Is your product available (for sale) in market? */}
- + Only check this box if customers can access, use, or buy your{" "}
product today.
+ + {/* Is your company generating revenue?*/} +
+ +
+
+ + +
+ + Only check this box if your company is making money.
+ Please elaborate on revenue and other traction below. +
+
+
+ + {/* Pitch deck */} +
+ +
+ + +
+
+ + + Your pitch deck and other application info will be used for{" "} +
+ internal purposes only.
+ Please make sure this document is publicly accessible. This can{" "} +
+ be a DocSend, Box, Dropbox, Google Drive or other link. +
+
+