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