Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0665c66594 | |||
| 5a1ec19334 | |||
| aeedc778b3 | |||
| 5e722b4226 | |||
| 9f3c1cf5d4 |
@@ -104,9 +104,14 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Full Menu", onClick: () => window.open("/menu.pdf", "_blank"),
|
||||
},
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Custard Tarts (Natas)", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-tart-egg_74190-999.jpg"},
|
||||
@@ -194,6 +199,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
buttonText="Reserve Now"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bicycle-parked-outside-shop_53876-23379.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user