From 5761fff56736609473ca9edabc247e893391d392 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:25:32 +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 cfdba8b..5667974 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,6 +82,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselPosition="right" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=2", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=3", alt: "Customer 3" } + ]} + avatarText="500+ Complex Removals Completed" ariaLabel="Hero section showcasing locking wheel nut removal expertise" /> -- 2.49.1