From bb0176fa2769bc288fc79a6119b88f86aa22535e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:27:55 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 205b8cc..4ca34fd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -160,7 +160,7 @@ export default function AboutPage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} /> -- 2.49.1 From 9d3fc3a13761a6a33428dd4bb524f5febb209791 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:27:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d884317..366180a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function HomePage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1