From b76aa95f1c44f407ddb3ad4614f3e8b03686279e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:16:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed5c6f..9a7060d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -245,20 +162,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Is technical knowledge required?", - content: "Absolutely not. Our platform is built for non-technical professionals.", - }, + id: "q1", title: "Is technical knowledge required?", content: "Absolutely not. Our platform is built for non-technical professionals."}, { - id: "q2", - title: "Which AI tools do you cover?", - content: "We cover Microsoft Copilot, ChatGPT, and role-specific integrations.", - }, + id: "q2", title: "Which AI tools do you cover?", content: "We cover Microsoft Copilot, ChatGPT, and role-specific integrations."}, { - id: "q3", - title: "How is this different from generic tutorials?", - content: "We provide specific, role-based workflows that solve your unique business problems.", - }, + id: "q3", title: "How is this different from generic tutorials?", content: "We provide specific, role-based workflows that solve your unique business problems."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about our learning methodology." @@ -270,14 +178,11 @@ export default function LandingPage() {