From 2a5c318f5b94e2a5d3d77e6f9f67987ad6214308 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 10 Mar 2026 11:40:31 -0600 Subject: [PATCH] feat: enhance EnterpriseLanding component with animated gradient text - Added AnimatedGradientText component to replace the static "Enterprise" label with an animated gradient effect. - Updated styling for improved visual appeal and interactivity on the Enterprise landing page. --- apps/website/components/EnterpriseLanding.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/apps/website/components/EnterpriseLanding.tsx b/apps/website/components/EnterpriseLanding.tsx index 9a2bfe7..4b2d224 100644 --- a/apps/website/components/EnterpriseLanding.tsx +++ b/apps/website/components/EnterpriseLanding.tsx @@ -13,6 +13,7 @@ import { } from "lucide-react"; import Link from "next/link"; import { Container } from "./Container"; +import AnimatedGradientText from "./ui/animated-gradient-text"; import AnimatedGridPattern from "./ui/animated-grid-pattern"; import { Button } from "./ui/button"; @@ -93,14 +94,20 @@ export function EnterpriseLanding() {
- - ENTERPRISE - + + + Enterprise + +