forked from sashaastiadi/www_mycelium_net
refactor: update UI styling and download link to point to GitHub releases
This commit is contained in:
12
src/app/(main)/download/page.tsx
Normal file
12
src/app/(main)/download/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { AnimatedSection } from '@/components/AnimatedSection'
|
||||
import { Hero } from '@/components/Hero'
|
||||
|
||||
export default function Download() {
|
||||
return (
|
||||
<>
|
||||
<AnimatedSection>
|
||||
<Hero />
|
||||
</AnimatedSection>
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user