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 }]} />