feat: update homepage with new visual design

This commit is contained in:
Prad Nukala
2024-10-01 19:23:24 -04:00
parent fa6bb93c78
commit 08451a846c
8 changed files with 28 additions and 29 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ hero = new Hero {
href = "/about";
};
image = new Image {
src = "https://cdn.sonr.id/img/hero-clipped.png";
width = "520";
height = "520";
src = "https://cdn.sonr.id/img/hero-clipped.svg";
width = "500";
height = "500";
};
};