11 Commits

2 changed files with 6 additions and 2 deletions

View File

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

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