diff --git a/app/layout.tsx b/app/layout.tsx index 9583f46..61d95c5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -36,7 +36,11 @@ export const metadata: Metadata = { title: "Full Circle Digital Marketing", description: "We are a boutique digital marketing team committed to helping you succeed at what you do best.", icons: { - icon: "data:image/svg+xml,", + icon: [ + { url: "/icon.svg", type: "image/svg+xml" }, + { url: "/favicon.png", type: "image/png" }, + ], + apple: "/favicon.png", }, generator: "v0.dev", openGraph: { diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..68de474 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..5c5c0e9 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,19 @@ + + + + + +