diff --git a/author.hbs b/author.hbs
index 9e33a08..f7093eb 100644
--- a/author.hbs
+++ b/author.hbs
@@ -21,25 +21,25 @@
{{#if location}}
-
+ {{> "icons/location" class="w-4 h-4 mr-1 text-[var(--brand-primary)]"}}
{{location}}
{{/if}}
{{#if website}}
-
+ {{> "icons/link" class="w-4 h-4 mr-1"}}
Website
{{/if}}
{{#if twitter}}
-
+ {{> "icons/twitter" class="w-4 h-4 mr-1"}}
Twitter
{{/if}}
{{#if facebook}}
-
+ {{> "icons/facebook" class="w-4 h-4 mr-1"}}
Facebook
{{/if}}
diff --git a/partials/footer.hbs b/partials/footer.hbs
index bd867ce..80ccf6b 100644
--- a/partials/footer.hbs
+++ b/partials/footer.hbs
@@ -20,17 +20,13 @@
{{#if @site.facebook}}
-
-
+
+ {{> "icons/facebook" class="w-5 h-5"}}
{{/if}}
{{#if @site.twitter}}
-
-
+
+ {{> "icons/twitter" class="w-5 h-5"}}
{{/if}}
diff --git a/partials/header.hbs b/partials/header.hbs
index 3ededc2..0155ee1 100644
--- a/partials/header.hbs
+++ b/partials/header.hbs
@@ -17,18 +17,16 @@
{{!-- Theme Toggle - Visible on both mobile and desktop --}}
diff --git a/partials/icons/arrow-up.hbs b/partials/icons/arrow-up.hbs
new file mode 100644
index 0000000..835fcfa
--- /dev/null
+++ b/partials/icons/arrow-up.hbs
@@ -0,0 +1,3 @@
+