هذا الالتزام موجود في:
Your Name
2025-10-12 13:53:32 +00:00
الأصل 73297bfbed
التزام b18b7260d2
2 ملفات معدلة مع 4 إضافات و4 حذوفات

عرض الملف

@@ -322,7 +322,7 @@ const IntegratedStrategy = () => {
const CategorySection = ({ category }: { category: Category }) => (
<div className="mb-4">
<div className={`${category.color} px-3 py-2 border-l-4 border-blue-500`}>
<div className={`${category.color} px-3 py-2 border-blue-500`}>
<div className="flex items-center gap-2">
<div className="w-2 h-5 bg-blue-500 rounded"></div>
<span className="font-medium text-lg text-[#2B2D3B]">{category.name}</span>

عرض الملف

@@ -24,7 +24,7 @@ const nA = <div className='flex items-center gap-2'>
const categories = [
{
name: 'Social',
color: 'border-l-4 border-[#4285F4] bg-[#001EE21C]',
color: ' border-[#4285F4] bg-[#001EE21C]',
rows: [
{
icon: Amazing, title: 'Questions to ask your CPA httpAmazon', DR: 90, DA: 97, traffic: '3,902,293',
@@ -39,7 +39,7 @@ const categories = [
},
{
name: 'Citation',
color: 'border-l-4 border-[#0ea5e9] bg-[#3C87FF2B]',
color: ' border-[#0ea5e9] bg-[#3C87FF2B]',
rows: [
{ icon: Amazing, title: 'Substack DR 97 DA 95', DR: 90, DA: 97, traffic: '3,902,293', indexed: done, interlinked: nA, date: '9/16/25' },
{ icon: Amazing, title: 'Questions to ask your CPA Published on Amazon AWS', DR: 90, DA: 97, traffic: '3,902,293', indexed: done, interlinked: done, date: '9/16/25' },
@@ -48,7 +48,7 @@ const categories = [
},
{
name: 'Web 2.0',
color: 'border-l-4 border-[#22c55e] bg-[#f0fdf4]',
color: 'border-[#22c55e] bg-[#f0fdf4]',
rows: [
{ icon: Amazing, title: 'Paypal DR 97 DA 95 Traffic', DR: 90, DA: 97, traffic: '3,902,293', indexed: progress, interlinked: done, date: '9/16/25' },
{ icon: Amazing, title: 'Apple Music DR 97 DA 95 Traffic', DR: 90, DA: 97, traffic: '3,902,293', indexed: done, interlinked: nA, date: '9/16/25' },