From 63a37e5f6ff09460434ddef47ddcb28aa2bf3c1e Mon Sep 17 00:00:00 2001 From: Thorben Westerhuys Date: Thu, 31 Oct 2024 16:31:19 +0100 Subject: [PATCH 1/3] wip: faq partial preview --- app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 423f71c..0d61c02 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,6 +2,7 @@ import svgMission from "@/public/mission.svg"; import { Button, EventsPartial, + FAQPartial, Form, HeroPartial, ProjectsPartial, @@ -23,9 +24,9 @@ export default function Home() {
- {/*
+
-
*/} +

We like disruptive innovation. From 4f0d638263969a723dfc1d462a30dcc3dc57d0b7 Mon Sep 17 00:00:00 2001 From: Christian Kongsgaard Date: Thu, 31 Oct 2024 16:57:28 +0100 Subject: [PATCH 2/3] updated chrk company name --- content/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/team.json b/content/team.json index 61872ac..0c81475 100644 --- a/content/team.json +++ b/content/team.json @@ -28,7 +28,7 @@ "title1": "Lead Trainings", "title2": "Country Lead Denmark", "externalTitle": "CEO", - "externalCompany": "ApS", + "externalCompany": "Christian Kongsgaard ApS", "linkedinProfile": "https://www.linkedin.com/in/christian-kongsgaard/", "githubProfile": "https://github.com/ocni-dtu" }, From 1c4074c3e8d353c174c350b2a8aa5e12aec77703 Mon Sep 17 00:00:00 2001 From: Christian Kongsgaard Date: Thu, 31 Oct 2024 16:57:46 +0100 Subject: [PATCH 3/3] added file for FAQ content creation --- content/faqs/_faq_content.mdx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/faqs/_faq_content.mdx diff --git a/content/faqs/_faq_content.mdx b/content/faqs/_faq_content.mdx new file mode 100644 index 0000000..a41a17c --- /dev/null +++ b/content/faqs/_faq_content.mdx @@ -0,0 +1,5 @@ +--- +title: Example FAQ +--- + +Sample FAQ content