Merge version_3 into main #4
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user