diff --git a/public/logo-green.svg b/public/logo-green.svg deleted file mode 100644 index 493d275..0000000 --- a/public/logo-green.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/logo.svg b/public/logo.svg deleted file mode 100644 index 91e65ae..0000000 --- a/public/logo.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2a42b8d..e3700db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,6 +4,7 @@ import { cn } from "@/lib/utils" import "./globals.css"; import Header from "@/components/header"; import Menu from "@/components/menu"; +import Footer from "@/components/footer"; const fontSans = Roboto({ subsets: ["latin"], @@ -32,6 +33,7 @@ export default function RootLayout({
{children} +