Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b71a176af | |||
| e97158f57c | |||
| e65dd5d2b1 | |||
| b4d4d64627 | |||
| 0d5a320724 | |||
| a454d9b1fa | |||
| d029874d71 | |||
| f56e052cb8 | |||
| e40df61dc4 | |||
| 1fc5e4c9dd | |||
| 0af39be1bd | |||
| 984e1bf21f | |||
| c5067435d0 | |||
| 5aeb5b5356 |
@@ -33,6 +33,7 @@ import {
|
|||||||
Star,
|
Star,
|
||||||
Check,
|
Check,
|
||||||
X,
|
X,
|
||||||
|
MessageCircle,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -75,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"
|
||||||
@@ -257,6 +258,11 @@ export default function HomePage() {
|
|||||||
sideDescription="Everything you need to know about DevPlatform, answered."
|
sideDescription="Everything you need to know about DevPlatform, answered."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Get Started Now", href: "/auth/signup" },
|
||||||
|
{ text: "Still have questions? Contact us", href: "/contact" },
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1", title: "What is DevPlatform?", content:
|
id: "faq-1", title: "What is DevPlatform?", content:
|
||||||
|
|||||||
Reference in New Issue
Block a user