Update src/app/page.tsx

This commit is contained in:
2026-03-04 22:50:55 +00:00
parent 357160e979
commit 33cbb6ba2d

View File

@@ -69,7 +69,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About Nexo" }
{ type: "text", content: "About Nexo: " },
{ type: "text", content: "Connecting Teams, Accelerating Growth" }
]}
useInvertedBackground={false}
buttons={[
@@ -211,4 +212,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}