From f61f12b0cd568bd9da066cedd9f692c8d97c841a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:53:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b10063c..5e21476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { description="More Over Coffee (MOC) invites you to a refined cafe experience. Indulge in our exquisite coffee blends, handcrafted beverages, and a culinary journey of delicious food, all in a stylish and inviting ambiance." buttons={[ { - text: "Order via Swiggy", href: "https://www.swiggy.com", onClick: () => window.open('https://www.swiggy.com', '_blank', 'noopener,noreferrer')}, + text: "Order via Swiggy (Online delivery link coming soon!)", href: "https://www.swiggy.com", onClick: () => window.open('https://www.swiggy.com', '_blank', 'noopener,noreferrer')}, { text: "Book a Table", href: "#contact"}, ]} @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1