diff --git a/frontend/public/favicon-dark.svg b/frontend/public/favicon-dark.svg new file mode 100644 index 0000000..b1d09d2 --- /dev/null +++ b/frontend/public/favicon-dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/frontend/public/favicon-light.svg b/frontend/public/favicon-light.svg new file mode 100644 index 0000000..01ccb5d --- /dev/null +++ b/frontend/public/favicon-light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/frontend/public/logo-white.svg b/frontend/public/logo-white.svg new file mode 100644 index 0000000..b1d09d2 --- /dev/null +++ b/frontend/public/logo-white.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index e981deb..cb2135f 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -13,6 +13,20 @@ export const metadata: Metadata = { title: "CiMa Progetti | Digital Architecture & Integration", description: "Progettiamo la struttura digitale del vostro business. Portali, database, e-commerce, automazioni IA e cybersicurezza.", + icons: { + icon: [ + { + url: "/favicon-light.svg", + type: "image/svg+xml", + media: "(prefers-color-scheme: light)", + }, + { + url: "/favicon-dark.svg", + type: "image/svg+xml", + media: "(prefers-color-scheme: dark)", + }, + ], + }, }; export default function RootLayout({