From 5d4708e37f538b26c3d397fdb27dc53e1b0dfaca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:08:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81b33a4..3110ed0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { tag="Local Expertise, Global Opportunities" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Get Job Assistance", href: "contact" }, { text: "Learn More", href: "about" } -- 2.49.1