Merge version_2 into main #2
@@ -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" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user