forked from sashaastiadi/www_mycelium_net
refactor: reorganize landing page sections and add hover animations to feature cards
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { AnimatedSection } from '@/components/AnimatedSection'
|
||||
import { Hero } from '@/components/Hero'
|
||||
import DownloadHero from '@/components/DownloadHero'
|
||||
|
||||
export default function Download() {
|
||||
return (
|
||||
<>
|
||||
<AnimatedSection>
|
||||
<Hero />
|
||||
<DownloadHero />
|
||||
</AnimatedSection>
|
||||
</>
|
||||
)
|
||||
|
Reference in New Issue
Block a user