Merge version_2 into main #3
@@ -25,15 +25,15 @@ export default function ContactPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features", href: "/#features"},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "Menu", href: "/#menu"},
|
||||
name: "Menu", id: "/#menu"},
|
||||
{
|
||||
name: "Reviews", href: "/#reviews"},
|
||||
name: "Reviews", id: "/#reviews"},
|
||||
{
|
||||
name: "Contact", href: "/contact"},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/#contact"}}
|
||||
@@ -90,7 +90,7 @@ export default function ContactPage() {
|
||||
width="100%"
|
||||
height="100%"
|
||||
style={{ border: 0 }}
|
||||
allowFullScreen=""
|
||||
allowFullScreen={true}
|
||||
loading="lazy"
|
||||
referrerPolicy="no-referrer-when-downgrade"
|
||||
title="Chatpat Bites Restaurant Location"
|
||||
|
||||
@@ -25,15 +25,15 @@ export default function OurMenuPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features", href: "/#features"},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "Our Menu", href: "/our-menu"},
|
||||
name: "Our Menu", id: "/our-menu"},
|
||||
{
|
||||
name: "Reviews", href: "/#reviews"},
|
||||
name: "Reviews", id: "/#reviews"},
|
||||
{
|
||||
name: "Contact", href: "/#contact"},
|
||||
name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/#contact"}}
|
||||
|
||||
@@ -29,15 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features", href: "/#features"},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "Our Menu", href: "/our-menu"},
|
||||
name: "Our Menu", id: "/our-menu"},
|
||||
{
|
||||
name: "Reviews", href: "/#reviews"},
|
||||
name: "Reviews", id: "/#reviews"},
|
||||
{
|
||||
name: "Contact", href: "/#contact"},
|
||||
name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/#contact"}}
|
||||
|
||||
Reference in New Issue
Block a user