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." /> -
+
{/* Hero Section with Animated Background */}
{/* Animated Background Elements */} -
+
-
+
{/* Main Headline */}

@@ -104,36 +140,10 @@ export function LandingPage() { A high-performance Windows user space emulator.

- {/* CTA Buttons */} - + { + /* CTA Buttons */ + generateButtons("pt-8") + } {/* Stats */}
@@ -265,33 +275,7 @@ export function LandingPage() {

Try Sogen directly in your browser or explore the source code.

- + {generateButtons()}