diff --git a/app/layout.tsx b/app/layout.tsx index 756fcce..a20d7e5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,7 +13,9 @@ export default function RootLayout({ }>) { return ( -
{children} + +- {page?.description} -
- ) : null} - - {page?.image ? ( -Loading...
}> ++ {page?.description} +
+ ) : null} + + {/* Display hero image if it exists */} + {page?.image ? ( +Loading...
+