diff --git a/public/images/8c0e4489-1721-49e0-a475-509daf745c1c.png b/public/images/8c0e4489-1721-49e0-a475-509daf745c1c.png
new file mode 100644
index 0000000..97c483a
Binary files /dev/null and b/public/images/8c0e4489-1721-49e0-a475-509daf745c1c.png differ
diff --git a/public/images/Screenshot 2025-09-13 at 15.58.46.png b/public/images/Screenshot 2025-09-13 at 15.58.46.png
new file mode 100644
index 0000000..f9bf2bc
Binary files /dev/null and b/public/images/Screenshot 2025-09-13 at 15.58.46.png differ
diff --git a/public/images/a718fb45-791b-429f-9927-668e6fa8c73b.png b/public/images/a718fb45-791b-429f-9927-668e6fa8c73b.png
new file mode 100644
index 0000000..9ca2e27
Binary files /dev/null and b/public/images/a718fb45-791b-429f-9927-668e6fa8c73b.png differ
diff --git a/public/images/candy.gif b/public/images/candy.gif
new file mode 100644
index 0000000..5825c96
Binary files /dev/null and b/public/images/candy.gif differ
diff --git a/public/images/cube.png b/public/images/cube.png
new file mode 100644
index 0000000..b958fc1
Binary files /dev/null and b/public/images/cube.png differ
diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx
index 9d0f0d7..9f10c3c 100644
--- a/src/app/(main)/page.tsx
+++ b/src/app/(main)/page.tsx
@@ -10,12 +10,14 @@ import { About } from '@/components/About'
import { HomeHero } from '@/components/HomeHero'
import { HomeAbout } from '@/components/HomeAbout'
import { ClickableGallery } from '@/components/ClickableGallery'
+import { StackSectionPreview } from '@/components/StackSection'
export default function Home() {
return (
<>