Merge version_3 into main #4

Merged
bender merged 4 commits from version_3 into main 2026-04-15 00:55:23 +00:00
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@@ -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" }}
/>
</div>
@@ -134,10 +134,10 @@ export default function LandingPage() {
],
},
]}
logoText="Lumière Dining"
logoText="Wing Joint"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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