Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 069837c52e | |||
| f8d787173c | |||
| 089c77ec46 | |||
| ae90e916bb | |||
| 6a04d785b9 | |||
| 96441d2023 | |||
| 821c05d86e | |||
| aacfd7e097 | |||
| 9ea70fa0a7 |
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
tag="Education • Strategy • Growth"
|
||||
buttons={[
|
||||
{ text: "Start Learning", href: "#blog" },
|
||||
{ text: "Launch Your Startup Now", href: "#blog" },
|
||||
{ text: "View Startups", href: "#features" },
|
||||
]}
|
||||
avatars={[
|
||||
@@ -128,6 +128,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
tag="Trusted by thousands of young founders"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -160,7 +161,7 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
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: "q3", title: "How do I ask a mentor?", content: "Use our contact form to submit your specific entrepreneurship questions." },
|
||||
]}
|
||||
@@ -198,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user