From 134b6f458b2d96bca48fff51e310d508f5cdb3ab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:18 +0000 Subject: [PATCH 1/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1 From a809c48bd0be602f191425efcbc0d323725de039 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:19 +0000 Subject: [PATCH 2/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1 From 6e72b40869b250cbc4382200c72c3a51ea44ae16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:19 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1 From ae2eedd5401911daeba141e21f6c1c8f6c350b60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:55:20 +0000 Subject: [PATCH 4/4] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1