Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-03 17:52:27 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -152,7 +152,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Get Started", href: "/signup" },
{ text: "See Pricing", href: "/pricing" },
{ text: "Compare Plans", href: "/pricing" },
]}
/>
</div>
@@ -282,4 +283,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}