diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx
index 87a1847a..8061bf11 100644
--- a/page/src/landing-page.tsx
+++ b/page/src/landing-page.tsx
@@ -12,9 +12,7 @@ import {
Play,
ArrowRight,
Code,
- Zap,
Target,
- Users,
BookOpen,
Download,
} from "lucide-react";
@@ -105,7 +103,7 @@ export function LandingPage() {
{/* Animated Background Elements */}
@@ -117,12 +115,7 @@ export function LandingPage() {
- Revolutionary Windows user space emulator.
-
-
- Perfect for security research, malware analysis, and DRM
- research.
-
+ A high-performance Windows user space emulator.
{/* CTA Buttons */}
@@ -141,7 +134,7 @@ export function LandingPage() {
View Source
@@ -157,7 +150,7 @@ export function LandingPage() {
{stat.value}
- {stat.label}
+ {stat.label}
))}
@@ -172,7 +165,7 @@ export function LandingPage() {
Powerful Features
-
+
Built from the ground up for performance and accuracy in Windows
process emulation
@@ -182,7 +175,7 @@ export function LandingPage() {
{features.map((feature, index) => (
-
+
{feature.title}
-
+
{feature.description}
@@ -206,13 +199,13 @@ export function LandingPage() {
{/* Use Cases */}
-
+
Perfect For Your Research
-
+
Designed for researchers who need precise control over Windows
process execution
@@ -222,7 +215,7 @@ export function LandingPage() {
{useCases.map((useCase, index) => (
{useCase.icon}
@@ -230,7 +223,7 @@ export function LandingPage() {
{useCase.title}
-
{useCase.description}
+
{useCase.description}
))}
@@ -244,7 +237,7 @@ export function LandingPage() {
See Sogen in Action
-
+
Watch a comprehensive overview of the emulator's capabilities
and discover how it can accelerate your research workflow.
@@ -253,7 +246,7 @@ export function LandingPage() {