feat: implement comprehensive CMS dashboard for managing news, events, interviews, and one-shot pricing plans

This commit is contained in:
2026-05-10 17:50:56 +02:00
parent 87b13dce13
commit 9846efd03e
40 changed files with 1487 additions and 175 deletions

View File

@@ -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">