Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d274cde3 | |||
| 55e81216fa | |||
| 5f57530da4 |
@@ -108,6 +108,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#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"},
|
||||
|
||||
Reference in New Issue
Block a user