From 9f050d5e704b566dab9223b6ba92b23e28b06216 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:46:37 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7cbf931..04810ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,6 +89,7 @@ export default function AboutPage() { ]} animationType={'slide-up'} useInvertedBackground={true} + textboxLayout={'default'} />
@@ -102,6 +103,7 @@ export default function AboutPage() { ]} animationType={'blur-reveal'} useInvertedBackground={false} + textboxLayout={'default'} />