From d589d831e384e2d3b0a60271ef82bb9b27cbf3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlota=20Catot=20Brag=C3=B3s?= Date: Wed, 5 Feb 2025 17:27:56 +0100 Subject: [PATCH] Update texts (#146) --- src/app/components/FAQs.tsx | 67 +++++++++++++++++++++---- src/app/components/HowToParticipate.tsx | 6 +-- src/app/components/Live.tsx | 2 +- src/app/components/Provide.tsx | 7 +-- src/app/components/Trailer.tsx | 2 +- src/app/data/faqs_data.ts | 62 ++++++++++++++++++++--- 6 files changed, 121 insertions(+), 25 deletions(-) diff --git a/src/app/components/FAQs.tsx b/src/app/components/FAQs.tsx index 0cac64c..6879e3e 100644 --- a/src/app/components/FAQs.tsx +++ b/src/app/components/FAQs.tsx @@ -65,6 +65,11 @@ const Question = styled.div` padding: ${SpacingXS}; background-color: rgba(1, 1, 1, 0.5); border-radius: 10px; + box-shadow: 2px 2px 8px black; +`; + +const QuestionWithPadding = styled(Question)` + padding: ${SpacingM}; `; const QuestionTitleWrap = styled.div` @@ -202,6 +207,19 @@ const BodyLinkStyled = styled(BodyLink)` } `; +const LastBlock = styled.div` + text-align: center; + margin-top: ${SpacingL}; +`; + +const BlockTitleStyled = styled(BlockTitle)` + text-shadow: 2px 2px 5px black; +`; + +const SectionTitleStyled = styled(SectionTitle)` + text-shadow: 2px 2px 5px black; +`; + function renderAnswer(answers: AnswerOptions[]) { return answers.map((answer, index) => { switch (answer.type) { @@ -271,7 +289,9 @@ export default function FAQs() {
- FAQs + + FAQs + @@ -285,9 +305,9 @@ export default function FAQs() { /> - + About HackUPC - + {hackupc_faqs.map((faq) => ( @@ -332,9 +352,9 @@ export default function FAQs() { /> - + Travel Reimbursement - + {travel_faqs.map((faq) => ( @@ -381,9 +401,9 @@ export default function FAQs() { /> - + Applications - + {applications_faqs.map((faq) => ( @@ -427,9 +447,9 @@ export default function FAQs() { /> - + Teams - + {teams_faqs.map((faq) => ( @@ -465,6 +485,35 @@ export default function FAQs() { + + + + Brick block + + + What if I have another question? + + + + DM us on Instagram at @hackupc or, if you want to contact us via + email, drop us a line at{" "} + + contact@hackupc.com + + + + If your issue is related to Travel Reimbursement, write us at{" "} + + reimbursements@hackupc.com + + + +
); diff --git a/src/app/components/HowToParticipate.tsx b/src/app/components/HowToParticipate.tsx index 3045bae..2e21813 100644 --- a/src/app/components/HowToParticipate.tsx +++ b/src/app/components/HowToParticipate.tsx @@ -304,9 +304,9 @@ export default function HowToParticipate() { - Gain visibility for your brand, introduce your products to future - talents. Join us and be remembered as part of this hackathon by - our participants! + Boost your brand’s visibility and connect with future talent. + Showcase your products and leave a lasting impression on our + hackathon participants. Join us today! - Check live + In construction ); diff --git a/src/app/components/Provide.tsx b/src/app/components/Provide.tsx index 427fd5d..463d6b9 100644 --- a/src/app/components/Provide.tsx +++ b/src/app/components/Provide.tsx @@ -186,8 +186,9 @@ export default function Provide() { - We’ve got you completely covered, we even have midnight snacks. - Besides, you can serve yourself with cafeteria snacks. + We've got you covered, we even have midnight snacks. + Occasionally there will be snacks, drinks or coffee to boost + your energy. @@ -212,7 +213,7 @@ export default function Provide() { - SPONSORS + NETWORKING diff --git a/src/app/components/Trailer.tsx b/src/app/components/Trailer.tsx index 907a00b..5488c31 100644 --- a/src/app/components/Trailer.tsx +++ b/src/app/components/Trailer.tsx @@ -100,7 +100,7 @@ export default function Trailer() { - Aftermovie 2024 + Aftermovie '24
", + }, + { + type: "List", + content: "The status can be:", + options: [ + "Under review, your application is being reviewed by our team, stay patient and make sure you've done a good application", + "Action required, there is a problem with your application, please check your email and spam folder, a member of our team may have contacted you", + "Waitlisted, we are sorry to inform that by now we ran out of spots, but if we have an available spot in the future we will let you know", + "Expired, email us to see if there is still a spot available for you.", + ], + }, + ], + }, + { + id: 20, question: "How does applying in teams work?", answer: [ { @@ -292,7 +338,7 @@ export const applications_faqs: FAQs[] = [ ], }, { - id: 20, + id: 21, question: "What if, in the application, I can not join my friends' team?", answer: [ { @@ -306,7 +352,7 @@ export const applications_faqs: FAQs[] = [ export const teams_faqs: FAQs[] = [ { - id: 21, + id: 22, question: "What if I don't have a team?", answer: [ { @@ -317,7 +363,7 @@ export const teams_faqs: FAQs[] = [ ], }, { - id: 22, + id: 23, question: "What is the max team size?", answer: [ { @@ -329,7 +375,7 @@ export const teams_faqs: FAQs[] = [ ], }, { - id: 23, + id: 24, question: "Can I change my team during the hackathon? How?", answer: [ {