squash / components / Testimonials.tsx
Testimonials.tsx
Raw
import React from 'react'

const Testimonials = () => {
  return (
    <div  className='section'>
        
    </div>
  )
}

export default Testimonials