@@ -46,7 +46,7 @@ export default function Slider(props: sliderProps) {
46
46
{ TestimonialData . map ( ( testimonial , index ) => {
47
47
return (
48
48
< div key = { index } className = "swiper-slide h-full bg-white" >
49
- < SwiperSlide className = "bg-[#16161D] md:!h-[35rem] p-8 xl:p-16 rounded-xl mx-2 border-solid border border-[#39393F]" >
49
+ < SwiperSlide className = "bg-[#16161D] md:!h-[30rem] lg:!h-[30rem] p-8 xl:p-8 rounded-xl mx-2 border-solid border border-[#39393F]" >
50
50
< div className = "h-full w-full flex flex-col justify-between" >
51
51
< p className = "relative mt-4 text-gray-500" >
52
52
< span className = "text-xl" > “</ span >
@@ -55,22 +55,22 @@ export default function Slider(props: sliderProps) {
55
55
: testimonial . review . slice ( 0 , 300 ) + "..." }
56
56
< span className = "text-xl" > ”</ span >
57
57
</ p >
58
- < div className = "flex flex-col gap-4 text-left" >
59
- < img
60
- className = "items-center justify-center self-center py-5"
61
- src = { testimonial . companylogo }
62
- width = { 200 }
63
- height = { 50 }
64
- alt = "sponsor-image"
65
- > </ img >
66
- < div className = "text-lg text-left mt-14 " >
67
- < p className = "font-medium font-SpaceGrotesk opacity-90 text-white text-xl" >
68
- { testimonial . name }
69
- </ p >
70
- < p className = "font-medium font-SpaceGrotesk text-white opacity-70 text-md text-left" >
71
- { testimonial . designation }
72
- </ p >
73
- </ div >
58
+ < div className = "flex flex-row gap-4 text-left items-start " >
59
+ < figcaption className = "flex justify-center items-center space-x-3" >
60
+ < img
61
+ className = "w-12 h-12 rounded-full"
62
+ src = "/images/favicon.png"
63
+ alt = "profile picture"
64
+ />
65
+ < div className = "space-y-0.5 font-medium dark:text-white text-left" >
66
+ < p className = "font-medium font-SpaceGrotesk opacity-90 text-white text-xl " >
67
+ { testimonial . name }
68
+ </ p >
69
+ < p className = "font-medium font-SpaceGrotesk text-white opacity-70 text-md text-left" >
70
+ { testimonial . designation }
71
+ </ p >
72
+ </ div >
73
+ </ figcaption >
74
74
</ div >
75
75
</ div >
76
76
</ SwiperSlide >
0 commit comments