diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f546013..2e12102 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 836ba3a..7c5d83f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { - text: "Order Now on WhatsApp", href: "https://wa.me/918360103454?text=Hi%20Pankaj%20Fast%20Food%2C%20I%20would%20like%20to%20place%20an%20order" + text: "Order Now", href: "https://wa.me/918360103454?text=Hi%20Pankaj%20Fast%20Food%2C%20I%20would%20like%20to%20place%20an%20order" }, { text: "View Menu", href: "#menu" @@ -258,4 +258,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file