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? */} +