diff --git a/app/views/home/hero-v2.php b/app/views/home/hero-v2.php
index 16f909d..68a793b 100644
--- a/app/views/home/hero-v2.php
+++ b/app/views/home/hero-v2.php
@@ -1,4 +1,5 @@
+
+
+
+
+
+
diff --git a/html/static/css/style.css b/html/static/css/style.css
index f0ca46e..d216acd 100644
--- a/html/static/css/style.css
+++ b/html/static/css/style.css
@@ -2743,6 +2743,30 @@ section:not(.hero) > div:first-of-type {
max-width: var(--container-7xl);
}
}
+#hero-spline {
+ position: absolute;
+ right: 10px;
+ bottom: 40px;
+}
+#hero-spline spline-viewer {
+ display: none;
+
+ @media (width >= 60rem) {
+ display: block;
+ width: 300px;
+ height: 300px;
+ }
+
+ @media (width >= 80rem) {
+ width: 400px;
+ height: 400px;
+ }
+
+ @media (width >= 96rem) {
+ width: 500px;
+ height: 500px;
+ }
+}
.hero > div#hero-content > div:first-of-type {
width: fit-content;
--tw-gradient-position: to right in oklab;