diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0bde867..9f685c5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -17,9 +17,7 @@ export default function ShopPage() { ]; const navButton = { - text: "Book Appointment", - href: "/appointment", - }; + text: "Book Appointment", href: "/appointment"}; return ( ); -} \ No newline at end of file +}