worked on the contentupdate
This commit is contained in:
@@ -201,8 +201,8 @@ const StarRating = ({ rating }: { rating: number }) => {
|
||||
<Star
|
||||
key={i}
|
||||
className={`w-4 h-4 ${i < rating
|
||||
? 'text-yellow-400 fill-yellow-400'
|
||||
: 'text-gray-600 fill-gray-600'
|
||||
? 'text-yellow-400 fill-yellow-400'
|
||||
: 'text-gray-600 fill-gray-600'
|
||||
}`}
|
||||
/>
|
||||
))}
|
||||
@@ -424,7 +424,7 @@ export const CarouselTestimonials = () => {
|
||||
viewport={{ once: true }}
|
||||
className="text-muted-foreground text-xl max-w-2xl mx-auto"
|
||||
>
|
||||
Don't just take our word for it. Here's what founders and product leaders say about working with us.
|
||||
Don’t just take our word for it. Read what founders and AI‑driven product leaders say about building web and mobile apps with us.
|
||||
</motion.p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user