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'} />