From 984e1bf21f50cc74fb7f5448a2bdf292cb119f81 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:37:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac7d254..9ff569c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,9 @@ import { TrendingUp, Heart, Star, + Check, + X, + MessageCircle, } from "lucide-react"; export default function HomePage() { @@ -255,6 +258,10 @@ export default function HomePage() { sideDescription="Everything you need to know about DevPlatform, answered." faqsAnimation="blur-reveal" useInvertedBackground={false} + buttons={[ + { text: "Still have questions? Contact us", href: "/contact" }, + ]} + buttonAnimation="slide-up" faqs={[ { id: "faq-1", title: "What is DevPlatform?", content: -- 2.49.1