feat: integrate official download and releases section directly into the main homepage
Some checks failed
Deploy Landing Page / build (push) Waiting to run
Deploy Landing Page / deploy (push) Blocked by required conditions
CI Pipeline / Code Quality & Typecheck (push) Successful in 3m3s
CI Pipeline / Test Suite (ubuntu-latest) (push) Successful in 1m5s
CI Pipeline / Build Validation (admin) (push) Successful in 1m22s
CI Pipeline / Test Suite (macos-latest) (push) Failing after 5s
CI Pipeline / Test Suite (windows-latest) (push) Failing after 2m6s
CI Pipeline / Build Validation (desktop) (push) Successful in 4m1s

This commit is contained in:
Yun Chan 2026-08-20 17:11:52 +09:00
parent abd26e91af
commit 9dd52f0626
7 changed files with 538 additions and 4 deletions

View file

@ -5,6 +5,7 @@ import { Features } from './sections/Features'
import { HowItWorks } from './sections/HowItWorks'
import { Privacy } from './sections/Privacy'
import { Pricing } from './sections/Pricing'
import { Download } from './sections/Download'
import { FAQ } from './sections/FAQ'
import { CTA } from './sections/CTA'
import { Footer } from './sections/Footer'
@ -20,6 +21,7 @@ export function App() {
<HowItWorks />
<Privacy />
<Pricing />
<Download />
<FAQ />
<CTA />
</main>