diff --git a/frontend/src/app/projects/page.tsx b/frontend/src/app/projects/page.tsx index 9daa351..39420c9 100644 --- a/frontend/src/app/projects/page.tsx +++ b/frontend/src/app/projects/page.tsx @@ -5,7 +5,6 @@ import { getClient } from "@/lib/ApolloClient"; import { BlocksContent } from "@strapi/blocks-react-renderer"; import Link from "next/link"; import Image from "next/image"; -import BlockRendererClient from "@/components/BlockRendererClient"; const HOST_URL = process.env.HOST_URL; const GET_PROJECTS = gql(` @@ -55,13 +54,15 @@ export default async function ProjectsPage() { } return ( -
- Information about our various projects are shown here. -
++ Information about our various projects are shown here. +
+{text}
+ + + ); })}{children}
+{children}