Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b19604a293 | |||
| 5c6137f317 |
@@ -96,9 +96,10 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Full Menu", href: "/menu" }]}
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Americano", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/fragrant-freshly-roasted-coffee-beans-are-scattered-from-jar-onto-countertop-copy-space-banner-closeup-selective-focus_166373-2310.jpg" },
|
||||
{ id: "p2", name: "Classic Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-16564.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user