Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50653cb108 | |||
| 0e24a87177 | |||
| 692555a617 | |||
| 4c1668f12e | |||
| d047b81f78 | |||
| 31b4a4bdd5 | |||
| b6e2634b07 | |||
| 7dd1bf9be9 |
1421
src/app/layout.tsx
1421
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,8 @@ import {
|
||||
Cake,
|
||||
Gift,
|
||||
Briefcase,
|
||||
MapPin
|
||||
MapPin,
|
||||
Calendar
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -72,6 +73,9 @@ export default function LandingPage() {
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{
|
||||
text: "Order on WhatsApp", href: "https://wa.me/919993448166?text=Hello%20Shree%20Manbhavan%21%20I%20would%20like%20to%20place%20an%20order."
|
||||
},
|
||||
{
|
||||
text: "Reserve Table", href: "https://wa.me/919993448166?text=Hi%20Shree%20Manbhavan%21%20I%20would%20like%20to%20reserve%20a%20table."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user