6 Commits

Author SHA1 Message Date
ae90e916bb Update src/app/page.tsx 2026-05-08 17:54:22 +00:00
6a04d785b9 Merge version_2 into main
Merge version_2 into main
2026-05-08 17:53:15 +00:00
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

@@ -128,6 +128,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardSeven <MetricCardSeven
tag="Trusted by thousands of young founders"
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -160,7 +161,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." },
]} ]}