From 036d17d47cff36e5c43553f37489f96e5b2d734d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:39:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae309d1..b1709c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,19 +131,19 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", brand: "PixelGuard", name: "Tempered Glass Screen Protector", price: "$14.99", rating: 5, + id: "1", brand: "PixelGuard", name: "Tempered Glass Screen Protector", price: "", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148883536.jpg", imageAlt: "Premium tempered glass screen protector" }, { - id: "2", brand: "ChargeMax", name: "Fast Charging USB-C Cable", price: "$19.99", rating: 5, + id: "2", brand: "ChargeMax", name: "Fast Charging USB-C Cable", price: "", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/flatlay-smartphone-accessories_53876-33530.jpg", imageAlt: "Fast charging USB-C cable" }, { - id: "3", brand: "ShieldCase", name: "Military-Grade Phone Case", price: "$29.99", rating: 5, + id: "3", brand: "ShieldCase", name: "Military-Grade Phone Case", price: "", rating: 5, reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/lovely-smiling-girl-with-dark-hairstyle-is-making-selfie-outdoors-sunshine-while-resting-beach-phone-focus-foreground-girl-background-out-focus_291650-2216.jpg", imageAlt: "Military-grade protective phone case" }, { - id: "4", brand: "PowerVault", name: "20000mAh Power Bank", price: "$39.99", rating: 5, + id: "4", brand: "PowerVault", name: "20000mAh Power Bank", price: "", rating: 5, reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/powerbank-cellphone-wooden-table_93675-128974.jpg", imageAlt: "Portable 20000mAh power bank charger" } ]} -- 2.49.1