diff --git a/src/app/page.tsx b/src/app/page.tsx index d4c0559..c663e65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,10 @@ export default function SitePage() { id: "4", name: "David Kim", role: "Product Manager", company: "FutureLabs", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" }, + { + id: "5", name: "Jessica Lee", role: "Operations Lead", company: "Synergy Solutions", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + } ]} kpiItems={[ { value: "100+", label: "Clients Trust Us" }, @@ -253,7 +257,6 @@ export default function SitePage() { ]} background={{ variant: "radial-gradient" }} useInvertedBackground={true} - buttonAnimation="bounce-effect" />