@@ -17,22 +17,12 @@ const ComparisonTable = () => {
1717 < div className = "w-[464px] p-6 border-r border-border" >
1818 < h3 className = "text-xl font-medium" > Feature</ h3 >
1919 </ div >
20- < div className = "w-[196px ] p-6 border-r border-border" >
20+ < div className = "w-[400px ] p-6 border-r border-border" >
2121 < h3 className = "text-xl font-medium" > Free Site</ h3 >
2222 </ div >
23- < div className = "w-[196px ] p-6 border-r border-border " >
23+ < div className = "w-[400px ] p-6" >
2424 < h3 className = "text-xl font-medium flex gap-2.5 items-center" >
25- 1 Sites
26- </ h3 >
27- </ div >
28- < div className = "w-[196px] p-6 border-r border-border" >
29- < h3 className = "text-xl font-medium flex gap-2.5 items-center" >
30- 5 Sites
31- </ h3 >
32- </ div >
33- < div className = "w-[196px] p-6" >
34- < h3 className = "text-xl font-medium flex gap-2.5 items-center" >
35- 100 Sites
25+ Pro Sites
3626 </ h3 >
3727 </ div >
3828 </ div >
@@ -63,30 +53,18 @@ const ComparisonTable = () => {
6353 ""
6454 ) }
6555 </ div >
66- < div className = "w-[196px ] px-6 py-[18px] border-r border-border" >
56+ < div className = "w-[400px ] px-6 py-[18px] border-r border-border" >
6757 < p className = "text-[15px] text-text-secondary leading-6 flex items-center gap-2.5" >
6858 { item ?. free ?. icon || "" }
6959 { item ?. free ?. text }
7060 </ p >
7161 </ div >
72- < div className = "w-[196px ] px-6 py-[18px] border-r border-border " >
62+ < div className = "w-[400px ] px-6 py-[18px]" >
7363 < p className = "text-[15px] text-text-secondary leading-6 flex items-center gap-2.5" >
7464 { item ?. pro1 ?. icon || "" }
7565 { item ?. pro1 ?. text }
7666 </ p >
7767 </ div >
78- < div className = "w-[196px] px-6 py-[18px] border-r border-border" >
79- < p className = "text-[15px] text-text-secondary leading-6 flex items-center gap-2.5" >
80- { item ?. pro2 ?. icon || "" }
81- { item ?. pro2 ?. text }
82- </ p >
83- </ div >
84- < div className = "w-[196px] px-6 py-[18px]" >
85- < p className = "text-[15px] text-text-secondary leading-6 flex items-center gap-2.5" >
86- { item ?. pro3 ?. icon || "" }
87- { item ?. pro3 ?. text }
88- </ p >
89- </ div >
9068 </ div >
9169 ) ) }
9270 </ div >
0 commit comments