From 558d4e535960311bcba0c1fa4c8728baa183b4c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:53:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52a0978..4aadc05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,6 +156,8 @@ export default function LandingPage() { faqs={[ { id: "1", title: "How does it work?", content: "Our AI chatbot uses contextual learning to explain topics interactively." }, { id: "2", title: "Is it for beginners?", content: "Yes, lessons are tailored to your skill level, starting from basics." }, + { id: "3", title: "Do you offer enterprise accounts?", content: "Yes, we offer specialized enterprise plans for organizations with customized dashboards and bulk onboarding." }, + { id: "4", title: "Are there team discounts?", content: "We provide volume-based discounts for teams of 5 or more users. Contact our support team for a quote." } ]} title="Frequently Asked Questions" description="Everything you need to know about EduLogic." -- 2.49.1