From 1b1ac9bce295f5a6ee101aa1ecbbf6679c4bc46a Mon Sep 17 00:00:00 2001
From: Silvaire <105923294+Silvaternia@users.noreply.github.com>
Date: Sun, 5 Apr 2026 14:20:22 +0200
Subject: [PATCH] style: responsive hero image with dynamic border radius
Signed-off-by: Silvaire <105923294+Silvaternia@users.noreply.github.com>
---
src/components/index/IndexHero.astro | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/src/components/index/IndexHero.astro b/src/components/index/IndexHero.astro
index 3d64d55..ba0d195 100644
--- a/src/components/index/IndexHero.astro
+++ b/src/components/index/IndexHero.astro
@@ -1,18 +1,27 @@
---
-import Cta from "./Cta_S.astro"
-import productImg from "../../assets/index/product.png"
+import { Image } from "astro:assets";
+import Cta from "./Cta_S.astro";
+import productImg from "../../assets/index/product.png";
---
-
Find your
community.
-
Stoat is the chat app for friends and communities that finally works the way you always wished it would.
+
Find your
community.
+
+ Stoat is the chat app for friends and communities that finally works the way you always wished it would.
+
-
+
-

+