diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index bd09e02..26ff245 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -15,7 +15,7 @@ export default function GalleryPage() { { name: "Gallery", id: "/gallery" }, { name: "Reservations", id: "/reservations" }, ]} - brandName="Lumière Dining" + brandName="Wing Joint" button={{ text: "Book Table", href: "/reservations" }} /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a269567..e7a7d37 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -15,7 +15,7 @@ export default function MenuPage() { { name: "Gallery", id: "/gallery" }, { name: "Reservations", id: "/reservations" }, ]} - brandName="Lumière Dining" + brandName="Wing Joint" button={{ text: "Book Table", href: "/reservations" }} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index cac65b3..f473e0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="Lumière Dining" + brandName="Wing Joint" button={{ text: "Book Table", href: "#contact" }} /> @@ -134,10 +134,10 @@ export default function LandingPage() { ], }, ]} - logoText="Lumière Dining" + logoText="Wing Joint" /> ); -} +} \ No newline at end of file diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index e5942c6..47caddf 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -15,7 +15,7 @@ export default function ReservationsPage() { { name: "Gallery", id: "/gallery" }, { name: "Reservations", id: "/reservations" }, ]} - brandName="Lumière Dining" + brandName="Wing Joint" button={{ text: "Book Table", href: "/reservations" }} />