refactor: update UI styling and download link to point to GitHub releases

This commit is contained in:
2025-10-14 12:01:33 +02:00
parent ad1d11cdf1
commit 34956dc5b3
7 changed files with 19 additions and 129 deletions

View File

@@ -0,0 +1,12 @@
import { AnimatedSection } from '@/components/AnimatedSection'
import { Hero } from '@/components/Hero'
export default function Download() {
return (
<>
<AnimatedSection>
<Hero />
</AnimatedSection>
</>
)
}