Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db32e89999 | |||
| a6aac82679 | |||
| 189a634889 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -152,7 +152,8 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "/signup" },
|
||||
{ text: "See Pricing", href: "/pricing" },
|
||||
{ text: "Compare Plans", href: "/pricing" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,4 +283,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user