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}>
|
||||
|
||||
@@ -12,7 +12,7 @@ function HomePage() {
|
||||
<p className="text-[#D15B56] text-center font-kalame text-[32px] font-bold">نوبت ۷۲۴</p>
|
||||
<p className="text-[#525252] text-center mt-2.5 font-kalame text-[36px] font-bold flex items-center gap-3">
|
||||
<BText />
|
||||
به راحتی پزشک پیدا کنی!
|
||||
میتونی آنلاین نوبت بگیری!
|
||||
<AText />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user