diff --git a/src/assets/images/themes/iot.png b/src/assets/images/themes/iot.png
new file mode 100644
index 0000000..a1a1716
Binary files /dev/null and b/src/assets/images/themes/iot.png differ
diff --git a/src/components/private/faq/FAQ.jsx b/src/components/private/faq/FAQ.jsx
index e6c2ee3..7066b5a 100644
--- a/src/components/private/faq/FAQ.jsx
+++ b/src/components/private/faq/FAQ.jsx
@@ -36,6 +36,22 @@ const Faq = () => {
answer:
"We encourage you to make a team of minimum 2 and maximum 4 members. If you are a Solo Hacker and do not have a team, you can still register and we will help you find a team on our Discord Server.",
},
+ {
+ question: "Will hardware toolkits be available on-site?",
+ answer:
+ "No, hardware toolkits will not be available on-site for the Hardware Track. You'll need to bring your own.",
+ },
+ {
+ question:
+ "What are the guidelines for the teams participating in the Hardware track?",
+ answer:
+ "It is important to remember that you need to bring your own toolkits, although power sockets and an internet connection will be readily available on-site.",
+ },
+ {
+ question: "What will be provided for participants at the venue?",
+ answer:
+ "We will be providing the following: separate rest areas for both male and female participants, complimentary meals throughout the duration of the event, and tech support, including a stable internet connection and readily available power sockets on-site. Please note that you need to bring your own laptops and any other electronic devices you may need during the hackathon.",
+ },
{
question: "Can I participate remotely?",
answer:
@@ -85,9 +101,9 @@ const Faq = () => {