From 97e0557be9e27714d87a62eff0ae1e7e72a11738 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:22:49 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c4e6fa6..2a94dda 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Ocean Realm", description: "Explore the extraordinary adaptations and fascinating behaviors of ocean's most unusual inhabitants."}; + title: "Ocean Realm", description: "Explore the extraordinary adaptations and fascinating behaviors of ocean's most unusual inhabitants." +}; export default function RootLayout({ children, @@ -13,7 +14,23 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + + +