diff --git a/src/app/page.tsx b/src/app/page.tsx index 8489ee2..890b732 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,9 +110,14 @@ 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 via Messenger", href: "https://m.me/flowergroundscafe"}, + { + text: "Find Location", href: "#contact"}, + { + text: "Call Us", href: "tel:09491355082"} + ]} 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"},