Update src/app/page.tsx

This commit is contained in:
2026-04-17 05:32:49 +00:00
parent cf1e1d4d3e
commit 8eb7ddf7e2

View File

@@ -159,7 +159,7 @@ export default function LandingPage() {
"Core JEE Syllabus", "Weekly IPE Revision", "Standard Mock Tests"],
},
{
id: "pro", badge: "Elite", price: "$999/yr", subtitle: "Comprehensive top-rank preparation.", buttons: [
id: "pro", badge: "Most Popular", price: "$999/yr", subtitle: "Balanced results for dedicated aspirants.", buttons: [
{
text: "Subscribe", href: "#"},
],
@@ -243,4 +243,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}