Merge version_2 into main #3
@@ -100,9 +100,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "GreenBase", name: "Fertilizer Pack", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/composition-spa-bathroom-elements_23-2147999964.jpg" },
|
||||
{ id: "2", brand: "WoodCare", name: "Premium Mulch", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-671.jpg" },
|
||||
{ id: "3", brand: "ProTool", name: "Pruning Shears", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-grass_23-2148224034.jpg" },
|
||||
{ id: "1", brand: "GreenBase", name: "Fertilizer Pack", price: "$39", rating: 4, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/composition-spa-bathroom-elements_23-2147999964.jpg" },
|
||||
{ id: "2", brand: "WoodCare", name: "Premium Mulch", price: "$12", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/closeup-grained-nuts-mold-filled-with-melted-chocolate-mass-preparation-tasty-cake-from-organic-chocolate-artisan-confectionery-sale_346278-671.jpg" },
|
||||
{ id: "3", brand: "ProTool", name: "Pruning Shears", price: "$55", rating: 4, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-grass_23-2148224034.jpg" },
|
||||
]}
|
||||
title="Available Products"
|
||||
description="Premium supplies for DIY maintenance or enhancement."
|
||||
|
||||
Reference in New Issue
Block a user