diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx index bcb03e1d..17b53859 100644 --- a/page/src/landing-page.tsx +++ b/page/src/landing-page.tsx @@ -56,28 +56,28 @@ function generateButtons(additionalClasses: string = "") { export function LandingPage() { const features = [ { - icon: , + icon: , title: "Syscall Emulation", description: "Operates at syscall level, leveraging existing system DLLs instead of reimplementing Windows APIs", accent: "from-[#f76548] to-[#b00101]", }, { - icon: , + icon: , title: "Hooking Capabilities", description: "Provides powerful hooking interfaces to intercept memory access, code execution and much more", accent: "from-[#ffcb00] to-[#da6000]", }, { - icon: , + icon: , title: "Debugging Interface", description: "Implements GDB serial protocol for integration with common debugging tools", accent: "from-[#00c4e9] to-[#005ff6]", }, { - icon: , + icon: , title: "State Management", description: "Saves and restores the entire state of the emulator to quickly resume your work exactly where you left off.", @@ -178,9 +178,9 @@ export function LandingPage() { key={index} className="bg-neutral-800/50 border-neutral-700 hover:border-neutral-600 hover:bg-neutral-800/80 cursor-default transition-all duration-150 group hover:shadow-2xl" > - +
{feature.icon}