worked on the contentupdate

This commit is contained in:
2026-04-07 14:56:17 +05:30
parent e61e710fe1
commit 6f52f5b9a5
16 changed files with 121 additions and 149 deletions

View File

@@ -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.
Dont just take our word for it. Read what founders and AIdriven product leaders say about building web and mobile apps with us.
</motion.p>
</div>