Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-15 20:18:58 +00:00

View File

@@ -125,7 +125,7 @@ export default function LandingPage() {
"Track 50+ courses", "Application Checklist", "Community Access"],
},
{
id: "pro", price: "$19/mo", name: "Pro", buttons: [
id: "pro", price: "$19/mo", name: "Pro", badge: "Most Popular", buttons: [
{
text: "Upgrade to Pro"},
],
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}