From 4063b0c7b0ce57355827c6019333f5b9c9de90ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:15:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index beeec6f..4173ccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,13 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="opacity" useInvertedBackground={false} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg?_wi=1", alt: "John Martinez" }, + { src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg?_wi=1", alt: "Sarah Chen" }, + { src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg", alt: "Michael Rodriguez" }, + { src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg", alt: "Jennifer Davis" } + ]} + avatarText="500+ Happy Customers" testimonials={[ { name: "John Martinez", handle: "Homeowner", testimonial: "Fixed my burst pipe in under an hour. Professional and fair pricing.", rating: 5, @@ -254,4 +261,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1