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"