From 0fbe8600d4d26e527435b8780376dced2f6e70de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:01:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ccf160..8dda90e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,12 @@ export default function LandingPage() { { value: "1000+", label: "Arrangements" } ]} enableKpiAnimation={true} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1297.jpg", alt: "Happy client 1" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19881.jpg", alt: "Happy client 2" }, + { src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Happy client 3" } + ]} + avatarText="Trusted by 500+ happy clients" imageSrc="http://img.b2bpic.net/free-photo/view-delicate-white-rose-flowers_23-2150539962.jpg" imageAlt="Beautiful premium flower bouquet arrangement" mediaAnimation="slide-up" -- 2.49.1