API > GetPage
The GetProject function fetches the content/properties of your project.
Project type here ->
import { getProject } from "@suncel/nextjs/api";
const getProject = async () : Promise<RequestResult<Project>>