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() {