diff --git a/public/icons/facebook.svg b/public/icons/facebook.svg deleted file mode 100644 index 319e68c..0000000 --- a/public/icons/facebook.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/icons/github.svg b/public/icons/github.svg deleted file mode 100644 index 6d54d58..0000000 --- a/public/icons/github.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/icons/instagram.svg b/public/icons/instagram.svg deleted file mode 100644 index 883bdef..0000000 --- a/public/icons/instagram.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/icons/x.svg b/public/icons/x.svg deleted file mode 100644 index 86af186..0000000 --- a/public/icons/x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/public/icons/youtube.svg b/public/icons/youtube.svg deleted file mode 100644 index 3abe0bb..0000000 --- a/public/icons/youtube.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/app/[lang]/layout.tsx b/src/app/[lang]/layout.tsx index f23edfa..85a5fce 100644 --- a/src/app/[lang]/layout.tsx +++ b/src/app/[lang]/layout.tsx @@ -4,6 +4,7 @@ import { Inter, Orbitron } from "next/font/google"; import type { Locale } from "@/internationalization/dictionaries"; import { DictionaryProvider } from "@/contexts/dictionary-provider"; import Navbar from "@/components/navbar"; +import Footer from "@/components/footer"; const inter = Inter({ subsets: ["latin"], @@ -35,6 +36,7 @@ export default function RootLayout({
{children}
+