Remove Download Foundry section from website (#248)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nicholas Kissel 2026-03-13 12:30:03 -07:00 committed by GitHub
parent ae191d1ae1
commit 58c54156f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 132 deletions

View file

@ -5,7 +5,7 @@ import { Hero } from "../components/Hero";
import { PainPoints } from "../components/PainPoints";
import { FeatureGrid } from "../components/FeatureGrid";
import { GetStarted } from "../components/GetStarted";
import { DownloadFoundry } from "../components/DownloadFoundry";
import { Inspector } from "../components/Inspector";
import { FAQ } from "../components/FAQ";
import { Footer } from "../components/Footer";
@ -18,7 +18,7 @@ import { Footer } from "../components/Footer";
<PainPoints client:visible />
<FeatureGrid client:visible />
<GetStarted client:visible />
<DownloadFoundry client:visible />
<Inspector client:visible />
<FAQ client:visible />
</main>