Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c824f1dcd5 | |||
| 84c8860de3 | |||
| fe9473ac7d |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
|||||||
ratingText="Trusted by leading companies"
|
ratingText="Trusted by leading companies"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "#contact" },
|
{ text: "Start Free Trial", href: "#contact" },
|
||||||
{ text: "View Demo", href: "#features" }
|
{ text: "See It In Action", href: "#features" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -212,4 +212,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user