From d09f9583eacb7226c6cc7818f55a40263b107fe2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:58:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 261c17e..7354a19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View Full Menu", href: "https://www.swiggy.com" }]} + buttons={[{ text: "Order Now", onClick: handleOrderClick }]} /> -- 2.49.1