forked from sashaastiadi/www_mycelium_net
refactor: replace Benefits component with Features and remove featured section from Hero
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user