3 Commits

Author SHA1 Message Date
db32e89999 Update src/app/page.tsx 2026-03-03 17:52:23 +00:00
a6aac82679 Update src/app/layout.tsx 2026-03-03 17:52:22 +00:00
189a634889 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:40:21 +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>
);
}
}