From f3d4b6f6af9f1da0db64e59ba531850500d2849b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 05:36:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fd6088..f21dd35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,12 +113,12 @@ export default function LandingPage() { title="What Our Clients Say" description="Hear from leaders who have transformed their businesses with our AI solutions." testimonials={[ - {id:"1",name:"Dr. Anya Sharma",handle:"CEO, Innovate AI",testimonial:"\"This AI platform has revolutionized our data analysis, providing insights we never thought possible. A game-changer for our R&D.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-a-diverse-tec-1771651925947-66139489.png",imageAlt:"Dr. Anya Sharma"}, - {id:"2",name:"Mark Thompson",handle:"CTO, Quantum Solutions",testimonial:"\"The seamless integration and scalable performance allowed us to deploy complex models in record time. Truly impressed.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-an-experience-1771651926472-5da7f819.png",imageAlt:"Mark Thompson"}, + {id:"1",name:"Dr. Anya Sharma",handle:"CEO, Innovate AI",testimonial:"\"This AI platform has revolutionized our data analysis, providing insights we never thought possible. A game-changer for our R&D.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-a-diverse-tec-1771651925947-66139489.png?_wi=1",imageAlt:"Dr. Anya Sharma"}, + {id:"2",name:"Mark Thompson",handle:"CTO, Quantum Solutions",testimonial:"\"The seamless integration and scalable performance allowed us to deploy complex models in record time. Truly impressed.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-an-experience-1771651926472-5da7f819.png?_wi=1",imageAlt:"Mark Thompson"}, {id:"3",name:"Sophia Lee",handle:"Head of Strategy, Synapse Corp",testimonial:"\"Our operational efficiency has improved dramatically thanks to their intelligent automation. Exceptional support and innovation.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-a-marketing-d-1771651926517-cc4908cc.png",imageAlt:"Sophia Lee"}, {id:"4",name:"David Rodriguez",handle:"Founder, Apex Analytics",testimonial:"\"The predictive capabilities of this platform are unmatched. It gives us a clear competitive edge in a fast-moving market.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-a-product-man-1771651926197-4cff1b52.png",imageAlt:"David Rodriguez"}, - {id:"5",name:"Dr. Anya Sharma",handle:"CEO, Innovate AI",testimonial:"\"This AI platform has revolutionized our data analysis, providing insights we never thought possible. A game-changer for our R&D.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-a-diverse-tec-1771651925947-66139489.png",imageAlt:"Dr. Anya Sharma"}, - {id:"6",name:"Mark Thompson",handle:"CTO, Quantum Solutions",testimonial:"\"The seamless integration and scalable performance allowed us to deploy complex models in record time. Truly impressed.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-an-experience-1771651926472-5da7f819.png",imageAlt:"Mark Thompson"} + {id:"5",name:"Dr. Anya Sharma",handle:"CEO, Innovate AI",testimonial:"\"This AI platform has revolutionized our data analysis, providing insights we never thought possible. A game-changer for our R&D.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-a-diverse-tec-1771651925947-66139489.png?_wi=2",imageAlt:"Dr. Anya Sharma"}, + {id:"6",name:"Mark Thompson",handle:"CTO, Quantum Solutions",testimonial:"\"The seamless integration and scalable performance allowed us to deploy complex models in record time. Truly impressed.\"",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39tq5UL3ZF5QdvczvKsGdYlnvfi/a-professional-headshot-of-an-experience-1771651926472-5da7f819.png?_wi=2",imageAlt:"Mark Thompson"} ]} animationType="slide-up" textboxLayout="default" -- 2.49.1