diff --git a/src/app/page.tsx b/src/app/page.tsx index 1818dd9..fce0541 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,9 +21,7 @@ export default function HomePage() { ]; const navButton = { - text: "Reserve a Table", - href: "/reservations", - }; + text: "Reserve a Table", href: "/reservations"}; return ( ); -} \ No newline at end of file +}