Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, BookOpen, BrainCircuit, GraduationCap } from "lucide-react";
|
||||
import { Zap, BookOpen, BrainCircuit, GraduationCap, Star } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
"Core JEE Syllabus", "Weekly IPE Revision", "Standard Mock Tests"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", price: "$999/yr", subtitle: "Balanced results for dedicated aspirants.", buttons: [
|
||||
id: "pro", badge: "Recommended", badgeIcon: Star, price: "$999/yr", subtitle: "Balanced results for dedicated aspirants.", buttons: [
|
||||
{
|
||||
text: "Subscribe", href: "#"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user