File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,7 @@ const AllSeller = () => {
57
57
} ) ;
58
58
}
59
59
60
- const verifyUserInProduct = ( user ) => {
61
- fetch ( `http://localhost:5000/products?email=${ user ?. email } ` , {
62
- method : 'get' ,
63
- headers : {
64
- "content-type" : "application/json" ,
65
- } ,
66
- // body: JSON.stringify({ isVerified: toggle }),
67
- } )
68
- }
60
+
69
61
70
62
const deleteUserHndler = ( user ) => {
71
63
fetch ( `http://localhost:5000/users/${ user ?. _id } ` , {
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ const BannerItem = ({ slider }) => {
7
7
const { image, prev, id, next } = slider ;
8
8
9
9
return (
10
- < div id = { `slide${ id } ` } className = " carousel-item relative min-w-full max-h-[650px]" >
11
- < div className = "carousel-image-overly min-w-full max-h-[650px]" >
12
- < img src = { image } alt = "" className = "min-w-full max-h-[650px]" />
10
+ < div id = { `slide${ id } ` } className = " carousel-item relative w-full md: min-w-full md: max-h-[650px]" >
11
+ < div className = "carousel-image-overly md: min-w-full md: max-h-[650px]" >
12
+ < img src = { image } alt = "" className = "w-full md: min-w-full md: max-h-[650px]" />
13
13
</ div >
14
14
< div className = "absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2 " >
15
15
< a href = { `#slide${ prev } ` } className = "text-5xl text-secondary " >
@@ -21,7 +21,7 @@ const BannerItem = ({ slider }) => {
21
21
</ div >
22
22
23
23
< div className = "absolute flex text-white transform -translate-y-1/2 gap-8 left-24 top-1/4" >
24
- < h1 className = "text-6xl font-bold" >
24
+ < h1 className = "text-4xl md:text- 6xl font-bold" >
25
25
The Best Place to
26
26
< Typewriter
27
27
options = { {
@@ -33,7 +33,7 @@ const BannerItem = ({ slider }) => {
33
33
</ h1 >
34
34
</ div >
35
35
36
- < div className = "absolute flex text-white transform -translate-y-1/2 gap-8 left-24 bottom-1/3 text-xl w-1/2" >
36
+ < div className = "absolute hidden md: flex text-white transform -translate-y-1/2 gap-8 left-24 bottom-1/3 md: text-xl w-1/2" >
37
37
< p >
38
38
We have the most desired solution for you. With over 1.5 lac+ listings, 2 lacs+ users. Indirect is here with everything you have been looking for with the largest real estate marketing portal in Bangladesh.
39
39
</ p >
You can’t perform that action at this time.
0 commit comments