From 9317ada8f34d1133c514f65422d1093620b7aa2b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:12:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fc95db..a115518 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { description="Experience the finest traditional recipes crafted with love, right here in Canada. From our golden Almond & Orange Cake to delicate seasonal treats, taste the difference quality makes." imageSrc="http://img.b2bpic.net/free-photo/sweet-delicious-pastries-dark-board_114579-22297.jpg" imageAlt="Display of traditional Persian pastries" + buttons={[{ text: "Order Now", href: "#menu" }]} /> -- 2.49.1