diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a86e70..bf894bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,6 +95,9 @@ export default function LandingPage() { { id: "p5", name: "Crispy Spring Rolls", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/crispy-vegetables-spring-rolls-wooden-table_123827-36116.jpg", onProductClick: () => window.open('https://wa.me/919903757836?text=I%20want%20to%20order%20Spring%20Rolls', '_blank') }, { id: "p6", name: "Chilli Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-151091.jpg", onProductClick: () => window.open('https://wa.me/919903757836?text=I%20want%20to%20order%20Chilli%20Chicken', '_blank') }, ]} + buttons={[ + { text: "View Full Menu on WhatsApp", href: "https://wa.me/919903757836" } + ]} title="Our Chinese Delicacies" description="Explore our menu and click to order via WhatsApp." />