Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 061c8a9fee | |||
| 29e04407b2 |
@@ -89,6 +89,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View Details", href: "#products" },
|
||||
{ text: "Add to Cart", onClick: () => console.log("Added to cart") }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Flagship Smartphone", price: "$999", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg", imageAlt: "premium smartphone black glass"},
|
||||
|
||||
Reference in New Issue
Block a user