Update src/app/reservations/page.tsx

This commit is contained in:
2026-06-11 00:17:41 +00:00
parent 61f73f04bc
commit f4331acf63

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" }}
/> />