+
+
Your kitchen companion
+
Plan meals faster and keep every favorite recipe organized
- Build your personal cookbook, tag meals by mood or diet, and find what you need fast.
+ Build your personal cookbook with better structure, quick tag filters, and easy capture from web links.
-
-
+

-
+
+
+ {filteredRecipes.length} saved recipes
+
+
+ {featureHighlights.map((feature) => (
+
+
+ {feature.title}
+ {feature.copy}
+
+ ))}
+
+
-
My Recipes
-
Browse and search your recipe collection
+
Recipe Library
+
Search, filter, and jump back into your most-used meals
-
-
โจ
- New Recipe
-
@@ -217,13 +244,13 @@ export function RecipeListPage() {
className="mx-auto flex max-w-xl flex-col items-center gap-2 rounded-xl border border-dashed border-orange-200 bg-gradient-to-br from-white to-orange-50 p-14 text-center shadow-card"
style={{ borderRadius: radius.lg }}
>
-
๐งโ๐ณ
+
{searchQuery ? 'No recipes found' : 'No recipes yet'}
{searchQuery ? 'Try another keyword or clear filters.' : 'Start your cookbook with a first delicious recipe.'}
{!searchQuery && (
๐ณ