diff --git a/public/akko_badday.png b/public/images/akko_badday.png
similarity index 100%
rename from public/akko_badday.png
rename to public/images/akko_badday.png
diff --git a/src/components/CallToAction.jsx b/src/components/CallToAction.jsx
index ed09a93..eddc5ec 100644
--- a/src/components/CallToAction.jsx
+++ b/src/components/CallToAction.jsx
@@ -27,7 +27,7 @@ export function CallToAction() {
Outer Heaven [EN]
- Light Novel Dungeon [DE]
+ Light Novel Dungeon [DE]
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx
index 6001e0c..bfc3677 100644
--- a/src/components/Hero.jsx
+++ b/src/components/Hero.jsx
@@ -11,6 +11,7 @@ import { PhoneFrame } from '@/components/PhoneFrame'
import berniePic from '@/images/profiles/bernie.png'
import profile1 from '@/images/profiles/profile-1.png'
import profile2 from '@/images/profiles/profile-2.png'
+import profile3 from '@/images/profiles/profile-3.png'
import {ArrowPathRoundedSquareIcon, ArrowUturnLeftIcon, Bars3Icon} from '@heroicons/react/20/solid'
import Link from 'next/link'
@@ -278,7 +279,7 @@ function AppDemo() {
-
+
diff --git a/src/images/akko_badday.png b/src/images/akko_badday.png
new file mode 100644
index 0000000..b79c67d
Binary files /dev/null and b/src/images/akko_badday.png differ
diff --git a/src/images/profiles/profile-3.png b/src/images/profiles/profile-3.png
new file mode 100644
index 0000000..0346fee
Binary files /dev/null and b/src/images/profiles/profile-3.png differ
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 66bf2da..334e502 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -9,6 +9,7 @@ import { Pricing } from '@/components/Pricing'
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
import { Reviews } from '@/components/Reviews'
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
+import akkoBadday from '@/images/akko_badday.png'
export default function Home() {
return (
@@ -19,6 +20,11 @@ export default function Home() {
name="description"
content="Join an Akkoma instance today to start expressing yourself alongside a community of like-minded people."
/>
+
+
+
+
+