From 3aea54e16d0834d3b764d39e7664189a1dfa2466 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:54:40 +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 5de6495..d69a0d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { { text: "Explore All Categories", href: "#categories" } ]} buttonAnimation="slide-up" - tagClassName="text-sm font-semibold text-[var(--accent)]" + textBoxTagClassName="text-sm font-semibold text-[var(--accent)]" features={[ { id: 1, -- 2.49.1