Update src/app/page.tsx

This commit is contained in:
2026-03-09 09:25:17 +00:00
parent 031bd2acb3
commit 9378cdaadc

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{
text: "Order on WhatsApp", href: "https://wa.me/918360103454?text=Hi%20Pankaj%20Fast%20Food%2C%20I%20would%20like%20to%20place%20an%20order"
text: "Order Now on WhatsApp", 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() {
</div>
</ThemeProvider>
);
}
}