-
+
+
+
+
+{{ cta(
+ title_1="Own",
+ title_2="Your AI",
+ title_3="",
+ button_text_1="Register Now",
+ button_link_1="/signup",
+ button_text_2="",
+ button_link_2="",
+ button_text_3="Learn More",
+ button_link_3="https://threefold.info/aibox/docs/"
+) }}
diff --git a/css/index.css b/css/index.css
index 2b0ecd1..18d1c73 100644
--- a/css/index.css
+++ b/css/index.css
@@ -252,18 +252,18 @@ background-color:#5596f5 !important;
@layer components {
h1 {
- @apply text-4xl font-semibold tracking-tight lg:text-6xl;
+ @apply lg:text-[7.37rem] text-[3rem] font-medium tracking-tight leading-tight ;
font-family: "Inter", sans-serif !important;
}
h2 {
- @apply lg:text-[6rem] text-[2.5rem] leading-[1.1] font-normal tracking-tight text-black;
+ @apply lg:text-[6rem] text-[2.5rem] leading-[1.1] font-normal tracking-tight;
font-family: "Inter", sans-serif !important;
}
h2 strong {
@apply font-semibold;
}
h3 {
- @apply lg:text-3xl text-xl leading-snug font-light tracking-tight text-black;
+ @apply lg:text-3xl text-xl leading-snug font-light tracking-tight;
font-family: "Inter", sans-serif !important;
}
h3 strong {
diff --git a/tailwind.config.js b/tailwind.config.js
index 1c659e7..20782f3 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -20,9 +20,6 @@ module.exports = {
'first', 'first:sm', 'first:md', 'first:lg',
'last', 'last:sm', 'last:md', 'last:lg'
],
- },
- {
- pattern: /bg-teal-(50|100|200|300|400|500|600|700|800|900)/, // Added teal color safelist
}
],
diff --git a/templates/shortcodes/hero_animation.html b/templates/shortcodes/hero_animation.html
index aeadb9a..2f00406 100644
--- a/templates/shortcodes/hero_animation.html
+++ b/templates/shortcodes/hero_animation.html
@@ -12,7 +12,7 @@