diff --git a/src/app/page.tsx b/src/app/page.tsx index cb274e5..999261f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,20 +130,16 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" testimonials={[ { - id: "1", name: "Amarjit Singh Pandher", role: "Project Manager", company: "Regional Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", imageAlt: "professional business headshot portrait" + id: "1", name: "Amarjit Singh Pandher", role: "Project Manager", company: "Regional Business", rating: 5 }, { - id: "2", name: "Sarah Mitchell", role: "Operations Director", company: "Tech Solutions Inc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "professional business portrait headshot" + id: "2", name: "Sarah Mitchell", role: "Operations Director", company: "Tech Solutions Inc.", rating: 5 }, { - id: "3", name: "David Chen", role: "Facilities Manager", company: "Enterprise Systems", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "professional headshot business portrait" + id: "3", name: "David Chen", role: "Facilities Manager", company: "Enterprise Systems", rating: 5 }, { - id: "4", name: "Jennifer Walsh", role: "Business Owner", company: "Local Enterprise", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "professional business headshot modern" + id: "4", name: "Jennifer Walsh", role: "Business Owner", company: "Local Enterprise", rating: 5 } ]} />