From ef15873e43a27c08e559f1443bc7382cc222be6e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:29:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a159d0a..a418372 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,10 +87,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", brand: "KameIndustrial", name: "Pharmaceutical Grade Bottle", price: "From $0.45", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-children-jars-arrangement_23-2149512844.jpg" }, - { id: "p2", brand: "KameIndustrial", name: "Cosmetic Cream Container", price: "From $0.62", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg" }, - { id: "p3", brand: "KameIndustrial", name: "Industrial Storage Bin", price: "From $12.50", rating: 4, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974241.jpg" }, - { id: "p4", brand: "KameIndustrial", name: "Security Closure Cap", price: "From $0.15", rating: 5, reviewCount: "212", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-blue-background-high-angle_23-2149449759.jpg" }, + { id: "p1", brand: "KameIndustrial", name: "Pharmaceutical Grade Bottle", price: "From $0.45", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-children-jars-arrangement_23-2149512844.jpg?_wi=1" }, + { id: "p2", brand: "KameIndustrial", name: "Cosmetic Cream Container", price: "From $0.62", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=1" }, + { id: "p3", brand: "KameIndustrial", name: "Industrial Storage Bin", price: "From $12.50", rating: 4, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974241.jpg?_wi=1" }, + { id: "p4", brand: "KameIndustrial", name: "Security Closure Cap", price: "From $0.15", rating: 5, reviewCount: "212", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-blue-background-high-angle_23-2149449759.jpg?_wi=1" }, { id: "p5", brand: "KameIndustrial", name: "Logistics Crate", price: "From $8.90", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/plastic-storage-case_1339-5894.jpg" }, { id: "p6", brand: "KameIndustrial", name: "Sensor Housing Part", price: "From $2.10", rating: 4, reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062981.jpg" }, ]} @@ -170,7 +170,7 @@ export default function LandingPage() {