Dairy-free · Vegan · 4-ingredient
Cashew Butter Lemon Poppy Seed Nice Cream
Cashew Butter Nice Cream Recipes: Cashew Butter Lemon Poppy Seed Nice Cream
Cashew Butter Lemon Poppy Seed Nice Cream Recipe
Ingredients:
- 3 ripe bananas
- 2 tbsp cashew butter
- zest of 1 lemon
- 1 tbsp poppy seeds
Instructions:
- Slice bananas and freeze them overnight.
- Place frozen bananas in a blender.
- Add cashew butter and lemon zest.
- Blend until smooth.
- Stir in poppy seeds.
- Serve immediately or freeze for a firmer texture.
Cashew Butter Lemon Poppy Seed Nice Cream
{/* Main Content Grid */}
<div className="grid md:grid-cols-2 gap-8 mb-8">
{/* Ingredients Card */}
<Card className="p-6 bg-amber-50">
<h2 className="text-2xl font-semibold mb-4 flex items-center gap-2">
<Banana className="w-6 h-6 text-amber-600" />
Ingredients
</h2>
<ul className="space-y-3">
<li>3 ripe bananas (frozen)</li>
<li>2 tbsp cashew butter</li>
<li>Zest of 1 organic lemon</li>
<li>1 tbsp poppy seeds</li>
</ul>
</Card>
{/* Image Placeholder */}
<div className="bg-gray-100 rounded-lg p-8 flex items-center justify-center">
<span className="text-gray-400">[Your photo here]</span>
</div>
</div>
{/* Instructions */}
<Card className="p-6 mb-8 bg-blue-50">
<h2 className="text-2xl font-semibold mb-4">Instructions</h2>
<ol className="space-y-4 list-decimal list-inside">
<li>Freeze bananas overnight (peel first!)</li>
<li>Blend frozen bananas until creamy</li>
<li>Add cashew butter and lemon zest, blend until smooth</li>
<li>Fold in poppy seeds</li>
<li>Serve immediately in <strong>eco-friendly coconut bowls</strong></li>
</ol>
</Card>
{/* Coconut Bowl Promo */}
<Card className="p-6 bg-emerald-50">
<div className="flex items-center gap-4 mb-4">
<LeafyGreen className="w-8 h-8 text-emerald-600" />
<h2 className="text-2xl font-semibold">Sustainable Serving</h2>
</div>
<p className="mb-4">
Featured in our handmade coconut bowls! Each bowl is crafted from
renewable coconuts, perfect for cold desserts and Buddha bowls.
</p>
<Button className="bg-emerald-600 hover:bg-emerald-700">
Shop Coconut Bowls →
</Button>
</Card>
</div>