From a8d355e9686a1e9668c59839e46da60698963430 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 20:35:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 920df97..d8c7f94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function PortfolioPage() { @@ -73,6 +74,7 @@ export default function PortfolioPage() { ]} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -85,6 +87,7 @@ export default function PortfolioPage() { { title: "SaaS Dashboard", description: "High-performance interface for financial analytics.", imageSrc: "https://img.b2bpic.net/free-photo/dashboard-ui-concept_23-2148814057.jpg" }, { title: "Mobile Design System", description: "Unified component library for scalable apps.", imageSrc: "https://img.b2bpic.net/free-photo/mobile-app-ui_23-2148814057.jpg" } ]} + useInvertedBackground={false} /> @@ -96,6 +99,7 @@ export default function PortfolioPage() { ratingAnimation="slide-up" avatarsAnimation="opacity" avatars={[{ src: "https://img.b2bpic.net/free-photo/happy-woman_23-2148814057.jpg", alt: "Client" }]} + useInvertedBackground={false} /> @@ -105,6 +109,8 @@ export default function PortfolioPage() { title="Ready to Start a Project?" description="Let's turn your idea into a digital reality." buttons={[{ text: "Contact Me", href: "mailto:hello@example.com" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />