diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx index c1002e9d..11033f57 100644 --- a/page/src/landing-page.tsx +++ b/page/src/landing-page.tsx @@ -17,6 +17,42 @@ import { } from "lucide-react"; import { Header } from "./Header"; +function generateButtons(additionalClasses: string = "") { + return ( +
+ ); +} + export function LandingPage() { const features = [ { @@ -83,17 +119,17 @@ export function LandingPage() { title="Sogen" description="A high-performance Windows user space emulator." /> -