Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user