From 2278e03e3e9935434633820970c336bd0d9bd5c3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:41:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2ee139..44f5e76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,14 +76,11 @@ export default function LandingPage() { description="Explore our curated selection of premium wholesale items available in bulk quantities" tag="Best Sellers" products={[ - { - id: "1", brand: "Rakib Premium", name: "Bulk Electronics Bundle", price: "$4,500", rating: 5, + { id: "1", brand: "Rakib Premium", name: "Bulk Electronics Bundle", price: "$4,500", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "Bulk electronics package"}, - { - id: "2", brand: "Rakib Quality", name: "Textile Wholesale Pack", price: "$3,200", rating: 5, + { id: "2", brand: "Rakib Quality", name: "Textile Wholesale Pack", price: "$3,200", rating: 5, reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/bearded-brutal-man-jeans-work-jacket-puts-blank-sealed-hermetic-packages-inside-big-carton-paper-box-wooden-table-special-delivery_346278-753.jpg", imageAlt: "Wholesale textile products"}, - { - id: "3", brand: "Rakib Commerce", name: "Home Goods Collection", price: "$2,800", rating: 5, + { id: "3", brand: "Rakib Commerce", name: "Home Goods Collection", price: "$2,800", rating: 5, reviewCount: "1.7k", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-mask_23-2148902543.jpg", imageAlt: "Wholesale home goods"}, ]} gridVariant="three-columns-all-equal-width" @@ -96,12 +93,12 @@ export default function LandingPage() {