From 8b8157859c31ff1677576b0ec86c749cf999e339 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:56:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c7301d..edc677e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,18 @@ export default function LandingPage() { } ]} buttonAnimation="slide-up" + avatars={[ + { + src: "http://img.b2bpic.net/free-photo/portrait-young-businessman-video-calling-mobile-phone_23-2148176223.jpg", alt: "James Chen profile" + }, + { + src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Sophie Richardson profile" + }, + { + src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", alt: "Marcus Webb profile" + } + ]} + avatarText="Trusted by 500+ London homes" testimonials={[ { name: "James Chen", handle: "@jameslondon", testimonial: "Reliable, thorough, and genuinely caring about their work. They've been cleaning my flat for two years without fail.", rating: 5, -- 2.49.1