Switch to version 4: modified src/app/page.tsx

This commit is contained in:
2026-03-03 22:34:12 +00:00
parent d7e912bb8d
commit d855595b31

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>
);
}
}