From c403e1f026f7ee9ebd74a4dce610e845e3792159 Mon Sep 17 00:00:00 2001 From: Ben Petty <22062601+benpetty@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:33:38 -0700 Subject: [PATCH] add meta data --- src/app/layout.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3314e47..47673f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,11 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "RootedHousing.org", + description: ` + Providing care first transitional/rehabilitative housing for community + members transitioning/reintegrating from incarceration to society. + `, }; export default function RootLayout({