Add bottom text to image

This commit is contained in:
Jake Runyan 2026-02-12 18:14:55 -08:00
parent e98d64705f
commit 34d98a2eeb
33 changed files with 36 additions and 2 deletions

View File

@ -73,6 +73,9 @@ export default function RecipeTabs({ sections, folderPath }: RecipeTabsProps) {
prose-td:border prose-td:border-gray-300 dark:prose-td:border-gray-600 prose-td:border prose-td:border-gray-300 dark:prose-td:border-gray-600
${activeSection.title === 'Photos' ? 'prose-img:w-full prose-img:max-w-2xl prose-img:mx-auto' : ''} ${activeSection.title === 'Photos' ? 'prose-img:w-full prose-img:max-w-2xl prose-img:mx-auto' : ''}
`}> `}>
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-6">
{activeSection.title}
</h2>
<ReactMarkdown <ReactMarkdown
remarkPlugins={[remarkGfm]} remarkPlugins={[remarkGfm]}
components={{ components={{

View File

@ -22,6 +22,7 @@ A dish with Cajun and Creole roots made with chicken, sausage, and shrimp.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Broccoli Beef! Just like the restaurant!
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ The classic egg drop soup. Tastes pretty similar to the store, and super easy to
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A delicious fusion-style eggroll that can be fried as an eggroll or adapted into
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A wonderfully fruity, sweet, and versatile syrup perfect for adding a peachy twi
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A neutral, lentil dish that complements any other curry or gravy. This recipe us
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A classic chickpea recipe with a rich, tomato-based gravy.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -4,11 +4,11 @@ slug: "palak-paneer"
date: "2026-02-10" date: "2026-02-10"
lastUpdated: "2026-02-10" lastUpdated: "2026-02-10"
category: "indian" category: "indian"
tags: ["indian"] tags: ["indian", "curry"]
cookTime: 60 cookTime: 60
prepTime: 30 prepTime: 30
servings: 10 servings: 10
author: "pws" author: "jake"
description: "A great vegetarian option with a lot of fiber." description: "A great vegetarian option with a lot of fiber."
featured: false featured: false
display: true display: true

View File

@ -22,6 +22,7 @@ Classic chicken parm can be made with panko breadcrumbs or homemade ones.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A recipe similar to the vodka pasta at Fiorella Polk.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A standard pizza dough for pizza night.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A standard pizza sauce for pizza night.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Great on any kind of ramen!
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ The classic way to make Golden Curry packets into a rich beef stew.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A variant of the Golden Curry Beef recipe, this version uses chicken instead of
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A classic French dish made with beef braised in red wine, often served with mush
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A rich and flavorful Mexican stew that can be enjoyed as a comforting dish or in
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Happy Thanksgiving!
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Super simple! This recipe entry is more or less just a formality.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Great chicken on a recommendation from a friend!
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Juicy and smoky slow-cooked ribs for your grill to bless you with.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A great gravy recipe for Thanksgiving dinner!
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Classic Mexican street corn featuring grilled corn on the cob or in a cup.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A cool, creamy, and spicy Agua Fresca thats perfect over ice.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Pinto beans that are great in a burrito on on their own.
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A classic, fluffy, and flavorful restaurant-style Mexican rice, simmered with to
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A good Caesar salad dressing goes a long way, and making it yourself saves some
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Silky mashed cauliflower that eats like mashed potatoes but healthier (?).
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ These are a great topping for ramen, sandwiches, charcuterie, salads, or anythin
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ Perfect mashed potatoes, with no cleanup!
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A comforting chicken noodle soup perfect for rainy or sick days. Made easy in th
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients

View File

@ -22,6 +22,7 @@ A traditional Vietnamese noodle soup with aromatic broth, rice noodles, and tend
## Photos ## Photos
![Image Coming Soon](./assets/not-found.svg) ![Image Coming Soon](./assets/not-found.svg)
*Image Coming Soon*
## Ingredients ## Ingredients