Merge version_2 into main #2
@@ -26,11 +26,11 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bella Italia"
|
||||
navItems={[
|
||||
{ name: "Overview", href: "/" },
|
||||
{ name: "Menu", href: "/#menu" },
|
||||
{ name: "Reviews", href: "/#testimonials" },
|
||||
{ name: "About", href: "/#about" },
|
||||
{ name: "Directions", href: "/contact" }
|
||||
{ name: "Overview", id: "/" },
|
||||
{ name: "Menu", id: "/#menu" },
|
||||
{ name: "Reviews", id: "/#testimonials" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Directions", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Table", href: "/contact"
|
||||
@@ -84,7 +84,7 @@ export default function ContactPage() {
|
||||
width="100%"
|
||||
height="100%"
|
||||
style={{ border: 0 }}
|
||||
allowFullScreen=""
|
||||
allowFullScreen
|
||||
loading="lazy"
|
||||
referrerPolicy="no-referrer-when-downgrade"
|
||||
title="Bella Italia Location on Google Maps"
|
||||
|
||||
@@ -32,11 +32,11 @@ export default function ItalianRestaurantPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bella Italia"
|
||||
navItems={[
|
||||
{ name: "Overview", href: "#hero" },
|
||||
{ name: "Menu", href: "#menu" },
|
||||
{ name: "Reviews", href: "#testimonials" },
|
||||
{ name: "About", href: "#about" },
|
||||
{ name: "Directions", href: "/contact" }
|
||||
{ name: "Overview", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Directions", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Table", href: "/contact"
|
||||
|
||||
Reference in New Issue
Block a user