Update src/app/page.tsx
This commit is contained in:
@@ -37,6 +37,8 @@ export default function LandingPage() {
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{
|
||||
name: "WhatsApp", id: "whatsapp"}
|
||||
]}
|
||||
brandName="Gobind Chic-inn"
|
||||
/>
|
||||
@@ -74,9 +76,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "#menu"},
|
||||
text: "Order Online", href: "https://wa.me/919891282871"},
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/919891282871"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
@@ -168,7 +170,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online Now", href: "#menu"
|
||||
text: "Order Online Now", href: "https://wa.me/919891282871"
|
||||
}
|
||||
]}
|
||||
faqs={[
|
||||
@@ -198,6 +200,8 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:+919891282871"},
|
||||
{
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/919891282871"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,6 +217,8 @@ export default function LandingPage() {
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/919891282871"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user