diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8172b00..52771df 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,13 +18,13 @@ const navItems = [ const testimonials = [ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/serious-successful-young-businessman-standing-office-looking-camera_1163-4223.jpg", imageAlt: "professional headshot corporate business"}, + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/serious-successful-young-businessman-standing-office-looking-camera_1163-4223.jpg?_wi=2", imageAlt: "professional headshot corporate business"}, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", imageAlt: "professional headshot corporate business"}, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg?_wi=2", imageAlt: "professional headshot corporate business"}, { - id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "professional headshot corporate business"}, + id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", imageAlt: "professional headshot corporate business"}, { - id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-psd/portrait-modern-woman_23-2150116726.jpg", imageAlt: "professional headshot corporate business"}, + id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-psd/portrait-modern-woman_23-2150116726.jpg?_wi=2", imageAlt: "professional headshot corporate business"}, ]; const brandNames = [ diff --git a/src/app/page.tsx b/src/app/page.tsx index 042e744..03a7a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,13 +22,13 @@ const navItems = [ const testimonials = [ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/serious-successful-young-businessman-standing-office-looking-camera_1163-4223.jpg", imageAlt: "professional headshot corporate business"}, + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/serious-successful-young-businessman-standing-office-looking-camera_1163-4223.jpg?_wi=1", imageAlt: "professional headshot corporate business"}, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", imageAlt: "professional headshot corporate business"}, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg?_wi=1", imageAlt: "professional headshot corporate business"}, { - id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "professional headshot corporate business"}, + id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=1", imageAlt: "professional headshot corporate business"}, { - id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-psd/portrait-modern-woman_23-2150116726.jpg", imageAlt: "professional headshot corporate business"}, + id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-psd/portrait-modern-woman_23-2150116726.jpg?_wi=1", imageAlt: "professional headshot corporate business"}, ]; const brandNames = [