From ec1bf47f03e1be19fda2fb70b1981843f4fba177 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:04:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0908c10..706cb07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,7 +165,7 @@ export default function LandingPage() { id: "pro", title: "Exam Master", price: "₹15,000", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/final-exam-results-test-reading-books-words-concept_53876-133558.jpg", features: [ "8 sessions per month (2 per week)", "Problem-solving mastery", "Practice tests & analysis", "Priority doubt clearing", "Monthly progress report" ], - button: { text: "Select Plan", href: "#contact" } + button: { text: "Select Plan", href: "#contact", props: { primaryStyle: true } } }, { id: "elite", title: "Intensive Accelerator", price: "₹22,000", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286971.jpg", features: [ -- 2.49.1