diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 54a87f8..82ab472 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,16 +8,16 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function PricingPage() { return ( - + @@ -27,9 +27,10 @@ export default function PricingPage() { description="Choose the perfect path for your hospitality career advancement." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} plans={[ { id: "starter", price: "$299", name: "Essential Course", features: ["Access to basic modules", "Community support", "PDF resources"], buttons: [{ text: "Select Plan", href: "/enrollment" }] }, - { id: "pro", badge: "Most Popular", price: "$599", name: "Professional Certification", features: ["Everything in Starter", "1-on-1 Mentorship", "Certification Exam", "Lifetime access"], buttons: [{ text: "Select Plan", href: "/enrollment" }] } + { id: "pro", price: "$599", name: "Professional Certification", features: ["Everything in Starter", "1-on-1 Mentorship", "Certification Exam", "Lifetime access"], buttons: [{ text: "Select Plan", href: "/enrollment" }] } ]} />