diff --git a/src/app/restaurants/page.tsx b/src/app/restaurants/page.tsx index 5dc0a3a..e5517b1 100644 --- a/src/app/restaurants/page.tsx +++ b/src/app/restaurants/page.tsx @@ -12,8 +12,9 @@ export default function RestaurantsPage() { const navItems = [ { name: "Home", id: "home" }, { name: "Restaurants", id: "restaurants" }, + { name: "Food Gallery", id: "food-items" }, { name: "How It Works", id: "how-it-works" }, - { name: "Reviews", id: "reviews" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]; @@ -36,15 +37,13 @@ export default function RestaurantsPage() { brandName="DineBook" navItems={navItems} button={{ - text: "Book Now", - href: "#booking", - }} + text: "Book Now", href: "#booking"}} animateOnLoad={true} /> {/* All Restaurants Showcase */} -