diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c608489 Binary files /dev/null and b/favicon.ico differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d95a244..0574abb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,13 +8,14 @@ const inter = Inter({subsets: ["latin"]}); export const metadata: Metadata = { title: "EnCoach", - description: "Generated by create next app", + description: "We are the best service and the only one", }; export default function RootLayout({children}: {children: React.ReactNode}) { return ( + {children}