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