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 <NavbarStyleFullscreen
brandName="Grandioz Restaurant" brandName="Grandioz Restaurant"
navItems={[ navItems={[
{ name: "Our Offerings", href: "#offerings" }, { name: "Our Offerings", id: "#offerings" },
{ name: "Our Story", href: "#about" }, { name: "Our Story", id: "#about" },
{ name: "Our Team", href: "#team" }, { name: "Our Team", id: "#team" },
{ name: "Reviews", href: "#testimonials" }, { name: "Reviews", id: "#testimonials" },
{ name: "Reservations", href: "/reservations" } { name: "Reservations", id: "/reservations" }
]} ]}
button={{ text: "Book a Table", href: "/reservations" }} button={{ text: "Book a Table", href: "/reservations" }}
/> />

View File

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