aimpress-chatbot/briefing.js
2025-04-27 18:04:34 +01:00

20 lines
No EOL
1,000 B
JavaScript

const briefingQuestions = [
{ key: 'companyName', question: 'Company Name:' },
{ key: 'businessType', question: 'What You Do:' },
{ key: 'businessAge', question: 'How Long Established:' },
{ key: 'address', question: 'Business Address:' },
{ key: 'website', question: 'Website or Social Media Page:' },
{ key: 'contactPerson', question: 'Contact Person:' },
{ key: 'mainServices', question: 'Main Products/Services:' },
{ key: 'pricePoint', question: 'Price Point:' },
{ key: 'customerProfile', question: 'Who Are Your Customers:' },
{ key: 'seasonality', question: 'Seasonality:' },
{ key: 'competitors', question: 'Main Competitors:' },
{ key: 'advantages', question: 'Your Advantages:' },
{ key: 'reviews', question: 'Customer Reviews:' },
{ key: 'mainGoal', question: 'Main Business Objective:' },
{ key: 'marketingBudget', question: 'Monthly Marketing Budget:' },
{ key: 'decisionMaker', question: 'Who Makes Decisions:' },
];
module.exports = briefingQuestions;