From d517233ecf9b7b914a51155955fadbb75cc390c7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:56:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7808cb..e0f1820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,13 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} kpis={[{ value: "15+", label: "Years Experience" }, { value: "500+", label: "Projects Delivered" }, { value: "98%", label: "Client Satisfaction" }]} enableKpiAnimation={true} - tag="Your Story, Our Expertise" + avatars={[ + { src: "https://picsum.photos/id/1005/40/40", alt: "Client Avatar 1" }, + { src: "https://picsum.photos/id/1006/40/40", alt: "Client Avatar 2" }, + { src: "https://picsum.photos/id/1008/40/40", alt: "Client Avatar 3" }, + { src: "https://picsum.photos/id/1011/40/40", alt: "Client Avatar 4" } + ]} + avatarText="Trusted by over 200+ clients" buttons={[{ text: "View Our Work", href: "#services" }, { text: "Get a Free Consultation", href: "#contact" }]} imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-radio-station_23-2148802324.jpg?_wi=1" imageAlt="Professional production studio set up" @@ -262,4 +268,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}