diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..1f832a1 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16.png b/public/favicon-16.png new file mode 100644 index 0000000..908fd72 Binary files /dev/null and b/public/favicon-16.png differ diff --git a/public/favicon-32.png b/public/favicon-32.png new file mode 100644 index 0000000..c2b2227 Binary files /dev/null and b/public/favicon-32.png differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..8dbf639 Binary files /dev/null and b/public/logo.png differ diff --git a/src/app/convert/page.tsx b/src/app/convert/page.tsx index 8882e5c..625de5b 100644 --- a/src/app/convert/page.tsx +++ b/src/app/convert/page.tsx @@ -48,9 +48,7 @@ export default function ConvertPage() { {/* Header */}
-
- T -
+ Transmute Transmute diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2cd88af..5e25cd8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,6 +36,13 @@ export const metadata: Metadata = { "online converter", "browser converter", ], + icons: { + icon: [ + { url: "/favicon-32.png", sizes: "32x32", type: "image/png" }, + { url: "/favicon-16.png", sizes: "16x16", type: "image/png" }, + ], + apple: "/apple-touch-icon.png", + }, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c4785e..d6ff374 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,9 +84,7 @@ export default function LandingPage() { {/* ──── NAV ──── */}
-
- T -
+ Transmute Transmute