Update src/app/page.tsx

This commit is contained in:
2026-03-11 02:11:33 +00:00
parent a1a69166c4
commit 11d221f8c4

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}