Update src/app/about/page.tsx

This commit is contained in:
2026-03-26 12:46:37 +00:00
parent 2d347eb078
commit 9f050d5e70

View File

@@ -89,6 +89,7 @@ export default function AboutPage() {
]}
animationType={'slide-up'}
useInvertedBackground={true}
textboxLayout={'default'}
/>
</div>
<div id="metrics" data-section="metrics">
@@ -102,6 +103,7 @@ export default function AboutPage() {
]}
animationType={'blur-reveal'}
useInvertedBackground={false}
textboxLayout={'default'}
/>
</div>
<Footer brandName="Nexsoft Australia" navItems={navItems} />