From e3ca68b760e88b14c7fdf28fe27433046016e720 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 23 Aug 2025 08:58:29 +0200 Subject: [PATCH] Better colors --- page/src/landing-page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}