Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-08 17:55:40 +00:00

View File

@@ -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={[
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}