diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index da785dc..785ae18 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -101,11 +101,11 @@ export default function ServicesPage() { description="Hear directly from the businesses we've helped elevate through exceptional design." testimonials={[ { - id: "1", name: "Sarah Chen", role: "Marketing Director", testimonial: "PixelPulse Agency transformed our brand identity. Their creative vision and attention to detail were simply outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg", imageAlt: "professional woman portrait smiling"}, + id: "1", name: "Sarah Chen", role: "Marketing Director", testimonial: "PixelPulse Agency transformed our brand identity. Their creative vision and attention to detail were simply outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg?_wi=2", imageAlt: "professional woman portrait smiling"}, { - id: "2", name: "David Lee", role: "CEO", testimonial: "Working with PixelPulse Agency was a game-changer for our web presence. The new UI/UX is not only beautiful but also incredibly user-friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg", imageAlt: "male executive professional headshot"}, + id: "2", name: "David Lee", role: "CEO", testimonial: "Working with PixelPulse Agency was a game-changer for our web presence. The new UI/UX is not only beautiful but also incredibly user-friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg?_wi=2", imageAlt: "male executive professional headshot"}, { - id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "Their packaging designs were exactly what we envisioned. PixelPulse Agency captured the essence of our brand perfectly. A true pleasure to collaborate with.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg", imageAlt: "young woman creative professional"}, + id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "Their packaging designs were exactly what we envisioned. PixelPulse Agency captured the essence of our brand perfectly. A true pleasure to collaborate with.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg?_wi=2", imageAlt: "young woman creative professional"}, { id: "4", name: "Michael Kim", role: "Product Manager", testimonial: "The team at PixelPulse Agency delivered exceptional infographics that made our complex data engaging and easy to understand. Professional and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2903.jpg", imageAlt: "happy client male portrait casual"}, ]}