From 11d221f8c4e663448ffe139f3b4e2204e0ac0f72 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:11:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4df0f0..eb1d883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,6 +196,9 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmPC5X7xFNB0YOD06ck4AgzzeO/student-using-high-end-headphones-in-pro-1773194714059-1e04cb11.png" imageAlt="Student learning music production" faqs={[ + { + id: "4", title: "What are the career outcomes?", content: "Graduates report opportunities in game audio, music production, audio engineering, and sound design roles. Our Masters Mentor tier includes portfolio guidance and industry connections." + }, { id: "1", title: "Are these courses beginner-friendly?", content: "No. These are advanced, graduate-level courses designed for intermediate to advanced producers who understand music fundamentals. We recommend 1-2 years of production experience before enrolling." }, @@ -205,9 +208,6 @@ export default function LandingPage() { { id: "3", title: "Can I take multiple courses simultaneously?", content: "Yes, but we recommend 1-2 courses per term (3 months). Each course requires 8-10 hours per week. The Masters Mentor tier includes guidance on pacing." }, - { - id: "4", title: "What are the career outcomes?", content: "Graduates report opportunities in game audio, music production, audio engineering, and sound design roles. Our Masters Mentor tier includes portfolio guidance and industry connections." - }, { id: "5", title: "Is the Masters Mentor tier really worth it?", content: "If you're serious about career advancement, yes. 1:1 project reviews and weekly mentorship significantly accelerate your progress and industry readiness." }, @@ -275,4 +275,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}