diff --git a/app/about/about.module.css b/app/about/about.module.css index ecbb18f..1c54787 100644 --- a/app/about/about.module.css +++ b/app/about/about.module.css @@ -157,7 +157,7 @@ } .panel { - padding: 0 18px; + padding: 20px 18px; background-color: #202020; width: 92.1%; color: whitesmoke; @@ -167,7 +167,7 @@ margin-bottom: 20px; margin-top: -7px; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; - font-size: 18px; + font-size: 20px; } .active { diff --git a/app/about/components/Faq.jsx b/app/about/components/Faq.jsx index d170742..204ca0c 100644 --- a/app/about/components/Faq.jsx +++ b/app/about/components/Faq.jsx @@ -5,30 +5,30 @@ import { useState } from 'react'; const faqData = [ { - question: 'Q1- What is Lorem Ipsum?', + question: 'Q1- Do I need to have coding experience to participate?', answer: - 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.', + 'While coding experience can be beneficial, it is not a prerequisite for participation. Makethon welcomes participants from diverse backgrounds, including design, business, and engineering.', }, { - question: 'Q2- Why do we use it?', + question: 'Q2- How can I stay updated on Makethon and related announcements?', answer: - 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', + 'Stay tuned to the official MLSC social media channels and website for updates, announcements, and registration details for Makethon.', }, { - question: 'Q3- Why do we use it?', + question: 'Q3- Who can participate in Makethon?', answer: - 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', + 'Makethon is open to all students of Thapar Institute of Engineering and Technology, regardless of their academic background or experience level in technology.', }, { - question: 'Q4- Why do we use it?', + question: 'Q4- What is the duration of Makethon?', answer: - 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', - }, - { - question: 'Q5- Why do we use it?', - answer: - 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', + 'Participants will have a designated time period of 24 hours to work on their projects and present their solutions at the end of the event.', }, + // { + // question: 'Q5- Why do we use it?', + // answer: + // 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', + // }, ]; diff --git a/app/page.js b/app/page.js index 3090536..dab9bcf 100644 --- a/app/page.js +++ b/app/page.js @@ -28,7 +28,7 @@ export default function Home() {