diff --git a/apps/nextjs/public/favicon.ico b/apps/nextjs/public/favicon.ico index f0058b404..fe62a6143 100644 Binary files a/apps/nextjs/public/favicon.ico and b/apps/nextjs/public/favicon.ico differ diff --git a/apps/nextjs/public/logo/homarr.png b/apps/nextjs/public/logo/homarr.png deleted file mode 100644 index b28d4b139..000000000 Binary files a/apps/nextjs/public/logo/homarr.png and /dev/null differ diff --git a/apps/nextjs/public/logo/logo.png b/apps/nextjs/public/logo/logo.png new file mode 100644 index 000000000..25581ea5c Binary files /dev/null and b/apps/nextjs/public/logo/logo.png differ diff --git a/apps/nextjs/public/t3-icon.svg b/apps/nextjs/public/t3-icon.svg deleted file mode 100644 index e377165f6..000000000 --- a/apps/nextjs/public/t3-icon.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/apps/nextjs/src/app/[locale]/layout.tsx b/apps/nextjs/src/app/[locale]/layout.tsx index c24ad14c2..145f5ddbe 100644 --- a/apps/nextjs/src/app/[locale]/layout.tsx +++ b/apps/nextjs/src/app/[locale]/layout.tsx @@ -25,13 +25,13 @@ const fontSans = Inter({ export const metadata: Metadata = { metadataBase: new URL("http://localhost:3000"), - title: "Create T3 Turbo", - description: "Simple monorepo with shared backend for web & mobile apps", + title: "Homarr", + description: "Simplify the management of your server with Homarr - a sleek, modern dashboard that puts all of your apps and services at your fingertips.", openGraph: { - title: "Create T3 Turbo", - description: "Simple monorepo with shared backend for web & mobile apps", - url: "https://create-t3-turbo.vercel.app", - siteName: "Create T3 Turbo", + title: "Homarr Dashboard", + description: "Simplify the management of your server with Homarr - a sleek, modern dashboard that puts all of your apps and services at your fingertips.", + url: "https://homarr.dev", + siteName: "Homarr Documentation", }, twitter: { card: "summary_large_image", diff --git a/apps/nextjs/src/components/layout/logo/homarr-logo.tsx b/apps/nextjs/src/components/layout/logo/homarr-logo.tsx index fad2242f9..5d863ec71 100644 --- a/apps/nextjs/src/components/layout/logo/homarr-logo.tsx +++ b/apps/nextjs/src/components/layout/logo/homarr-logo.tsx @@ -5,7 +5,7 @@ interface LogoProps { size: number; } -export const homarrLogoPath = "/logo/homarr.png"; +export const homarrLogoPath = "/logo/logo.png"; export const homarrPageTitle = "Homarr"; const imageOptions = {