Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96703b4d11 | |||
| c3b9a8b76f | |||
| 9bfa93c6c8 | |||
| 5541229887 | |||
| dc097d713a | |||
| 2c0a3a2798 | |||
| de08f5bf7f |
@@ -75,6 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore All Features", href: "#product" }
|
||||
]}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -233,4 +236,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user