3 Commits

Author SHA1 Message Date
22e5a90904 Update src/app/page.tsx 2026-03-03 10:57:12 +00:00
81fcab2b8e Update src/app/layout.tsx 2026-03-03 10:57:11 +00:00
0b2d821edb Merge version_2 into main
Merge version_2 into main
2026-03-03 10:47:05 +00:00
2 changed files with 6 additions and 2 deletions

View File

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