From f1917d32227ad2ab89b2e36feb4986241f8a2a0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:02:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c12fe0..6343ef6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,13 +96,6 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" gridVariant="three-columns-all-equal-width" - avatarText="500+ Happy Collectors" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", alt: "Collector 1" }, - { src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Collector 2" }, - { src: "http://img.b2bpic.net/free-photo/smiling-woman-standing-supermarket_107420-96366.jpg", alt: "Collector 3" }, - { src: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", alt: "Collector 4" } - ]} products={[ { id: "1", name: "Naruto & Sasuke Action Figures", price: "₹599 - ₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg?_wi=1", imageAlt: "Naruto action figures collection", initialQuantity: 1 -- 2.49.1