Make like figma and add the showKeywordAnalysis and new card

هذا الالتزام موجود في:
2025-10-10 15:05:36 +03:00
الأصل b23bc554c5
التزام 7810e18241
7 ملفات معدلة مع 309 إضافات و99 حذوفات

عرض الملف

@@ -95,14 +95,14 @@ const CampaignTracker = ({ handleMenuClick }: { handleMenuClick: () => void }) =
</div>
{/* Progress Sections */}
<div className="space-y-6">
<div className="space-y-8">
{progressSections.map((section, index) => {
const progressPercentage = (section.current / section.total) * 100
return (
<div key={index} className="space-y-1">
{/* Section Title and Progress */}
<div className="flex items-center justify-between">
<div className="flex items-center justify-between mb-2">
<h3 className="text-sm font-semibold text-gray-900">
{section.title}: {section.current}/{section.total}
</h3>