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

@@ -7,6 +7,7 @@ import { UseCases } from '@/components/UseCases'
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
import { Benefits } from '@/components/Benefits'
import { About } from '@/components/About'
import { Features } from '@/components/Features'
export default function Home() {
return (
@@ -18,7 +19,7 @@ export default function Home() {
<About />
</AnimatedSection>
<AnimatedSection>
<Benefits />
<Features />
</AnimatedSection>
<AnimatedSection>
<PrimaryFeatures />