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. 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 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" },