Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-03 12:48:05 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -250,7 +250,7 @@ export default function SolvixLanding() {
<TextSplitAbout
title="Ready to Transform Your Data?"
description={[
"Start free today. No credit card required. Get your first dashboard in 60 seconds.", "Join thousands of teams using Solvix to turn raw data into actionable insights."
"Start free today. No credit card required. 60-second setup.", "Join thousands of teams using Solvix to turn raw data into actionable insights."
]}
useInvertedBackground={false}
showBorder={false}
@@ -295,4 +295,4 @@ export default function SolvixLanding() {
</div>
</ThemeProvider>
);
}
}