Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 00:17:47 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -33,11 +33,11 @@ export default function LandscapingPage() {
<NavbarStyleFullscreen
brandName="Grandioz Restaurant"
navItems={[
{ name: "Our Offerings", href: "#offerings" },
{ name: "Our Story", href: "#about" },
{ name: "Our Team", href: "#team" },
{ name: "Reviews", href: "#testimonials" },
{ name: "Reservations", href: "/reservations" }
{ name: "Our Offerings", id: "#offerings" },
{ name: "Our Story", id: "#about" },
{ name: "Our Team", id: "#team" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Reservations", id: "/reservations" }
]}
button={{ text: "Book a Table", href: "/reservations" }}
/>

View File

@@ -26,11 +26,11 @@ export default function ReservationsPage() {
<NavbarStyleFullscreen
brandName="Grandioz Restaurant"
navItems={[
{ name: "Our Offerings", href: "#offerings" },
{ name: "Our Story", href: "#about" },
{ name: "Our Team", href: "#team" },
{ name: "Reviews", href: "#testimonials" },
{ name: "Reservations", href: "/reservations" }
{ name: "Our Offerings", id: "#offerings" },
{ name: "Our Story", id: "#about" },
{ name: "Our Team", id: "#team" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Reservations", id: "/reservations" }
]}
button={{ text: "Book a Table", href: "/reservations" }}
/>