feat: implement comprehensive CMS dashboard for managing news, events, interviews, and one-shot pricing plans
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import PricingSection from '../../components/PricingSection';
|
||||
import OneShotPricingSection from '../../components/OneShotPricingSection';
|
||||
|
||||
const SubscriptionPage = () => {
|
||||
return (
|
||||
@@ -12,6 +13,7 @@ const SubscriptionPage = () => {
|
||||
<p className="text-gray-400 mt-2">Rejoignez la plus grande communauté d'entrepreneurs.</p>
|
||||
</div>
|
||||
<PricingSection />
|
||||
<OneShotPricingSection />
|
||||
|
||||
{/* FAQ Section */}
|
||||
<div className="max-w-4xl mx-auto px-4 py-16">
|
||||
|
||||
Reference in New Issue
Block a user