diff --git a/app/apple-icon.png b/app/apple-icon.png new file mode 100644 index 0000000..65f62af Binary files /dev/null and b/app/apple-icon.png differ diff --git a/app/favicon.ico b/app/favicon.ico index 718d6fe..bc64c2a 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/icon.png b/app/icon.png new file mode 100644 index 0000000..65f62af Binary files /dev/null and b/app/icon.png differ diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 0000000..4ebb7c4 --- /dev/null +++ b/app/icon.svg @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/layout.tsx b/app/layout.tsx index c004173..edbebdc 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -19,6 +19,13 @@ export const metadata: Metadata = { title: "TeamBy.ai - AI-Powered Management for Team Leads", description: "TeamBy unifies your work and uses AI to optimize workflows, meetings, and costs—so you can manage smarter without chasing updates.", + icons: { + icon: [ + { url: "/assets/images/logo_icon.svg", type: "image/svg+xml" }, + { url: "/favicon.ico", sizes: "any" }, + ], + apple: "/assets/images/logo_icon.png", + }, }; export default function RootLayout({ @@ -28,11 +35,9 @@ export default function RootLayout({ }>) { return ( - {children} ); } - diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..bc64c2a Binary files /dev/null and b/public/favicon.ico differ