diff --git a/src/app/page.tsx b/src/app/page.tsx index 767c344..55d0b86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Parent & Safety Officer", testimonial: "TrackLive gives me peace of mind knowing my kids' whereabouts. The real-time updates are incredibly accurate.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538162487-dd2c4e67.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538162487-dd2c4e67.png?_wi=1" }, { name: "Michael Rodriguez", handle: "Fleet Manager", testimonial: "Our delivery times improved by 30% using TrackLive. The precision and reliability are unmatched.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538161448-110a756b.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538161448-110a756b.png?_wi=1" }, { name: "Emma Johnson", handle: "Business Owner", testimonial: "Security was my top concern. TrackLive's encryption and privacy features exceeded all expectations.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-youn-1772538161304-e501e1b2.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-youn-1772538161304-e501e1b2.png?_wi=1" } ]} buttons={[ @@ -121,13 +121,13 @@ export default function LandingPage() {