forked from sashaastiadi/www_mycelium_net
feat: add DevHub section and update heading styles across components
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { AnimatedSection } from '@/components/AnimatedSection'
|
||||
import DownloadHero from '@/components/DownloadHero'
|
||||
import { DevHub } from '@/components/DevHub'
|
||||
import { Faqs } from '@/components/Faqs'
|
||||
|
||||
export default function Download() {
|
||||
return (
|
||||
@@ -7,6 +9,12 @@ export default function Download() {
|
||||
<AnimatedSection>
|
||||
<DownloadHero />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<DevHub />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<Faqs />
|
||||
</AnimatedSection>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user