From ab46074835ef5586a17fa7157736de852ff70520 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 09:59:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c089aa2..343a661 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,7 @@ export default function AchMadzPortfolio() { imageAlt="Ach Madz" imagePosition="left" textboxLayout="default" + useInvertedBackground={false} bulletPoints={[ { title: "Frontend Architecture", description: "Building reactive and fluid interfaces using modern frameworks.", icon: Code }, { title: "Performance Optimization", description: "Ensuring fast load times and seamless user journeys.", icon: Globe }, @@ -54,6 +55,7 @@ export default function AchMadzPortfolio() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} members={[ { id: "1", name: "Ach Madz", role: "Full Stack Engineer", description: "Passionate about creating modern digital ecosystems.", socialLinks: [ -- 2.49.1