diff --git a/src/app/page.tsx b/src/app/page.tsx index cbff607..b019797 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,8 +70,8 @@ export default function AdeptHandymanLandingPage() { cardTagIcon={Star} cardAnimation="slide-up" testimonials={[ - { id: "t1", name: "Verified Customer", imageSrc: "" }, - { id: "t2", name: "Verified Customer", imageSrc: "" } + { id: "t1", name: "Verified Customer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-senior-handyman-posing-with-tools_23-2148780521.jpg" }, + { id: "t2", name: "Verified Customer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-working-with-tools_23-2148780512.jpg" } ]} useInvertedBackground={true} /> @@ -122,4 +122,4 @@ export default function AdeptHandymanLandingPage() { ); -} +} \ No newline at end of file