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