Skip to content

Commit

Permalink
Merge pull request #643 from Tejashri-Taral/main
Browse files Browse the repository at this point in the history
Expanded the FAQ section
  • Loading branch information
Priyaaa1 authored Jul 25, 2024
2 parents 0dc0ff0 + 59bbf5a commit f0029d9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/Components/FAQ/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,38 @@ const data = [
question: "How can I contact customer support?",
answer:
"You can reach our customer support team by emailing startconnecthub@gmail.com. We’re here to help!",
},
{
id : '5',
question: "How can StartConnect Hub help startups succeed?",
answer:
"StartConnect Hub empowers startups by providing access to resources such as mentorship, networking opportunities,and funding guidance. We facilitate connections with investors and industry experts to support growth and innovation.",
},
{
id : '6',
question: "What types of support do investors receive through StartConnect Hub?",
answer:
"Investors using StartConnect Hub gain access to a curated platform showcasing promising startup opportunities. Our platform offers insights into market trends, due diligence support, and networking opportunities with other investors.",
},
{
id : '7',
question: "How does StartConnect Hub foster collaboration within the entrepreneurial ecosystem?",
answer:
"StartConnect Hub fosters collaboration by creating a vibrant community where startups, investors, and industry professionals can connect, share ideas, and collaborate on projects. Our events and networking sessions facilitate meaningful interactions and partnerships.",
},
{
id : '8',
question: "What makes StartConnect Hub different from other startup platforms?",
answer:
"StartConnect Hub stands out by offering a comprehensive suite of resources tailored to both startups and investors. We prioritize personalized support, curated networking opportunities, and a focus on long-term success for all parties involved.",
},
{
id : '9',
question: "How can startups and investors get involved with StartConnect Hub?",
answer:
"Startups and investors can get involved by creating profiles on our platform, attending networking events, participating in mentorship programs, and exploring funding opportunities. Join our community to start making meaningful connections today!",
}

];

export default data;

0 comments on commit f0029d9

Please sign in to comment.