Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import svgMission from "@/public/mission.svg";
import {
Button,
EventsPartial,
FAQPartial,
Form,
HeroPartial,
ProjectsPartial,
Expand All @@ -23,9 +24,9 @@ export default function Home() {
<Section fullWidth={true}>
<HeroPartial />
</Section>
{/* <Section>
<Section>
<FAQPartial />
</Section> */}
</Section>
<Section color="primary-500">
<p className="pb-4 pt-10 text-2xl font-bold">
We like disruptive innovation.
Expand Down
5 changes: 5 additions & 0 deletions content/faqs/_faq_content.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Example FAQ
---

Sample FAQ content
2 changes: 1 addition & 1 deletion content/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down