refactor: replace Benefits component with Features and remove featured section from Hero

This commit is contained in:
2025-10-13 16:49:00 +02:00
parent 5e34e6826f
commit 8b7f5f7286
4 changed files with 363 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ export function Hero() {
/>
</div>
</div>
<div className="relative -mt-4 lg:col-span-7 lg:mt-0 xl:col-span-6">
{/* <div className="relative -mt-4 lg:col-span-7 lg:mt-0 xl:col-span-6">
<p className="text-center text-sm font-semibold text-gray-900 lg:text-left">
As featured in
</p>
@@ -161,7 +161,7 @@ export function Hero() {
</li>
))}
</ul>
</div>
</div> */}
</div>
</Container>
</div>