From 34cf467f835425f5543b77549c793d14466b288d Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Wed, 9 Oct 2024 11:56: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. Also, add a new field to capture the rough size of the community. --- src/app/business/apply/page.tsx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 83b4291..1cbba5d 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -21,6 +21,7 @@ export default function Apply() { const [isForSale, setIsForSale] = useState(""); const [isGenerating, setIsGenarting] = useState(""); const [pitch, setPitch] = useState(""); + const communitySize = ["N/A", "0-5K", "5-10K", "10-20K", "20-50K", "50-100K", "100K+"]; const fetchIndustry = async () => { let { data: BusinessType, error } = await supabase @@ -251,6 +252,33 @@ export default function Apply() { + + {/* What's the rough size of your community? */} +
+ +
+ + + Include your email list, social media following (i.e. Instagram,{" "} +
Discord, Facebook, Twitter, TikTok). We’d like to + understand the
rough size of your current audience. +
+
+