diff --git a/public/svg/icons/common/right_arrow.svg b/public/svg/icons/common/right_arrow.svg
new file mode 100644
index 0000000..a9fc20c
--- /dev/null
+++ b/public/svg/icons/common/right_arrow.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index c22254f..896ebef 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -4,6 +4,7 @@ import clsx from 'clsx';
import Script from 'next/script';
import { NotoSans } from './fonts';
import Navigation from '@/components/navigation';
+import Footer from "@/components/layout/footer/Footer";
export const metadata = {
title: {
@@ -29,12 +30,13 @@ export default function RootLayout({
// max-w-[430px] mx-auto : 430px 이상일 때 가운데 정렬
['min-h-screen w-full'],
['shadow-xl'],
- ['bg-[#050014]'],
+ ['bg-[#000000]'],
['text-white'],
)}
>