Update src/app/page.tsx

This commit is contained in:
2026-03-11 08:58:58 +00:00
parent b69027812f
commit d09f9583ea

View File

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