Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-02 05:55:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export default function CheckoutPage() {
{ name: "About", id: "about" },
{ name: "Reservations", id: "contact" },
{ name: "Reviews", id: "testimonials" },
{ name: "Checkout", href: "/checkout" }
{ name: "Checkout", id: "/checkout" }
]}
button={{
text: "Book a Table", href: "contact"

View File

@@ -36,7 +36,7 @@ export default function ItalianRestaurantPage() {
{ name: "About", id: "about" },
{ name: "Reservations", id: "contact" },
{ name: "Reviews", id: "testimonials" },
{ name: "Checkout", href: "/checkout" }
{ name: "Checkout", id: "/checkout" }
]}
button={{
text: "Book a Table", href: "contact"