Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-26 02:09:25 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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"

View File

@@ -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"