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

This commit is contained in:
2026-03-03 14:18:49 +00:00
parent d319f8dfaa
commit 7fe2f7fd7e

View File

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