diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx index f66908fd..383dd6cf 100644 --- a/page/src/landing-page.tsx +++ b/page/src/landing-page.tsx @@ -24,7 +24,7 @@ export function LandingPage() { title: "Syscall Emulation", description: "Operates at syscall level, leveraging existing system DLLs instead of reimplementing Windows APIs", - accent: "from-[#fb5b3c] to-[#b00101]", + accent: "from-[#f76548] to-[#b00101]", }, { icon: , @@ -202,7 +202,7 @@ export function LandingPage() { key={index} className="text-center p-8 rounded-2xl bg-neutral-800/50 border border-neutral-700 hover:border-blue-500/50 transition-all duration-300 group" > -
+
{useCase.icon}