diff --git a/src/app/page.tsx b/src/app/page.tsx index b7323b8..cc89b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,13 @@ export default function LandingPage() { imageAlt="Grilled kebabs from Miya Kebabs" mediaAnimation="slide-up" imagePosition="right" + avatarText="Trusted by 1000+ diners" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-vector/sample-call-center-avatars-flat-style_23-2147941258.jpg", alt: "Customer 3" }, + { src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Customer 4" } + ]} />