This commit is contained in:
2025-08-25 16:36:58 +02:00
parent 0bd87b2e4b
commit 67896caf27
16 changed files with 20 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ export function Testimonials() {
<section
id="testimonials"
aria-label="What our customers are saying"
className="bg-bg-sand lg:pt-48 pt-8 pb-24"
className="bg-transparent lg:pt-48 pt-8 pb-24"
>
<Container>
<div className="mx-auto max-w-5xl md:text-center">
@@ -123,7 +123,7 @@ export function Testimonials() {
{testimonial.author.role}
</div>
</div>
<div className="overflow-hidden rounded-full bg-bg-sand">
<div className="overflow-hidden rounded-full bg-transparent">
<img
className="h-14 w-14 object-cover"
src={testimonial.author.image}