diff --git a/kit/footer.php b/kit/footer.php
index 2a90ea1..a6f59fd 100644
--- a/kit/footer.php
+++ b/kit/footer.php
@@ -97,42 +97,7 @@
-
-
-
-
-
-
+
diff --git a/kit/functions.php b/kit/functions.php
new file mode 100644
index 0000000..14352f4
--- /dev/null
+++ b/kit/functions.php
@@ -0,0 +1,9 @@
+ esc_html__( 'Footer Menu', 'kit' ),
+ ) );
+};
+
+add_action( 'after_setup_theme', 'kit_setup' );
diff --git a/kit/img/arrow-right-grey.svg b/kit/img/arrow-right-grey.svg
new file mode 100644
index 0000000..a7636a5
--- /dev/null
+++ b/kit/img/arrow-right-grey.svg
@@ -0,0 +1,12 @@
+
+
+
diff --git a/kit/style.css b/kit/style.css
index 2a6f8d6..dc01037 100644
--- a/kit/style.css
+++ b/kit/style.css
@@ -1965,7 +1965,7 @@ nav > ul > li .nav-first-level-opener::after {
width: 0.88889rem;
height: 0.88889rem;
font-size: 1.44444rem;
- background-image: url(../img/arrow-right-grey.svg);
+ background-image: url(img/arrow-right-grey.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
diff --git a/kit/template-parts/footer-nav.php b/kit/template-parts/footer-nav.php
new file mode 100644
index 0000000..102bff7
--- /dev/null
+++ b/kit/template-parts/footer-nav.php
@@ -0,0 +1,9 @@
+