From e20d13a71ffbbf8bd12b8e9e42dcfdcd028470d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 06:44:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4302026..2955d64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background={{ variant: "plain" }} + background="none" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Bioinnovation Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Explore Our Research", href: "#features" }, { text: "Partner With Us", href: "#contact" }