Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a454d9b1fa | |||
| d029874d71 | |||
| f56e052cb8 | |||
| e40df61dc4 | |||
| 1fc5e4c9dd | |||
| 0af39be1bd |
@@ -76,7 +76,7 @@ export default function HomePage() {
|
|||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "/auth/signup" },
|
{ text: "Start Free Trial", href: "/auth/signup" },
|
||||||
{ text: "View Demo", href: "#demo" },
|
{ text: "View Demo", href: "#demo" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -259,6 +259,7 @@ export default function HomePage() {
|
|||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
{ text: "Get Started Now", href: "/auth/signup" },
|
||||||
{ text: "Still have questions? Contact us", href: "/contact" },
|
{ text: "Still have questions? Contact us", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user