From 551dcfe4707f70c7c029934f8262e4b37f6986dc Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Thu, 10 Oct 2024 13:58:01 +0700 Subject: [PATCH] Refactor Apply page component for responsiveness, add textarea component for project description and pitch deck, and implement project picture upload functionality --- src/app/business/apply/page.tsx | 65 ++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 5003b90..752b3b9 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -501,7 +501,12 @@ export default function Apply() { Project logo
- + Please upload the logo picture that best represents your project. @@ -551,6 +556,64 @@ export default function Apply() { ))}
+ + {/* Minimum Investment */} +
+ +
+ + + This helps set clear expectations for investors + +
+
+ {/* Target Investment */} +
+ +
+ + + We encourage you to set a specific target investment
{" "} + amount that reflects your funding goals. +
+
+
+ + {/* Deadline */} +
+ +
+ + + What is the deadline for your fundraising project? Setting{" "} +
a clear timeline can help motivate potential + investors. +
+
+
)}