4 Commits

Author SHA1 Message Date
96441d2023 Update src/app/page.tsx 2026-05-08 17:53:12 +00:00
821c05d86e Merge version_1 into main
Merge version_1 into main
2026-05-08 17:51:31 +00:00
aacfd7e097 Merge version_1 into main
Merge version_1 into main
2026-05-08 17:51:04 +00:00
9ea70fa0a7 Merge version_1 into main
Merge version_1 into main
2026-05-08 17:50:37 +00:00

View File

@@ -160,7 +160,7 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "Is this suitable for under 18s?", content: "Yes, our content is specifically written for high schoolers and teenagers." }, { id: "q1", title: "Is this suitable for under 18s?", content: "Yes, our content is specifically written for high schoolers and is entirely free and beginner-friendly." },
{ id: "q2", title: "Do I need money to start?", content: "Absolutely not. Many startup ideas mentioned require zero initial investment." }, { id: "q2", title: "Do I need money to start?", content: "Absolutely not. Many startup ideas mentioned require zero initial investment." },
{ id: "q3", title: "How do I ask a mentor?", content: "Use our contact form to submit your specific entrepreneurship questions." }, { id: "q3", title: "How do I ask a mentor?", content: "Use our contact form to submit your specific entrepreneurship questions." },
]} ]}
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }