diff --git a/src/app/favicon.ico b/src/app/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/src/app/favicon.ico and /dev/null differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3ce4e20..0813994 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,8 +7,17 @@ import Script from "next/script"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Naomi's Portfolio", + description: + "This page tells you everything you could ever want to know about Naomi and her consulting firm nhcarrigan.", + openGraph: { + images: "https://cdn.nhcarrigan.com/background.png", + }, + twitter: { + card: "summary_large_image", + site: "@naomi_lgbt", + images: "https://cdn.nhcarrigan.com/background.png", + }, }; export default function RootLayout({ @@ -18,6 +27,7 @@ export default function RootLayout({ }>) { return ( +
{children}