change name in register & add link to most-searched home page & change tag & change design and responsive & fix active link header & must include field num in register & send code msg

This commit is contained in:
Ehsan
2025-05-13 22:07:03 +03:30
parent cd3114d308
commit a8a320465d
37 changed files with 192 additions and 172 deletions
+6 -7
View File
@@ -3,17 +3,16 @@ function Pageguide({ list }) {
<ul className="flex items-center justify-start gap-1">
{list.map((item, idx) => (
<li key={idx} className="flex items-center justify-start gap-1">
<p
<h2
className={`text-[16px] font-normal
${
list.length > idx + 1
? "text-[#9B9B9B]"
: "text-[#525252]"
}
${list.length > idx + 1
? "text-[#9B9B9B]"
: "text-[#525252]"
}
`}
>
{item}
</p>
</h2>
<span
className={`
text-[#9B9B9B] text-[16px] font-normal