diff --git a/app/layout.tsx b/app/layout.tsx index bf8032b..0042bfc 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,7 @@ export default function RootLayout({ {/* Setting the language attribute for the HTML document */}
- {children} +- {/* Adding editable tags if available */} - {page?.description} {/* Rendering the page description */} -
- ) : null} - {page?.image ? ( -+ {page?.description} +
+ ) : null} + + {/* Display hero image if it exists */} + {page?.image ? ( +Loading...
+