Update src/app/pricing/page.tsx

This commit is contained in:
2026-06-08 18:39:38 +00:00
parent 80078b63ae
commit 34e5315fbc

View File

@@ -78,6 +78,7 @@ export default function PricingPage() {
textboxLayout="default"
title="Flexible Pricing Plans"
description="Choose the plan that best fits your student's learning needs and academic goals."
useInvertedBackground={false}
plans={[
{
id: "basic", badge: "Start Small", price: "$99", name: "Basic Math Boost", buttons: [{ text: "Get Started", href: "/#contact" }],