From 9e02e643ddbb6dafbadcbef3cd86bf0640f34b93 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:36:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 495a158..b35b73e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,6 +93,12 @@ export default function HomePage() { tag="20+ Years Trusted" tagIcon={Award} tagAnimation="slide-up" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=1", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=2", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=3", alt: "Customer 3" }, + ]} + avatarText="Trusted by 10,000+ families" buttons={[ { text: "📞 Call Now", href: "tel:+919876543210" }, { text: "💬 WhatsApp Us", href: "https://wa.me/919876543210?text=Hi%20Kavya%20Gift%20Shop%2C%20I'm%20looking%20for%20toys%2Fgifts" }, @@ -243,4 +249,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}