Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 191b92f3b5 | |||
| 411b6093a5 | |||
| 27ebbdca4d | |||
| e40032cdd0 | |||
| df7738bb55 |
@@ -110,9 +110,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{
|
||||
text: "Order via Messenger", href: "https://m.me/flowergroundscafe"
|
||||
}]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "https://m.me/flowergroundscafe"}
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Iced Latte", price: "₱120", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-coffee-shop_53876-26231.jpg", imageAlt: "iced latte cafe style"},
|
||||
|
||||
Reference in New Issue
Block a user