Update src/app/page.tsx
This commit is contained in:
@@ -29,10 +29,10 @@ export default function Page() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Food Khalifa"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Order", id: "#order" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Order", id: "order" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,10 +147,6 @@ export default function Page() {
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "WhatsApp Order", href: "https://wa.me/918122559644" },
|
||||
{ text: "Call Now", href: "tel:+918122559644" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user