diff --git a/app/(presentation)/presentation/[...slug]/page.jsx b/app/(presentation)/presentation/[...slug]/page.jsx new file mode 100644 index 0000000..a525488 --- /dev/null +++ b/app/(presentation)/presentation/[...slug]/page.jsx @@ -0,0 +1,225 @@ +import { getSiteSettings } from "@/utils/data"; +import { notFound } from 'next/navigation'; +import { Suspense } from 'react'; +import { getPageData, getAllSlugs } from "@/utils/data"; + +const LoadingSpinner = () => ( +
+ {item.subtitle} +
+ )} + {item.description && ( ++ {data.subtitle} +
+