From dbfb64ddd31d854ab543a452b4621a3b903fda75 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:09:34 +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 4ef7e6f..0c706a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Trusted Financial Partner" tagIcon={Shield} tagAnimation="slide-up" - background="floatingGradient" + background={{ variant: "floatingGradient" }} buttons={[ { text: "Apply for Loan", href: "https://indiandrishti.in" }, { text: "Learn More", href: "#features" } -- 2.49.1