diff --git a/public/home/use-case/conferencing.svg b/public/home/use-case/conferencing.svg
new file mode 100644
index 0000000..0fd3bbe
--- /dev/null
+++ b/public/home/use-case/conferencing.svg
@@ -0,0 +1 @@
+
diff --git a/public/home/use-case/contribution.svg b/public/home/use-case/contribution.svg
new file mode 100644
index 0000000..e7886c8
--- /dev/null
+++ b/public/home/use-case/contribution.svg
@@ -0,0 +1 @@
+
diff --git a/public/home/use-case/distribution.svg b/public/home/use-case/distribution.svg
new file mode 100644
index 0000000..2766e03
--- /dev/null
+++ b/public/home/use-case/distribution.svg
@@ -0,0 +1 @@
+
diff --git a/public/home/use-case/robotics.svg b/public/home/use-case/robotics.svg
new file mode 100644
index 0000000..0873276
--- /dev/null
+++ b/public/home/use-case/robotics.svg
@@ -0,0 +1 @@
+
diff --git a/public/layout/pro.svg b/public/layout/pro-word.svg
similarity index 100%
rename from public/layout/pro.svg
rename to public/layout/pro-word.svg
diff --git a/public/layout/underline.svg b/public/layout/underline.svg
new file mode 100644
index 0000000..d764914
--- /dev/null
+++ b/public/layout/underline.svg
@@ -0,0 +1,10 @@
+
diff --git a/src/components/author.astro b/src/components/author.astro
index 60f95ad..1a02733 100644
--- a/src/components/author.astro
+++ b/src/components/author.astro
@@ -1,14 +1,6 @@
---
// The sign-off at the bottom of every post: avatar plus wherever you can find me.
-// The icons in public/social/ are placeholders waiting on hand-drawn versions,
-// same as the ones in public/layout/.
-const socials = [
- { name: "Email", icon: "email", href: "mailto:me@kixel.me" },
- { name: "X", icon: "x", href: "https://x.com/kixelated" },
- { name: "Bluesky", icon: "bluesky", href: "https://bsky.app/profile/kixel.me" },
- { name: "LinkedIn", icon: "linkedin", href: "https://www.linkedin.com/in/luke-curley-635a457/" },
- { name: "Discord", icon: "discord", href: "https://discord.moq.dev" },
-];
+import { socials } from "@/socials";
---