Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55e81216fa | |||
| 5f57530da4 |
@@ -108,6 +108,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Shop Now", href: "#products"},
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", name: "Midnight Black Tee", price: "$25", variant: "Premium Cotton", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg?_wi=2"},
|
id: "p1", name: "Midnight Black Tee", price: "$25", variant: "Premium Cotton", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg?_wi=2"},
|
||||||
|
|||||||
Reference in New Issue
Block a user