Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 984e1bf21f | |||
| c5067435d0 | |||
| 5aeb5b5356 | |||
| 64ccaad438 | |||
| ba0d998bc0 | |||
| ae0ae003ac | |||
| ea6ad269ba |
@@ -31,6 +31,9 @@ import {
|
|||||||
TrendingUp,
|
TrendingUp,
|
||||||
Heart,
|
Heart,
|
||||||
Star,
|
Star,
|
||||||
|
Check,
|
||||||
|
X,
|
||||||
|
MessageCircle,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -255,6 +258,10 @@ 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: "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