Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f830b13f6e | |||
| aee62fbcdf | |||
| 3dae03605a |
@@ -118,6 +118,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "/catalog" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Leather Derby Shoes", price: "$120", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-showcase_23-2151005700.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user