Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jul 3, 2024
1 parent ef675c2 commit ed6461f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TestimonialSlider from "./TestimonialSlider";
const TestimonialsSection = () => {
return (
<section>
<div className="pl-1 pb-4 md:pt-4 md:pb-16 md:ml-12">
<div id="mock" className="pl-1 pb-4 md:pt-4 md:pb-16 md:ml-12">
<TestimonialSlider />
</div>
</section>
Expand Down

0 comments on commit ed6461f

Please sign in to comment.