ok
This commit is contained in:
		@@ -100,10 +100,11 @@ function TestimonialCard({
 | 
			
		||||
    <motion.div
 | 
			
		||||
      ref={ref}
 | 
			
		||||
      {...props}
 | 
			
		||||
      className="w-72 shrink-0 snap-start scroll-ml-(--scroll-padding) bg-transparent  overflow-hidden sm:w-80 lg:w-96"
 | 
			
		||||
      className="w-72 shrink-0 snap-start scroll-ml-(--scroll-padding) bg-transparent overflow-hidden sm:w-80 lg:w-96"
 | 
			
		||||
      style={{ aspectRatio: '360/460' }}
 | 
			
		||||
    >
 | 
			
		||||
      {/* Image Section */}
 | 
			
		||||
      <div className="relative aspect-square overflow-hidden">
 | 
			
		||||
      <div className="relative overflow-hidden" style={{ height: '75%' }}>
 | 
			
		||||
        <img
 | 
			
		||||
          alt=""
 | 
			
		||||
          src={img}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user