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

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

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>
@@ -317,4 +321,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }