From b8080b43f0cbfd2444e9eedf5bf2c42fd164dd2a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:30:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2f8ccb..c3918cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,10 @@ export default function LandingPage() { description={[ "For decades, Millat Bakery has been the heart of Nazimabad's breakfast tradition. Founded on principles of authenticity, quality, and community trust, we've maintained the same cherished recipes and honest approach that made us a household name across Karachi.", "Our family has dedicated every generation to perfecting our craft—from the early morning kneading of flour to the final golden bake. We believe that every halwa puri, every naan, every cake tells a story of heritage, care, and unwavering commitment to excellence.", "Local families return to us not just for food, but for the nostalgia, consistency, and authentic taste that has never wavered. That's the Millat Bakery promise: heritage preserved, quality guaranteed, community valued." ]} - buttons={[{ text: "Order via WhatsApp", href: "https://wa.me/923001234567" }]} + buttons={[ + { text: "Order via WhatsApp", href: "https://wa.me/923001234567" }, + { text: "See Our Menu", href: "#menu" } + ]} showBorder={false} useInvertedBackground={false} /> -- 2.49.1