Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-03 17:51:03 +00:00

View File

@@ -173,15 +173,15 @@ export default function LandingPage() {
cardTitle="What My Clients Say"
testimonials={[
{
name: "Alex R.", testimonial: "Aman's work ethic and design solutions are exceptional. He delivered a flawless user experience.", rating: 5,
name: "Alex R.", quote: "Aman's work ethic and design solutions are exceptional. He delivered a flawless user experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-modern-man-being-thoughtful_23-2148728927.jpg", imageAlt: "Alex R."
},
{
name: "Maria K.", testimonial: "Highly recommend Aman for complex full-stack projects. His expertise is truly valuable.", rating: 5,
name: "Maria K.", quote: "Highly recommend Aman for complex full-stack projects. His expertise is truly valuable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-spectacles-watches-grey-jacket-holding-his-coffee-cup-along-with-plant-white_140725-14756.jpg", imageAlt: "Maria K."
},
{
name: "Sam L.", testimonial: "Aman transformed our outdated platform into a modern, high-performing application.", rating: 5,
name: "Sam L.", quote: "Aman transformed our outdated platform into a modern, high-performing application.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-nice-day-portrait-cheerful-attractive-bearded-hipster-good-mood-having-rest-indoors-sitting-against-grey-concrete-wall-modern-cafe-feeling-relaxed-carefree_273609-358.jpg", imageAlt: "Sam L."
},
]}