From 4ddc3689a051888f261d4055b9d4be2ac9a5443d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:02:54 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index dd32994..a7a4d35 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -26,7 +26,7 @@ export default function PortfolioPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -68,7 +68,7 @@ export default function PortfolioPage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -210,7 +210,7 @@ export default function PortfolioPage() { description="See how a professionally designed website can transform your business. Book a free consultation and discover what's possible for your company." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up"