update home page bg & style
This commit is contained in:
@@ -4,7 +4,7 @@ import { Button } from "@mui/material"
|
||||
function FrequentSearches() {
|
||||
return (
|
||||
<div className="flex mt-3 items-center justify-center gap-4">
|
||||
<p className="text-[#2F2F2F] text-[14px] font-normal">جستجوهای پر تکرار:</p>
|
||||
<p className="text-[#3B3B3B] text-[16px] font-normal">جستجوهای پر تکرار:</p>
|
||||
<ul className="flex items-center justify-center gap-[14px]">
|
||||
{frequentSearches.map((item, idx) => (
|
||||
<li key={idx}>
|
||||
|
||||
Reference in New Issue
Block a user