Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Dec 11, 2024
1 parent 393ca58 commit c89cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/Testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const Testimonials = () => {
<span className="bg-tailCall-yellow rounded-lg text-black px-SPACE_01 ml-SPACE_02">love us!</span>
</Heading>
</div>
<TrustedByMarquee title="Trusted by developers at" logos={companies} />
<div className="flex flex-col space-y-SPACE_10 md:flex-row md:space-x-SPACE_02 md:space-y-0 mt-SPACE_18">
{testimonials.map((feedback) => (
<CustomerFeedbackCard
Expand All @@ -50,6 +49,7 @@ const Testimonials = () => {
/>
))}
</div>
<TrustedByMarquee title="Trusted by" logos={companies} />
</Section>
)
}
Expand Down

0 comments on commit c89cd04

Please sign in to comment.