wrapper added
This commit is contained in:
parent
5b1400e14b
commit
8c5e7c44bf
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ const Testimonials = () => {
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div className="columns-1 gap-5 md:columns-2 lg:columns-3 py-6 mt-6">
|
<div className="wrapper columns-1 gap-5 md:columns-2 lg:columns-3 py-6 mt-6">
|
||||||
{testimonials.map((testimonial, idx) => (
|
{testimonials.map((testimonial, idx) => (
|
||||||
<TestimonialCard
|
<TestimonialCard
|
||||||
avatar={testimonial.avatar}
|
avatar={testimonial.avatar}
|
||||||
|
|
Loading…
Reference in a new issue