style: update UI with darker background, remove animations and adjust layout spacing

This commit is contained in:
2025-10-14 11:25:07 +02:00
parent b320f3e506
commit ad1d11cdf1
5 changed files with 61 additions and 8 deletions

View File

@@ -410,7 +410,7 @@ function FeaturesDesktop() {
return (
<TabGroup
className="grid grid-cols-12 items-center gap-8 lg:gap-16 xl:gap-24"
className="grid grid-cols-12 items-center gap-8 lg:gap-16"
selectedIndex={selectedIndex}
onChange={onChange}
vertical