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