Labels: frontend public menu
Area: frontend/app/(public)/explore/page.tsx
Difficulty: Intermediate
Description
The Explore page is a discovery-focused alternative to the menu. It features the VisualMoodBoard for mood-based filtering and the SmartDishRecommender in full-page mode, letting customers find dishes that match their vibe rather than browsing a category list.
Acceptance Criteria
Labels:
frontendpublicmenuArea:
frontend/app/(public)/explore/page.tsxDifficulty: Intermediate
Description
The Explore page is a discovery-focused alternative to the menu. It features the
VisualMoodBoardfor mood-based filtering and theSmartDishRecommenderin full-page mode, letting customers find dishes that match their vibe rather than browsing a category list.Acceptance Criteria
frontend/app/(public)/explore/page.tsxas a server componentmetadata: { title: "Explore | The Lighted", description: "Discover dishes that match your mood" }<VisualMoodBoard />component from@/components/features/VisualMoodBoard— the mood filter grid<TrendingSection />from@/components/features/TrendingSection<SmartDishRecommender />inexpandedmode (passisExpanded={true}prop)Home > Explore