From 358c0a684979b1ba985990962382c71e966b03ea Mon Sep 17 00:00:00 2001 From: atharnex <169134776+atharhive@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:30:17 +0000 Subject: [PATCH] feat: update feature cards with skewed gradient look matching AXON theme --- frontend/app/page.tsx | 58 +++++++--------- .../components/ui/gradient-card-showcase.tsx | 66 +++++++++++++++++++ 2 files changed, 90 insertions(+), 34 deletions(-) create mode 100644 frontend/components/ui/gradient-card-showcase.tsx diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 0991bcb..091c4f0 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -5,6 +5,7 @@ import { Button } from "@/components/ui/button"; import { BrainCircuit, Activity, Code2, Network } from "lucide-react"; import Link from "next/link"; import { GlowyWavesHero } from "@/components/ui/glowy-waves-hero-shadcnui"; +import { SkewCard } from "@/components/ui/gradient-card-showcase"; export default function LandingPage() { return ( @@ -70,46 +71,35 @@ export default function LandingPage() {
-- Convert your projects into self-evolving systems. Constantly - review, overlook, and upgrade the entire codebase - autonomously. -
-- Watch the system's thought process unfold live. - Transparent logs reveal exactly how decisions are made, - hypotheses are formed, and failures are analyzed. -
-- When faced with a novel problem, AXON writes, tests, and - integrates new code modules dynamically. It expands its own - capability graph without human intervention. -
-{description}
+