Merge version_4 into main #6

Merged
bender merged 2 commits from version_4 into main 2026-03-03 10:57:18 +00:00
2 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -241,6 +241,10 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Let's Get Started", href: "pricing" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -317,4 +321,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}