From 5d72b8b2f9fd4acd109f5672222f431b648dada3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 04:59:09 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e751376..4ca2336 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,7 +63,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -130,7 +130,7 @@ export default function AboutPage() { { text: "Call Our Team", href: "tel:+1234567890" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />